summaryrefslogtreecommitdiff
path: root/lib/libedit/term.c
AgeCommit message (Expand)Author
2000-06-02use strtol() (instead of atoi()) for sane error detectionlukem
2000-02-19Fix refresh glitches when using auto-margin.mycroft
2000-01-20Add support for automatic and magic margins (from tcsh)christos
1999-10-24Fix pointer arithmatic (caused problems on LP64, including ftp dumpinglukem
1999-10-04update post change to return value of tputs() third argumentlukem
1999-08-02Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)sommerfeld
1999-07-02More trailing white space.simonb
1998-12-12delintchristos
1998-05-20remove term_beep hack.christos
1998-01-30update to lite-2 (just an sccsid change)perry
1997-11-13Un-"protect" term_beep() and rename it to __term_beep() to keep it outthorpej
1997-10-13use <termcap.h> instead of "termcap.h" (which was repository copied to libterm)lukem
1997-07-06Fix compiler warnings.christos
1997-04-11Return -1 if the terminal set operation resulted in dumb terminal settings.christos
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-11RCSid policelukem
1995-04-29Fixed the key mapping code and reverted Charles' changes.christos
1995-04-27Remove dead code that can't possibly work.mycroft
1994-10-07Fix typo.mycroft
1994-10-02Don't even *try* to print out the name of the termcap file; it's hiddenmycroft
1994-10-02Nuke bogus baud rate conversion code.mycroft
1994-05-06libedit!cgd