On 2006-12-22 15:42:45 -0500, Thomas Dickey wrote: > Or the more straightforward solution - I'm running ncurses 5.6 on all > platforms. Aside from being a nuisance, there's no problem updating > just the libraries.
I prefer to have them (libraries compiled by the user) in a separate directory. Applications that use ncurses should also be recompiled. But in addition to my Mac OS X machine, I have lots of accounts, so that this is annoying. > Given the glacial progress of the *BSD's in updating packages, > it's not unlikely that they'll remain 2-3 years behind indefinitely. For several things, Mac OS X is more up-to-date than Debian/stable. > hmm - since you said "less" does not recognize ^N/^O, I'm assuming you > meant that you changed sgr0 to \E[m, I think I'll change that back to \E[m because of this problem. > which works for termcap, but not for applications that use > line-drawing (without of course hardcoding things). Well the applications that use line-drawing seem to use rmacs explicitly (I think they should all do that for a few years for compatibility). Then having the rmacs escape sequence in sgr0 is useless for these applications, isn't it? I also have the following in my precmd() in zsh: [[ -n $zsh410 && -n $TTY && -n $terminfo ]] && print -n "$terminfo[rmacs]$terminfo[sgr0]" > $TTY -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]