#!/bin/sh " @(#) make xterm white and black and call vim(1) in color mode ##################################################### if [ "$TERM" = 'xterm' ] then #esc -bg white -fg black -f 5 -max #esc -down 4 esc -bg white -fg black -f 5 vin $* esc -bg black -fg white -f 0 -restore fi ##################################################### exit #####################################################