Bug 173555 - 256-colour support doesn't work properly when using (n)curses
Summary: 256-colour support doesn't work properly when using (n)curses
Status: RESOLVED DUPLICATE of bug 233991
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-26 04:33 UTC by Jacob Myers
Modified: 2018-10-13 01:36 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***