lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Problem with ^Z suspending: more ncurses


From: dickey
Subject: Re: lynx-dev Problem with ^Z suspending: more ncurses
Date: Thu, 4 Feb 1999 22:30:18 -0500 (EST)

> 
> > > more "sticking" of colors. AND 256 pairs of colors! All I did was change  
> > > "colors#8, pairs#64," to "colors#16, pairs#256,". What a discovery.  
> >  
> > hmm - perhaps that's slang (it has some hardcoded assumptions about 
> > bold+color which would be altered if you specify 16 colors). 
>  
> Finally got ncurses reinstalled.  This time did it as an overwrite 
> of the system curses.  I'll probably start linking with ncurses again. 

I guess so (I kind of like to keep the system curses available - ymmv).
  
> > but what does the terminal description look like (and which terminal 
> > emulator)? 
> > the only one I remember seeing from you was the fmr one, which can only 
> > paint 8 colors. 
>  
> It's the same as the fmr70 one (which is vanilla vt100 + color) except 
> for the above change.  I use TeraTerm Pro on Windows almost exclusively 

As written, the upper 8 colors shouldn't be rendered then - it just prints
a number into "\E[3%dm", for instance, which is assumed to be in the range
0-7.  (ncurses can code 16 colors, but still needs a properly-written
terminal description; Solaris curses codes only 8).

> these days.  It handles Japanese well (and colors, too, it seems). 

I put a better terminfo for teraterm in my ncurses patches a few weeks ago.
That's in the rollup patch under the 4.2 directory (the one on the web
site has some errors in color handling):
  
total 2040
-rw-r--r--   1 dickey   ipusers    47429 Jan 30 23:04 MD5sums
-r--r--r--   1 dickey   ipusers      821 Oct 10 20:56 README
-r--r--r--   2 dickey   ipusers    19061 Jan  2 22:59 
ncurses-4.2-990102.patch.gz
-r--r--r--   2 dickey   ipusers    28217 Jan 10 21:29 
ncurses-4.2-990110.patch.gz
-r--r--r--   2 dickey   ipusers    21589 Jan 16 22:48 
ncurses-4.2-990116.patch.gz
-r--r--r--   2 dickey   ipusers    30808 Jan 23 23:04 
ncurses-4.2-990123.patch.gz
-r--r--r--   2 dickey   ipusers    15235 Jan 30 23:05 
ncurses-4.2-990130.patch.gz
-r-xr-xr-x   2 dickey   ipusers   625677 Jan 11 07:06 patch-4.2-990110.sh
-r--r--r--   2 dickey   ipusers   231410 Jan 10 21:14 terminfo.src.gz

> __Henry  


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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