summaryrefslogtreecommitdiff
path: root/bin/ksh/edit.h
AgeCommit message (Collapse)Author
2018-06-18Add clear-screen emacs editing command, currently not bound to aTodd C. Miller
key by default. The shell will query the terminfo database to find the escape sequence to clear the screen. OK deraadt@
2016-01-26remove a useless macrommcc
ok nicm@
2015-09-26Remove EXTERN from edit.[ch], from Michael McConville.Nicholas Marriott
2011-05-30typo; Alexander PolakovMartynas Venckus
2005-03-28spacingTheo de Raadt
2004-12-22Use stdbool.h instead of rolling our own bools.Todd C. Miller
2004-12-20Ansification plus some minor knf. No binary change on i386 andOtto Moerbeek
sparc64, binary change in lex.o on macppc due to introduction of dopprompt() prototype. ok millert@
2004-12-19spacingTheo de Raadt
2004-12-18Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.Todd C. Miller
First step in making the ksh code easier to read. From Matthias Kilian
1999-11-14quote metachars when completing filenames from jdolecek@netbsd. ok millert@David Leonard
1996-08-19update to pdksh-5.2.8Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs