home *** CD-ROM | disk | FTP | other *** search
- Termcap & Curses port by Eric Smith
- (7103_300%uwovax.uwo.ca@CORNELLC.CIT.CORNELL.EDU)
- thanks Eric!
- (to correspond with Eric please put "ATTN: Eric Smith" in the
- subject line when sending mail to above address).
-
- 07/17/89:: ers
- initial checkin.
-
- curses.h:: ++jrb
- added protos. type adjustments due to this in the source
-
- widget/, doc/ :: ++jrb
- put in widget lib from minix-gcc port
- put docs in dist.
-
- scanw.c :: ers
- fixed bug, was calling _scanf(char *, ..) instead of (char **, ..)
-
- *akefile:: ++jrb
- added targets to make termcap*.olb too from the termcap objects
-
- *akefile:: ++jrb
- clean target did'nt have $(OTHER) to clean
-
- tstp.c:: ++jrb
- #if 0'ed out for now till be get the new signal code together
-
- xconsole.c: ers
- Re-written to be compatible with lib/console.c. It should now
- work over the RS232 (not tested).
-
- addbytes.c:: ++jrb
- corrected handling of tabs.
-
- makefile* :: ++jrb
- adjusted to use common include file mincl (as per lib etc)
- (Delete old CMakefile.*). makefile.?? and gmakefile.?? new
- files.
-
- tgetent.c:: ers
- allowed TERMCAP to have a drive specification, and got rid of
- the silly "strcmp(TERMCAP, TERM)" test when TERMCAP contains
- the definition directly (I think what's wanted is a check that
- the name in TERM matches the name in TERMCAP, but it shouldn't
- normally be a problem anyways)
- also: cleaned up the default definition somewhat.
-
- rename:
- Changelog -> Changelo
- PatchLevel.h -> Patchlev.h
-
- curses.h:: ++jrb
- fix up protos
-
- xconsole.c:: ++jrb
- include <string.h>
- make kbuf static
- take out raw_out
- make ch unsigned
-
- unctrl.c, curses.h:: ++jrb
- turn uctrl into a function, and save plenty of bytes.
-
- tstp.c:: ++jrb
- conditionalize the code on __MINT__
-
- isdigit:: ++jrb
- #if 0 it out
-
- tgetnum, tgetstr, tputs:: ++jrb
- use <ctype.h> for isdigit()
-
- mincl:: ++jrb
- take out isdigit.o target
-
- curses.h, putchar.c, cr_puts.c, scroll.c, refresh.c:: ++jrb
- when not DEBUG, use fputc directly. For tputs use function _fputchar
- when DEBUG use _putchar.
-
- use termcap.h
-
- termcap.h:: ++jrb
- new file with termcap protos
-
- all over:: ++jrb
- clean up code, add protos, remove unused variables and types.
- make the code -Wall -Wstrict-prototypes (almost) clean.
-
- todo:: ++jrb
- make it 8bit char compatible. it will take a bit of doing, especialy
- in the curses code.
-
- xconsole.c:: Scott Kolodzieski (uunet!sparc1.stevens-tech.edu!scott )
- new function flush_key_buff(): enables you to stuff the
- currently accumulated (in the system) chars to the console
- buffer. this is important in the situation
- where you do a fork(), and chars accumulate while in the child
- process.
- -------------------------- Patchelevel 9 ---------------------------------
-