aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
Commit message (Expand)AuthorAge
* Allow Meta-newline to always insert a newline characterGravatar axel2006-10-09
* Make it possible to use backslash to stay in multiline mode even when not at ...Gravatar axel2006-10-08
* Add autoindentation supportGravatar axel2006-10-07
* Move the code keeping track of file descriptor modification from reader.c to ...Gravatar axel2006-10-05
* Detect and handle terminals size changesGravatar axel2006-10-05
* Minor code cleanupGravatar axel2006-10-05
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
* Repain prompt after showing completion pagerGravatar axel2006-10-04
* First cleanup of multiline patch - add support for commands longer than one l...Gravatar axel2006-10-02
* First stab at multiline editingGravatar axel2006-10-02
* Minor comment and documentation editsGravatar axel2006-10-02
* Make sure M-d erases last character of word. Thanks to DynWind for the reportGravatar axel2006-09-30
* Fix occasional off-by-one bug in syntax highlighting causing the character ne...Gravatar axel2006-09-25
* Fix issue with ^W and other shortcurs sometimes not deleting anythingGravatar axel2006-09-17
* Fix a bug in completion insertion code on string with escaped quotes. This bu...Gravatar axel2006-09-15
* Don't syntax highlight the character under the cursor, since that may hide th...Gravatar axel2006-09-12
* Updated definiton of move_word, more intuitive behaviour when a token consist...Gravatar axel2006-08-31
* Don't use carriage return on initial painting of the promptGravatar axel2006-08-26
* Use terminfo to look up tab width instead of assuming 8 character tabs when c...Gravatar axel2006-08-24
* Fix use og uncasted 0 as null pointer in vararg function. Potential crash bug...Gravatar axel2006-08-24
* Minor tweaks to previous fish_pager patch to fix two bugsGravatar axel2006-08-22
* fish_pager_via_stdinGravatar stew2006-08-22
* Update fish_pager interface, first try - this is the second patch to redo the...Gravatar axel2006-08-13
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
* Add missing sys/select.h header needed on FreeBSDGravatar axel2006-08-10
* Only write out titlebar message if it is of non-zero lengthGravatar axel2006-08-09
* Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ...Gravatar axel2006-07-31
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Fix bug where fish refuses to complete inside som command substitutionsGravatar axel2006-07-08
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Implement fallback version of futimes instead of testing for it's existance i...Gravatar axel2006-06-22
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Slightly improve accuracy of calculations of prompt widthGravatar axel2006-06-15
* Fix highlighting of search matches, broken by earlier patch for underlining p...Gravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Drop debug messageGravatar axel2006-06-01
* Minor editsGravatar axel2006-05-27
* Add support for bold highligtingGravatar axel2006-05-27
* Use ahead of time validator to make sure that commands entered on the command...Gravatar axel2006-05-27
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Always init history on startup, to avoid destorying history multiple times wh...Gravatar axel2006-04-19
* Delete some commented code and tweak a few commentsGravatar axel2006-04-05
* Do not return to the shell until all processes of a job have finished (Previo...Gravatar axel2006-04-04
* Move to end of current token on completionGravatar axel2006-03-11
* 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
* Add some input validation code to various functionsGravatar axel2006-02-23
* Drop unuses error counter for string conversionsGravatar axel2006-02-23