curses icon indicating copy to clipboard operation
curses copied to clipboard

256 colours support in ncurses?

Open rubyFeedback opened this issue 1 year ago • 0 comments

This article describes 256 colours for ncurses:

https://reversed.top/2019-02-05/more-than-256-curses-color-pairs/

The third and last piece is that most of curses examples you’ll find are using old API and there
seems to be no (at least easy to find) documentation on how to transition to the new one.

There are applications which use new API, it’s just documentation that didn’t really caught up.

Could the README mention whether this is supported or possible in the ruby-ncurses wrapper?

rubyFeedback avatar Mar 20 '23 07:03 rubyFeedback