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

Bug#130418: marked as done (color & keytab glitches)



Your message dated Sat, 29 Aug 2009 15:11:39 -0400
with message-id <20090829191139.GA6220@invisible-island.net>
and subject line re: #130418 color & keytab glitches
has caused the Debian Bug report #130418,
regarding color & keytab glitches
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
130418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=130418
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: konsole
Version: 2.2.2-13

There are a few glitches related to color and keytab handling:

 * If using konsole-16color, ANSI color light-red is misrendered as color
   black. Do an EXPORT TERM=konsole-16color and
   for f in {0,1}{0,1,2,3,4,5,6,7,8,9}; do tput sgr0; echo -n "$f: "; for g
   in {0,1}{0,1,2,3,4,5,6,7,8,9}; do tput sgr0; tput setaf $f; tput setab $g;
   echo -n "A"; tput bold; echo -n "B "; done; echo; done
   and you'll see the error in column/row 9.

 * There is no way in the .schema files to define the number of colors,
   nor to define more than 8 normal + 8 bold colors. Nice would be to be
   able to do
   
   ncolor 0    0   0   0  0 0   # black
   ...
   ncolor 7  255 255 255  0 0   # white
   ncolor 8  104 104 104  0 0   # dark grey (or whatever)
   ...
   ncolor 15 180 180 180  0 0   # light grey (or whatever)

   bcolor 0    0   0   0  0 1   # bold black
   ...
   bcolor 15 180 180 180  0 1   # bold light grey
   
   ncolor sysfg   0   0   0   0 0   # standard foreground color
   ncolor sysbg ...
   bcolor sysfg ...
   bcolor sysbg ...
   
   ncolor cursor 255   0   0   0 0   # standard cursor color

   but any way to define more would be nice.
   
 * There is no way to define which $TERM a given keymap is for; a setting
   in the .keytab files should define the initial $TERM value given to the
   shell.

 * ncurses and konsole disagree about the sequence generated by <F1>...<F6>.
   I don't know whether this is a bug of ncurses or konsole, but one is
   wrong.


--- End Message ---
--- Begin Message ---
no new information was provided; all of the report's issues were addressed

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

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: