Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!samsung!aplcen!haven!adm!xadmx!AGRISCS@umcvmb.missouri.edu From: AGRISCS@umcvmb.missouri.edu (Don Ingli) Newsgroups: comp.unix.wizards Subject: RE: curses - problem... NO Message-ID: <21708@adm.BRL.MIL> Date: 9 Dec 89 23:38:24 GMT Sender: news@adm.BRL.MIL Lines: 28 the reason curses wont write to the bottom right character is that most line-by-line terminals automaticly pushes everything up one line when the last possible character on the screen is written. I programm in curses all the time. Our terminals all have 25 lines, so what you need to do is write all of your windows for a max of 24... Vt100 emulators generally use 24 lines as the max... check your termcap. Oh, try not to use LINES and COLUMNS in your programming... just assume an 80 X 24 screen..... Remember, you want your programs written so that they can be used with all emulators/terminals..... If you need any pointers, just mail me.... +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ | DON INGLI | | UNITED STATES DEPARTMENT OF AGRICULTURE - SOIL CONSERVATION SERVICE | | WORK: (314) 875-5344 FAX: (314) 875-5335 | | | | bitnet: agriscs@umcvmb.bitnet internet: agriscs@umcvmb.missouri.edu | | attmail: attmail!attbl!arpa!umcvmb.missouri.edu!agriscs | | | | ALL OPINIONS IN THIS NOTE ARE OF MY OWN AND DO NOT REPRESENT THE | | FEDERAL GOVERNMENT OR THE UNIVERSITY OF MISSOURI-COLUMBIA | +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+