bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Discrepancy between ccc and initc in konsole-256color terminfo


From: Thomas Dickey
Subject: Re: Discrepancy between ccc and initc in konsole-256color terminfo
Date: Sat, 29 Mar 2014 16:17:28 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed, Mar 26, 2014 at 09:27:05PM +0100, Sven Zühlsdorf wrote:
> Hi,
> 
> konsole-256color is incapable of changing its colors and correctly cancels
> initc, but it still inherits ccc, which should also be canceled, from
> xterm-256color.  While creating the attached patch I also found the same
> applying to putty-256color.  However it seems odd that putty specifies ccc
> and initc but putty-256color cancels them.  The attached patch adds a
> canceled ccc to both, konsole-256color and putty-256color.

thanks (I've added yet another check to tic to help look for these).

The ccc and initc in the putty entry use a different control (which
I probably should review - it's from 2001).

> Sven

> --- a/misc/terminfo.src       2014-03-26 20:31:30.895740564 +0100
> +++ b/misc/terminfo.src       2014-03-26 20:32:26.685705051 +0100
> @@ -3525,6 +3525,7 @@
>       use=vt100,
>  # palette is hardcoded...
>  putty-256color|PuTTY 0.58 with xterm 256-colors,
> +     ccc@,
>       initc@, use=xterm+256color, use=putty,
>  
>  # One of the keyboard selections is "VT100+".
> @@ -4749,6 +4750,7 @@
>  
>  # palette is hardcoded...
>  konsole-256color|KDE console window with xterm 256-colors,
> +     ccc@,
>       initc@, use=xterm+256color, use=konsole,
>  
>  #### MLTERM

> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-ncurses


-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]