summaryrefslogtreecommitdiff
path: root/lib/libedit/term.c
AgeCommit message (Expand)Author
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