Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!yarrina.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!fizban.solace.mh.se!vampire.xinit.se!newsfeed.tip.net!news.seinf.abb.se!erinews.ericsson.se!cnn.exu.ericsson.se!convex!egsner!statsci.com!news From: scott@statsci.com (Scott Blachowicz) Subject: Re: 43/50 line modes with pcvt? In-Reply-To: gord@enci.ucalgary.ca's message of 26 Nov 1995 22:40:29 -0700 X-Nntp-Posting-Host: pear Message-ID: <vm20qpet8l.fsf@pear.statsci.com> To: Gord Matzigkeit <gord@enci.ucalgary.ca> Lines: 19 Sender: scott@pear.statsci.com Reply-To: scott@statsci.com Organization: StatSci div. of MathSoft, Seattle, WA USA X-Newsreader: Gnus v5.0.12 References: <48qq1g$p6_001@ornews.intel.com> <ETXOFSN.95Nov23102951@sim15.aom.ericsson.se> <nphgzqlinm.fsf@enci.ucalgary.ca> Date: Thu, 30 Nov 1995 20:35:08 GMT >>>>> "Gord" == Gord Matzigkeit <gord@enci.ucalgary.ca> Gord> Is there any way to get a 80x50 screen with a nicely displayed cursor? Yes...on my 2.0.5 system I do this in my /etc/rc.local (hopefully it applies to 2.1.0 as well): if ispcvt; then echo -n ' pcvt' loadfont -c1 -f /usr/share/misc/pcvtfonts/vt220l.808 for v in 0 1 2 3 4 5; do scon -t 180 -d /dev/ttyv$v scon -s 50 -d /dev/ttyv$v cursor -s3 -e7 -d /dev/ttyv$v done fi Season to taste. -- Scott Blachowicz Ph: 206/283-8802x240 StatSci, a div of MathSoft, Inc. 1700 Westlake Ave N #500 scott@statsci.com Seattle, WA USA 98109 Scott.Blachowicz@seaslug.org