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

As per title: `tools/notcurses-core.pc.in`, `tools/notcurses-ffi.pc.in`, `tools/notcurses++.pc.in`, and `tools/notcurses.pc.in` have ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on...

bug

While investigating #2643, I added a new entry to the automaton: ``` { "]11;rgb:\\S", bgdef_cb, }, + { "]\\N;rgb:\\S", palette_cb, }, // deal with broken alacritty responses ``` this blows...

bug
input

Maybe I'm missing something but: In the cpp Progbar implementation: https://github.com/dankamongmen/notcurses/blob/2316c7e646dfd8c6fc7af8cd25b96ab6bda15e8b/include/ncpp/Progbar.hh#L22 progbar takes ownership of the ncpp::Plane 's C pointer but does not reset it inside the ncpp::Plane instance that...

GNU libunistring has finally cut a 1.0. ensure we're compatible with it, and update anything needing updating.

documentation
enhancement

Terminal: **Kitty** ``` declare -x COLORTERM="truecolor" declare -x LANG="en_US.UTF-8" declare -x TERM="xterm-kitty" declare -x TERMINFO="/usr/lib/kitty/terminfo" ``` It can be tested on `notcurses-input`, pressing `;` key with Shift should register `:`,...

bug
input

I recieve this notification when I run `ncneofetch` under an ASCII Arch logo. I want to post a nice rice on Reddit 🙂 so wondered how I go about fixing...

userquestion

There doesn't seem to be a simple straightfoward way to check whether a plane is a root plane. Could we have method which simplly returns true in that case?

documentation
enhancement

I have a desktop PC with a graphics card which is capable of displaying quad 4K monitors. The thing is that I use this desktop PC as a headless environment...

userquestion

Sometimes I have pre-colored strings I want to print. It would be nice if notcurses supported parsing and converting those strings so I don't have to. Today, the first one...

documentation
enhancement

It would be nice if this function could be used outside the internals of notcurses as well, as it may be useful to figure out how many bytes an EGC...

documentation
enhancement