| Commit message (Expand) | Author | Age | Files | Lines |
* | - When mbrtowc() returns -2 when given all the remaining chars in a | Wayne Davison | 2006-01-12 | 1 | -7/+7 |
* | The return value of mbrtowc() is a size_t (unsigned), so don't | Wayne Davison | 2006-01-11 | 1 | -3/+6 |
* | 22014: argument-base, insert-unicode-char | Peter Stephenson | 2005-11-24 | 1 | -0/+1 |
* | Changed zleread() to return a normal char pointer, not unsigned char. | Wayne Davison | 2005-11-15 | 1 | -8/+7 |
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -8/+8 |
* | minor tidy-ups | Peter Stephenson | 2005-10-02 | 1 | -1/+0 |
* | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 2005-09-29 | 1 | -4/+4 |
* | 21736: improve tests for word and identifier characters with multibyte input | Peter Stephenson | 2005-09-20 | 1 | -19/+0 |
* | 21720: fix getrestchar() some more | Peter Stephenson | 2005-09-09 | 1 | -1/+2 |
* | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i... | Peter Stephenson | 2005-09-09 | 1 | -9/+38 |
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -0/+5 |
* | Fixes from Thorsten Dahlheimer. | Peter Stephenson | 2005-08-09 | 1 | -0/+13 |
* | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-07-28 | 1 | -2/+3 |
* | Moving the PROMPT_SP code earlier in the scheme of things so that | Wayne Davison | 2005-07-26 | 1 | -23/+1 |
* | Implement the new PROMPT_SP option. | Wayne Davison | 2005-07-15 | 1 | -1/+23 |
* | * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded. | Clint Adams | 2005-04-08 | 1 | -0/+1 |
* | * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a | Clint Adams | 2005-04-08 | 1 | -0/+18 |
* | 21042: limitations with execute-named-command | Peter Stephenson | 2005-03-21 | 1 | -0/+2 |
* | 20978: don't propagate EOF from recursive edits | Peter Stephenson | 2005-03-15 | 1 | -1/+1 |
* | 20869: more small Unicode tweaks | Peter Stephenson | 2005-02-25 | 1 | -2/+2 |
* | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 2005-02-24 | 1 | -3/+3 |
* | 20854: more Unicode stuff. | Peter Stephenson | 2005-02-23 | 1 | -5/+5 |
* | 20845: fix mbstate_t usage in getrestchar | Andrey Borzenkov | 2005-02-22 | 1 | -10/+5 |
* | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 2005-02-22 | 1 | -3/+5 |
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -17/+134 |
* | 20752: fix access to ZLE parameters | Peter Stephenson | 2005-01-26 | 1 | -1/+1 |
* | 20742: More Unicode conversion stuff. | Peter Stephenson | 2005-01-25 | 1 | -10/+11 |
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -20/+27 |
* | In zleread(), initialize the first byte of the "line" buffer to '\0' | Wayne Davison | 2004-10-17 | 1 | -0/+1 |
* | 20398: allow clean exit from within widget function | Peter Stephenson | 2004-09-21 | 1 | -1/+7 |
* | 20388: tweak ignoreeof behavior on user-defined widgets to match docs. | Bart Schaefer | 2004-09-20 | 1 | -1/+7 |
* | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 2004-09-20 | 1 | -15/+9 |
* | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 2004-09-13 | 1 | -4/+14 |
* | 20300: fix spurious EOF from ^C | Peter Stephenson | 2004-09-02 | 1 | -5/+12 |
* | 20153: make zle-line-init run after the first zrefresh() | Peter Stephenson | 2004-07-13 | 1 | -2/+3 |
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -8/+9 |
* | 20126: tidy up before 4.2.1 | Peter Stephenson | 2004-07-02 | 1 | -2/+8 |
* | 7650: new reset-prompt zle widget | Peter Stephenson | 2004-07-01 | 1 | -0/+16 |
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -9/+9 |
* | 19840: vared takes one normal argument | Peter Stephenson | 2004-04-27 | 1 | -6/+1 |
* | 19837: restore vared -e | Peter Stephenson | 2004-04-27 | 1 | -1/+1 |
* | 19733 with docs tweaked: keymaps for vared and zed | Peter Stephenson | 2004-04-06 | 1 | -60/+73 |
* | 19671: error in zle-line-init caused infinite loop | Peter Stephenson | 2004-03-22 | 1 | -0/+1 |
* | 19553: rename c in zle to lastchar | Peter Stephenson | 2004-03-08 | 1 | -2/+2 |
* | 19295: $CONTEXT zle parameter | Peter Stephenson | 2003-12-15 | 1 | -3/+10 |
* | 19281: zle-line-init special widget | Peter Stephenson | 2003-12-12 | 1 | -1/+11 |
* | 19218: extend 19216 to zle widgets | Peter Stephenson | 2003-11-03 | 1 | -4/+2 |
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -1/+1 |
* | 18938: Export some data symbols. | Peter Stephenson | 2003-08-11 | 1 | -2/+2 |
* | 18559, 18562: make modules use proper option arguments | Peter Stephenson | 2003-05-22 | 1 | -1/+1 |