summary refs log tree commit diff
path: root/src/input.c (follow)
Commit message (Expand)AuthorAge
* input: Fix here-document redirection with vi/emacs onHarald van Dijk2018-03-10
* input: Allow two consecutive calls to pungetcHerbert Xu2015-01-05
* input: Move all input state into parsefileHerbert Xu2015-01-05
* input: Remove HETIOHerbert Xu2015-01-05
* input: Make preadbuffer staticHerbert Xu2015-01-05
* [INPUT] Replace open-coded flushall in preadbufferHerbert Xu2014-10-27
* [INPUT] Kill pgetc_macroHerbert Xu2014-09-29
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [INPUT] Use exit status 127 when the script to run does not existGerrit Pape2010-11-28
* [SHELL] Add preliminary LINENO supportRocky Bernstein2009-08-11
* [REDIR] Fix incorrect savefd conversionsHerbert Xu2009-06-27
* [INPUT] Made setinputfd staticHerbert Xu2008-07-13
* [PARSER] Removed noexpand/length check on eofmarkHerbert Xu2007-11-11
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [REDIR] Remove EMFILE special caseHerbert Xu2007-05-06
* [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
* [INPUT] Size optimisations in preadbuffer()Herbert Xu2005-10-26
* [INPUT] Fix NUL skipping in preadbufferHerbert Xu2005-10-01
* Generalise setinputfile for use in read_profile/readcmdfile.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
2021-01-26Expand the opening paragraph of the manualJune McEnroe 2021-01-25Disable notify in restricted modeJune McEnroe 2021-01-25Don't print timestamps for blank lines in bufferListJune McEnroe 2021-01-25Do not copy time to wrapped linesJune McEnroe 2021-01-25Add protocol coverage to non-features listJune McEnroe 2021-01-25Move mention of pledge(2) and unveil(2) to READMEJune McEnroe 2021-01-23Preserve order of filters when removingJune McEnroe 2021-01-23Fix /unignore commandJune McEnroe 2021-01-23Remove use of "%n" to appease de RaadtJune McEnroe 2021-01-23Drop filesystem access iff possibleKlemens Nanni 2021-01-23Drop exec capability iff restrictedKlemens Nanni 2021-01-23Drop network capability after ircConnect()Klemens Nanni 2021-01-23Call pledge(2) after unveil(2)Klemens Nanni 2021-01-23Separate kiosk mode from restrict modeJune McEnroe 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe 2021-01-18Add example tmux(1) configKlemens Nanni 2021-01-17Use Warm heat for blank linesJune McEnroe 2021-01-16Add -I highlight option and /highlightJune McEnroe