[71] in netbsd-help mailing list archive
Re: more questions
daemon@ATHENA.MIT.EDU (John Kohl)
Sat Feb 11 00:38:12 1995
Date: Sat, 11 Feb 1995 00:22:11 -0500
From: John Kohl <jtk@kolvir.blrc.ma.us>
To: ericding@MIT.EDU, netbsd-help@MIT.EDU
In-Reply-To: <199502102042.PAA01429@lola-granola.MIT.EDU> (jtkohl@MIT.EDU)
Here's what I use for setting VT cursors to small underlines:
echo -n 'cursors...'
/usr/local/bin/cursor -s13 -e14 -n0
/usr/local/bin/cursor -s13 -e14 -n1
/usr/local/bin/cursor -s13 -e14 -n2
/usr/local/bin/cursor -s13 -e14 -n3
/usr/local/bin/cursor -s13 -e14 -n4
/usr/local/bin/cursor -s13 -e14 -n5
/usr/local/bin/cursor -s13 -e14 -n6
/usr/local/bin/cursor -s13 -e14 -n7
echo '.'
Oh, and to answer a previous question you had, To switch from X11 to
another console, CTRL-ALT-F<N> for <N> not the VT you're running X on.
==John