summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-0/+5
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson1-0/+13
21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-2/+3
2005-07-26Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison1-23/+1
it can take affect prior to things like the mail-check output.
2005-07-15Implement the new PROMPT_SP option.Wayne Davison1-1/+23
2005-04-08 * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.Clint Adams1-0/+1
2005-04-08 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams1-0/+18
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
2005-03-2121042: limitations with execute-named-commandPeter Stephenson1-0/+2
2005-03-1520978: don't propagate EOF from recursive editsPeter Stephenson1-1/+1
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-2/+2
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-3/+3
2005-02-2320854: more Unicode stuff.Peter Stephenson1-5/+5
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov1-10/+5
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-3/+5
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-17/+134
20823: Debugging test in stat wrong for 64-bit systems
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-1/+1
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-10/+11
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-20/+27
unposted: update version to 4.2.3-dev-1
2004-10-17In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison1-0/+1
so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line".
2004-09-2120398: allow clean exit from within widget functionPeter Stephenson1-1/+7
2004-09-2020388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer1-1/+7
2004-09-2020387: revised algorithm for the fix in 20363.Bart Schaefer1-15/+9
2004-09-1320363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson1-4/+14
2004-09-0220300: fix spurious EOF from ^CPeter Stephenson1-5/+12
2004-07-1320153: make zle-line-init run after the first zrefresh()Peter Stephenson1-2/+3
2004-07-1120149: improve prompt-reset codePeter Stephenson1-8/+9
20150: commit ancient memory leak fix(?) in completion
2004-07-0220126: tidy up before 4.2.1Peter Stephenson1-2/+8
20127: tweaked version of Wayne's patch to reexand prompts
2004-07-017650: new reset-prompt zle widgetPeter Stephenson1-0/+16
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-9/+9
2004-04-2719840: vared takes one normal argumentPeter Stephenson1-6/+1
2004-04-2719837: restore vared -ePeter Stephenson1-1/+1
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson1-60/+73
2004-03-2219671: error in zle-line-init caused infinite loopPeter Stephenson1-0/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-2/+2
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-3/+10
2003-12-1219281: zle-line-init special widgetPeter Stephenson1-1/+11
2003-11-0319218: extend 19216 to zle widgetsPeter Stephenson1-4/+2
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2003-08-1118938: Export some data symbols.Peter Stephenson1-2/+2
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-1/+1
2003-05-1918543: memory leak vared'ing arraysPeter Stephenson1-1/+2
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+2
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson1-7/+5
2003-02-1418243: Nasty tty poll fix for SolarisPeter Stephenson1-9/+38
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-2/+5
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer.
2002-08-2717582: Improved option argument handling.Peter Stephenson1-7/+7
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky1-0/+1
already and no completion widgets have been defined (17567)
2002-07-0417405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson1-0/+1
2002-07-0117384: new recursive-edit widget.Peter Stephenson1-66/+86
2002-06-0617293: support poll() as preferred alternative to select() in zlePeter Stephenson1-15/+104