aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.c
Commit message (Expand)AuthorAge
* Some minor steps towards making vi-mode workGravatar axel2006-07-24
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Check exit status of close and fclose in a few extra placesGravatar axel2006-06-21
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Remove unused variable, and make a few variables staticGravatar axel2006-06-14
* Add more emacs keymappings (Thansk stew for the patch)Gravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Remove a few warningsGravatar axel2006-01-16
* Alt-backspace is now a synonym for Control-w in emacs mode keybindings. Atl l...Gravatar axel2006-01-13
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* More robust parsing of keybindings, allow sequences like \C-\ew and \C-?Gravatar axel2006-01-10
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Revamp the jobs builtinGravatar axel2005-12-12
* Initial blocking implementationGravatar axel2005-12-12
* Make sure fishd synchronization happens only when neededGravatar axel2005-11-28
* Fire pending events when interrupted while reading from keyboardGravatar axel2005-11-26
* Huge API documentation cleanupGravatar axel2005-10-25
* Add more mappings for Alt-arrowkyesGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Spelling fixesGravatar axel2005-10-08
* Initial update for new event subsystemGravatar axel2005-10-06
* Rename preprocessor symbols to avoid nameclash with ncursesGravatar axel2005-10-05
* Use internal implementation for wcsncasecmpGravatar axel2005-10-04
* Drop various debug messagesGravatar axel2005-10-03
* Support symbolic keybindingsGravatar axel2005-10-02
* Change configuration file names if installing in $HOMEGravatar axel2005-09-26
* Support for numeric backslash escapesGravatar axel2005-09-26
* keybinding cleanupsGravatar axel2005-09-22
* Key binding functionsGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20