summaryrefslogtreecommitdiff
path: root/lib/libedit/read.c
AgeCommit message (Expand)Author
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-12-12delintchristos
1998-06-01* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. thislukem
1998-01-21fix compile errors if FIONREAD is defined. noted bylukem
1997-12-20Small optimization. Don't call isatty() on every invocation of el_gets, butchristos
1997-10-26Make el_gets() work when the input is not a tty.christos
1997-07-06Fix compiler warnings.christos
1997-04-11Portability fixes:christos
1997-01-14Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire inputlukem
1997-01-11RCSid policelukem
1994-05-06libedit!cgd