Thread: Can I set colors to be editable in terminal?
hey all,
trying use ncurses library little side project , trying display text varying colors on screen. program able change hues of default colors(e.g. make red little dark, blue little lighter, etc).
however, according ncurses function can_change_color() terminal not allow colors altered. know how change palette of colors terminal using wondering if there way allow colors "editable" in sense.
terminal gnome 2.30.2 , i'm running ubuntu 10.04lts, help!
ncurses looks @ terminal entry, using $term select that. gnome-terminal hardcodes $term "xterm" (bug). "xterm" entry doesn't have feature ncurses looking (initc), since "xterm" applies 8-color configuration (technically could, that's different matter).
feature part of xterm-88color or xterm-256color entries because it's closely associated capabilities setting colors.
gnome-terminal should use 1 of "vte" or "gnome" entries, none of specify initc since vte's support xterm's 256-color palette has been erratic. can effect you're looking setting term=xterm-256color.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [SOLVED] Can I set colors to be editable in terminal?
Ubuntu
Comments
Post a Comment