curses icon indicating copy to clipboard operation
curses copied to clipboard

Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.

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

Gem document is incomplete and lack of examples.

Hi, I'm getting this error when doing `gem install curses`: ``` error: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Werror,-Wunknown-warning-option] ``` ``` Apple clang version 13.0.0 (clang-1300.0.27.3) Target: arm64-apple-darwin21.3.0...

Add x permission to samples

I'm, currently experiencing an issue with the "inch" method in Ruby curses, this is reproducible in both curses 1.4.2 and 1.4.1. However the issue is not present in curses 1.4.0...

Is there any support for modifying attributes for characters already on the screen in Ruby curses? It seems that the `chgat` family of functions aren't supported. Since they are particularly...

It seems various constants are missing from the documentation at https://www.rubydoc.info/gems/curses For instance A_TOP (top highlight) is not listed (and can't be found using the search).

Is there a way to output text to a curses window without curses messing with the ansi color codes - I would like the color codes to simply pass through...

I have been stuck using a very old library and unable to switch to this Curses library because of the absence of newterm. I do curses over telnet with multiple...

Hi, on mingw Ruby26-x64, on Windows 7, using curses-1.4.4 and the statically-linked default PDCurses, attron(color_pair(n)) doesn't have any effect, and I only get the default gray-on-black, from this example: ```ruby...

https://bugs.python.org/issue36982 "A new function called curses.has_extended_color_support() will indicate whether the linked ncurses library provides extended color support. It returns true if curses.h defines NCURSES_EXT_COLORS and NCURSES_EXT_FUNCS, indicating that the extended...