site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com - Jordan On May 31, 2006, at 8:10 PM, Walt Pawley wrote: I muck about with Mac OS X (mostly) and FreeBSD (much less), and I'm fairly certain this may not be the proper venue for this question. But I'm in dire need of some floatation because I'm about to drown in documentation (to say nothing of "terminal" confusion). The question: On my LAN, when I telnet to a Mac OS X machine and use "less" to look at a file, when I quit it, the only remaining data on the screen is the command invoking the activity. However, when I telnet to a FreeBSD box and do the same thing, all the scrolled text is left in the terminal window. Is there (a hopefully simple) means of making the FreeBSD boxes behave like the Mac OS X boxes? -- Walter M. Pawley <walt@wump.org> Wump Research & Company 676 River Bend Road, Roseburg, OR 97470 541-672-8975 _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/jkh%40apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The easiest way of disabling the "alternate screen" feature for all applications which use it (the list of which is not confined to less (1)) is to set your TERM variable to point to a terminfo entry which doesn't contain the init strings which toggle it. Try using the vt100 or vt102 entries ("setenv TERM vt100"). This email sent to jkh@apple.com This email sent to site_archiver@lists.apple.com