Bug 173555

Summary: 256-colour support doesn't work properly when using (n)curses
Product: [Applications] konsole Reporter: Jacob Myers <jacob>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: adaptee, esigra, lucas.yamanishi
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jacob Myers 2008-10-26 04:33:27 UTC
Version:           4.1.2 (using KDE 4.1.2)
Compiler:          GCC 4.3.1 
OS:                Linux
Installed from:    Compiled From Sources

Ncurses does not support 256 colours when using konsole. can_change_color() returns FALSE when using the default $TERM variable, and even when TERM is set to xterm-256color, init_color() does not work. This might be a duplicate of Bug 138740, not sure.
Comment 1 Jekyll Wu 2011-08-19 16:05:29 UTC
Yes, konsole will complain "Undecodable sequence: \001b(hex)\\" when init_color() is used. 

So this should be a duplicate of #233991, which contains more useful info.

*** This bug has been marked as a duplicate of bug 233991 ***