notcurses icon indicating copy to clipboard operation
notcurses copied to clipboard

blingful character graphics/TUI library. definitely not curses.

Results 154 notcurses issues
Sort by recently updated
recently updated
newest added

in #2216, @kmarius brings up the fact that `system("bash")` within a Notcurses context immediately exits. i have no idea if this has always been the case, or recently changed (he...

documentation
enhancement
input

see https://github.com/akinomyoga/ble.sh/issues/110 and @akinomyoga's comments therein. it would probably be useful to have a tool which simply runs the notcurses initialization sequence, solves for capabilities, and makes them available to...

documentation
enhancement

Randomly discovered an OSS in use (mostly by PI users from what I can tell) terminal that performs emulation of Tektronix 4010, Tektronix 4013, Tektronix 4014, Tektronix 4015 and ARDS...

question/research
hax0rs-wanted

Sorry to add to your list but this one has been bugging me for awhile and with 3.0 out, probably should ensure your notcurses applications actually are up to date...

bug

It would be nice if there was a consolidated doc or something in the README that lists all the projects that use the notcurses library with links to the repos.

documentation
userquestion

`ncplane_mergedown()` currently returns error if either input is a sprixel plane. This is correct if only one is a sprixel plane, but we ought be able to merge two sprixel...

documentation
enhancement
bitmaps

Please include the following data: * `export | egrep 'LANG|LC_CTYPE|TERM'` ``` Karthik@KVK-PC MINGW64 /c/Program Files (x86)/Notcurses $ export | egrep 'LANG|LC_CTYPE|TERM' declare -x TERM="xterm-256color" ``` * notcurses version (available from...

bug
mswindows
external

so CLI mode has been wondering how we deal with `fprintf()`ed diagnostics, etc that happened outside our control. well, the answer's easy enough: cursor lookup at the beginning of the...

enhancement

I've finally been able to take some time to tackle an issue in one of my projects, https://github.com/dccsillag/magma-nvim/issues/15. The idea over there is to use Notcurses in order to show...

userquestion

If we crash or press Ctrl+c on Windows, we don't restore the terminal. Most obviously, mouse clicks still result in input sequences. We need catch these signals and restore the...

bug
mswindows