X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Jason Hood Newsgroups: comp.os.msdos.djgpp Subject: Re: Improved dos box for bash with scrollable window ??? Date: Sun, 14 Dec 2003 11:21:18 +1000 Lines: 22 Message-ID: <3FDBBB0E.CE169D1B@yahoo.com.au> References: <25a1dc7c DOT 0311240930 DOT 79217c02 AT posting DOT google DOT com> <3FC588D0 DOT AFE30919 AT yahoo DOT com DOT au> <25a1dc7c DOT 0312090304 DOT 1b4815c5 AT posting DOT google DOT com> <3FD7C590 DOT 3EC3BAB2 AT yahoo DOT com DOT au> <25a1dc7c DOT 0312120324 DOT 2ae608f0 AT posting DOT google DOT com> NNTP-Posting-Host: roc-56k-140.tpgi.com.au (202.7.180.140) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1071364882 3179925 202.7.180.140 ([148584]) X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: en,pdf To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Boris New wrote: > > In peruse you need to press "Scroll Lock" to access your buffer and > then escape to be able to type commands again. In a dos box I think > that it would be great just to use the scrollbar. (and not having to > use buttons). I found some tools (like take command) doing that but > they had problems with djgpp tools. The scrollbar is part of Windows, not DOS. I guess it might be possible to replace the last column of the DOS screen with a scrollbar, or maybe use say Alt+PgUp/Dn to scroll the buffer. I could possibly do the keys, but not the scrollbar (that is to say, I probably could do the scrollbar, but I'm not going to). An alternative solution is to resize the DOS-box to 128 rows (the largest possible, I believe). Of course, this means any screen-oriented program is going to think it's 128 lines high, but if all you're using is bash it should be fine. http://www.geocities.com/jadoxa/tm/tm0305.zip (62k) contains WTM.COM which will allow you to do just that (it *won't* work full screen, nor will it work in NT/2K/XP). Jason.