aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.c
Commit message (Expand)AuthorAge
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Cleanup and improve the exit status numbers and the messages generated on err...Gravatar liljencrantz2008-01-09
* Add very minimal fallback keybindingsGravatar liljencrantz2007-10-15
* Make fish automatically realise a repaint is needed in more situations, makin...Gravatar liljencrantz2007-10-06
* Comment updates, minor code cleanups and other janitorial jobsGravatar liljencrantz2007-10-02
* Minor comment updates and code tweaks in input codeGravatar liljencrantz2007-10-02
* Remove readline legacy input function 'winch' and replace its functionality w...Gravatar liljencrantz2007-10-01
* Drop the unneeded input-function delete-line. It was only there for compatiab...Gravatar liljencrantz2007-09-30
* Drop the unneeded input-function exit. It was only there for compatiability w...Gravatar liljencrantz2007-09-29
* Add more keys to list of kes supported by 'bind -k'Gravatar liljencrantz2007-09-29
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* First stab at dropping all support for readlines inputrc files and instead us...Gravatar liljencrantz2007-09-26
* Make R_NULL not repaint and document the fact that this means some keybinding...Gravatar liljencrantz2007-09-22
* Correct minor typos, stupid error messages, indentation and drop unused varia...Gravatar liljencrantz2007-09-22
* Make up/down cursor move up or down when in multiline mode, except if already...Gravatar liljencrantz2007-09-22
* Add better debbuging information when writembs is called with null value.Gravatar liljencrantz2007-09-10
* Fix compilation with Sun Studio compiler changing \e to \x1b as it does not s...Gravatar Claes Nästén2007-08-22
* Fix typo in user message, remove a few warnings, minor indentation editsGravatar axel2007-01-09
* Make sure cwd colors update when the variable changes. This is a common regre...Gravatar axel2006-12-12
* Make keyboard shortcuts that execute a shellscript function (^D, for example)...Gravatar axel2006-12-02
* After processing a signal/event while waiting for commandline input, check th...Gravatar axel2006-11-19
* Fix beginning/end-of-line input function, add beginning/end-of-buffer functionsGravatar axel2006-11-01
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
* Allow Meta-newline to always insert a newline characterGravatar axel2006-10-09
* Detect and handle terminals size changesGravatar axel2006-10-05
* Minor code cleanupGravatar axel2006-10-05
* Check return value of del_curtermGravatar axel2006-08-14
* Comment away currently unused function to avoid warning. Thanks to Netocrat.Gravatar axel2006-08-11
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
* 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