summary refs log tree commit diff
path: root/src/input.h (follow)
Commit message (Expand)AuthorAge
* redir: Clear saved redirections in subshellHerbert Xu2020-04-29
* eval: Restore input files in evalcommandHerbert Xu2018-04-19
* input: Allow two consecutive calls to pungetcHerbert Xu2015-01-05
* input: Move all input state into parsefileHerbert Xu2015-01-05
* input: Make preadbuffer staticHerbert Xu2015-01-05
* [INPUT] Kill pgetc_macroHerbert Xu2014-09-29
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [SHELL] Add preliminary LINENO supportRocky Bernstein2009-08-11
* [INPUT] Made setinputfd staticHerbert Xu2008-07-13
* [PARSER] Removed noexpand/length check on eofmarkHerbert Xu2007-11-11
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Generalise setinputfile for use in read_profile/readcmdfile.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
23:25:36 -0500'>2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe