Linux pico
August 9, 2006 3:34 PM
Subscribe
Linux/pico question: How come when I am on Telnet and run pico, it doesn't clear the screen?
I'm using Win2K command prompt telnet to connect. When I was on Dreamhost (GNU/Linux), pico would clear the screen and I could work on a document. When I am on a Free BSD system, pico does not clear the screen. So basically it overlays the editing screen on top of what's already there, creating a mess.
I'm not looking for pico alternatives... just trying to see how to fix this so I can continue as usual.
posted by zek to computers & internet (14 comments total)
I suspect that there is an issue with the type of terminal that is either being auto-detected or set manually by a script somewhere. If the remote server thinks you have a different terminal than you really do, then the display can have odd bugs like this.
Try this at the command line:
echo $TERM
and see what you get back. I'm not dead sure what it "should" be for telneting from the command line.
At any rate, I highly recommend the windows tool puTTY" to do stuff like this instead of telnet or what have you. It's a really great terminal emulator, and it's free. It's so good that I use it as a frontend to cygwin.
posted by RustyBrooks at 3:41 PM on August 9, 2006