about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* 20945: rename statics to avoid clash with globalsPeter Stephenson2005-03-071-29/+29
* correct 20928Peter Stephenson2005-03-041-1/+1
* 20928: null terminate screen lines in zle_refresh.cPeter Stephenson2005-03-041-2/+8
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-263-11/+12
* 20869: more small Unicode tweaksPeter Stephenson2005-02-257-29/+33
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-253-141/+325
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-241-1/+4
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-248-57/+99
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-232-169/+224
* 20856: use VARARR for multibyte string.Peter Stephenson2005-02-231-1/+2
* 20854: more Unicode stuff.Peter Stephenson2005-02-2311-164/+192
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-222-13/+8
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-225-16/+25
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-211-1/+1
* 20828: typos in 20822Peter Stephenson2005-02-182-2/+2
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-1812-122/+466
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-261-2/+1
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-266-34/+46
* * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2005-01-261-2/+2
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-261-16/+36
* 20750: fix hang with 20742Peter Stephenson2005-01-261-2/+9
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-255-112/+273
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-221-1/+26
* * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2005-01-161-6/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-1416-1022/+1062
* users/8359: add Darwin completion directories by defaultPeter Stephenson2005-01-121-1/+1
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-121-1/+8
* * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...Clint Adams2005-01-111-0/+4
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-075-148/+176
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-051-2/+3
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-181-2/+2
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-141-1/+49
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-211-1/+7
* 20388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2004-09-201-1/+7
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-201-15/+9
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-131-4/+14
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-101-1/+18
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-092-23/+40
* 20330: rationalise zle return statusesPeter Stephenson2004-09-081-1/+1
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-021-4/+25
* 20300: fix spurious EOF from ^CPeter Stephenson2004-09-021-5/+12
* When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison2004-08-241-2/+2
* 20219: make zle parameter HISTNO writeablePeter Stephenson2004-07-292-1/+14
* 20153: make zle-line-init run after the first zrefresh()Peter Stephenson2004-07-131-2/+3
* unposted: improve 20150 by setting pointer to NULLPeter Stephenson2004-07-121-0/+3
* 20149: improve prompt-reset codePeter Stephenson2004-07-112-8/+12
* 20126: tidy up before 4.2.1Peter Stephenson2004-07-022-3/+11
* 7650: new reset-prompt zle widgetPeter Stephenson2004-07-012-0/+17