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

I'm still trying to get the new input system to work. On `foot` and `kitty` input events are generated when presing modifier keys, e.g. `shift`. I am not sure how...

userquestion
input

Looks like recent gcc changes in gcc used in fedora rawhide are causing fails ```console [ 68%] Building CXX object CMakeFiles/notcurses-tester.dir/src/tests/bitmap.cpp.o /usr/bin/g++ -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.8/include -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.8/src -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.8 -I/home/tkloczko/rpmbuild/BUILD/notcurses-3.0.8/x86_64-redhat-linux-gnu/include...

bug

Hi! I can't get the Python bindings to work, and I'm not sure if I'm doing something wrong or if they are broken. If I try to run for example...

userquestion

The `input-devnull` and `input-self` tests are failing for me on alacritty ```sh COLORTERM=truecolor CSF_LANGUAGE=us LANG=en_US.UTF-8 LESS_TERMCAP_mb=$'\C-[[01;31m' LESS_TERMCAP_md=$'\C-[[01;31m' LESS_TERMCAP_me=$'\C-[[0m' LESS_TERMCAP_se=$'\C-[[0m' LESS_TERMCAP_so=$'\C-[[01;44;33m' LESS_TERMCAP_ue=$'\C-[[0m' LESS_TERMCAP_us=$'\C-[[01;32m' TERM=xterm-256color ``` * notcurses version f2935a23aa (when the...

bug
input

Running the `bitmapstates` PoC in various terminals, we see some problems. IMHO we ought get these resolved for 2.4.0, probably pushing it back. =[ kitty: the last three states seem...

bug
bitmaps
external

Please include the following data: * `export | egrep 'LANG|LC_CTYPE|TERM'` * notcurses version (available from `notcurses-demo i`) * terminal name + version C:\Users\Myuser\myproject>set | egrep "LANG|LC_CTYPE|TERM" LANG=EN LANGUAGE=EN notcurses install...

bug

I'm looking for a TUI framework for use in a python project and I came across this. However there seem to be two separate and incompatible bindings for python included...

userquestion

I'm not sure when this started, and I think it might be due to kitty changes, as I'm almost certain I would have noticed this breakage at 3.0.7's release time,...

bug

Working on the ncstats bindings I found something interesting: 1. Without banners, If I don't call `notcurses_stats` after allocating a new `ncstats` object, the preallocated number of renders is absurdly...

userquestion