home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!sgiblab!spool.mu.edu!uwm.edu!linac!unixhub!slacvm!mlo
- Organization: Stanford Linear Accelerator Center
- Date: Wednesday, 27 Jan 1993 01:48:33 PST
- From: LORETI, Maurizio <MLO@SLACVM.SLAC.STANFORD.EDU>
- Message-ID: <93027.014833MLO@SLACVM.SLAC.STANFORD.EDU>
- Newsgroups: comp.sys.amiga.programmer
- Subject: SAS-C v6 and stdout
- Lines: 21
-
- Hi there -
-
- I am a SAS-C v6 user, and this is my problem: the output stream
- (stdout) is linked to a window; is it possible to know some
- parameters of that window?
-
- In particular, I need to know how many visible lines are there,
- i.e. window->Height and window->RPort->TxHeight.
-
- Starting a program from the workbench, I can request an output
- window with a known height using __stdiowin[]; but what to do
- if the program has been started from a CLI window?
- I had a look to stdio.h, _main.c and some other files, hunting
- for window pointers, but without luck.
-
- Somebody around the net (Doug?) has the answer?
-
- Thank you in advance, Maurizio
-
- P.S.: YES, I know that the window height can be changed from the
- user.
-