curses icon indicating copy to clipboard operation
curses copied to clipboard

Bindings to curses/ncurses

Results 2 curses issues
Sort by recently updated
recently updated
newest added

Printing unicode characters (example: "あ") appears to not work OOTB (this is with arch linux, tested on kitty, konsole, and uxterm). I know ncursesw provides unicode character support, so with...

The `getstr` and `getnstr` ncurses functions take in `char *` where they're expected to place the string retrieved from the blocking user input. https://pubs.opengroup.org/onlinepubs/7908799/xcurses/getnstr.html The current implementation in the OCaml...