On 9/10/07, Douglas A. Tutty <dtutty@porchlight.ca> 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'
| Christoph Lameter | [04/14] vcompound: Core piece |
| David Miller | [GIT]: Networking |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Artem Bityutskiy | [PATCH take 2] UBIFS - new flash file system |
git: | |
| Ken Pratt | pack operation is thrashing my server |
| Adam Piatyszek | [BUG] git send-email brakes patches with very long lines |
| Junio C Hamano | [ANNOUNCE] GIT 1.5.4 |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Richard Stallman | Real men don't attack straw men |
| David B. | find -exec {} help |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Daniel Ouellet | sysctl kern.maxproc help needed |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Framstag | ftp-error: bind: Address already in use? |
| Linus Torvalds | Re: will linux use swap partition AND swap file at the same time |
| sharpe | A modified rawrite.c for your consideration |
