We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24e9250 + 43a38e4 commit 7f23c77Copy full SHA for 7f23c77
sample/colors.rb
@@ -3,6 +3,9 @@
3
require "curses"
4
include Curses
5
6
+# The TERM environment variable should be set to xterm-256color etc. to
7
+# use 256 colors. Curses.colors returns the color numbers of the terminal.
8
+
9
begin
10
init_screen
11
0 commit comments