On 9/10/07, Douglas A. Tutty wrote:
termcap/termlib db's are different between openbsd and debian.
curses implementations are different between openbsd and debian.
some apps (like vim off the top of my head?), don't use
termcap/termlib or curses, they got their own thing going on. They
read TERM and do their own capabilities on it. Terminals lie (You're
not using a vt220 afterall, are you?), and terminal capabilities lie.
There are kilo's of documentation for termincal capabilities and
sequences out there, and they conflict each other.
curses has a .hascolor() boolean apps will read. You can print colors,
but curses will snuff them if .hascolor() returns false. I've seen
xterm-color return false, but xterm-256color return true! what??
Anyway, wsvt25 from console works great from openbsd on openbsd. If
you're on net and freebsd, pcvt25 works fairly well. Logging into
linux, I generaly use vt220 or vt102.
keep these aliases handy:
alias vt220='export TERM=vt220; tset -I -Q'
alias vt102='export TERM=vt102; tset -I -Q'
alias wsvt25='export TERM=wsvt25; tset -I -Q'
alias pcvt25='export TERM=pcvt25; tset -I -Q'
alias xterm256='export TERM=xterm-256color; tset -I -Q'
alias xtermcolor='export TERM=xterm-color; tset -I -Q'
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Linus Torvalds | Linux 2.6.21-rc1 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
git: | |
