[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

Title:Atari ST, TT, & Falcon
Notice:Please read note 1.0 and its replies before posting!
Moderator:FUNYET::ANDERSON
Created:Mon Apr 04 1988
Last Modified:Tue May 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1433
Total number of notes:10312

922.0. "H50.TOS?" by PRNSYS::LOMICKAJ (Jeffrey A. Lomicka) Thu Jul 19 1990 11:43

Does anybody have handy a program that puts the monochrome ST into 50 line
mode?  I used to have one, but seem to have lost it.
T.RTitleUserPersonal
Name
DateLines
922.1I have on on PRNSYS (talking to myself again...)PRNSYS::LOMICKAJJeffrey A. LomickaThu Jul 19 1990 12:266
Yes, I have one that I derived from the MicroEMACS sources.  No
comments, but it works.

PRNSYS::USER2:[LOMICKAJ.HOBBY.ST]DENSE.C,DENSE.PRG

Use in monochrome only.  No telling what will happen if you use it in color.
922.2I got itVINO::OCONNORPassion & WarfareThu Jul 19 1990 12:543
    I got it home.  Will upload early next week.
    
    Joe
922.3HI25 and HI50, thanks to Patrick Keane and Note 9REGENT::LOMICKARoy LomickaFri Jul 20 1990 01:0611
Browsing some of the archives posted in note 9.* has yielded the following: 

$ dir NOTSO::DUA0:[KEANE.ST...]HI*
NOTSO::DUA0:[KEANE.ST]HI25.PRG;4
                               3  14-JAN-1986 09:31:38.00  (RWED,RWED,RE,RE)
NOTSO::DUA0:[KEANE.ST]HI50.PRG;4
                               3  10-JAN-1986 09:08:25.00  (RWED,RWED,RE,RE)

Total of 2 files, 6 blocks.

Jeff, I think these are the same as the ones you gave me about 3 years ago.
922.4DENSE includes sourcePRNSYS::LOMICKAJJeffrey A. LomickaFri Jul 20 1990 17:0610
I thought I searched note 9...

Actually, not that I have DENSE, I'm happy.  DENSE includes source...

I'm glad I uploaded it when I did.  I did a backup of my hard drive
yesterday morning, wrote DENSE in the afternoon, uploaded it, and in
the evening I totally trashed the Stacy hard drive while trying to
configure a hard drive for my Church to use.  I was able to restore my
backup and then download DENSE this morning, so I didn't lose a thing!

922.5HI50 + NeoDeskREGENT::LOMICKARoy LomickaFri Jul 20 1990 18:344
I've found that HI50 and HI25 work well with NeoDesk.  Using HI50 and 
"small font" in NeoDesk, you can see over 100 filenames with size and 
date in a less-than-full-size window.  It's handy to have HI25, so you 
can switch back without rebooting.  Does DENSE have a companion UNDENSE?
922.6PRNSYS::LOMICKAJJeffrey A. LomickaFri Jul 20 1990 18:462
DENSE toggles.

922.7DENSE.PRG in colorREGENT::LOMICKARoy LomickaThu Aug 30 1990 18:4620
RE: .1  "No telling what will happen if you use [DENSE] in color."

DENSE.PRG works in color.  Since the color font is already the "dense" 
one, running DENSE once changes the font to the monochrome one, and gives 
you 12 rows of huge characters instead of the 25 rows of normal-sized 
characters.  The extra 1/2 row of unused screen space occurs at the 
bottom of the screen.   Running DENSE again changes the font back to 
the normal one.  Since the ST emulates the Digital VT52, this 12-line 
mode constitutes an emulation of a *VT50*!  Yes, Digital once made a
terminal that provided only 12 rows of characters.  That's where the 
"2" in "VT52" came from (2 x 12).

The only problem with this is that not many programs can cope with 
having only 12 rows of text on the screen.  There is a VDI call that 
gives rows and columns, or you can dig the information out of the 
Line A data structures yourself, so it *is* possible to write programs 
that adapt well, and even allow switching fonts on the fly.

I tried modifying DENSE to use the tiny "icon" font, but since the width 
of the characters in that font is not 8, characters get displayed incorrectly.