Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS | Peter Stephenson | 2009-04-24 | 1 | -14/+51 |
| | |||||
* | 26463: Greg Klanderman: add zle-line-finish widget | Peter Stephenson | 2009-01-28 | 1 | -3/+19 |
| | | | | | 26464: Greg Klanderman: fix insert-ids=single for menu completion 26465: Greg Klanderman: command keymap for execution | ||||
* | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 2008-09-16 | 1 | -3/+3 |
| | | | | tidy up interface to doshfunc() | ||||
* | 24915: some more fix-ups for combining characters | Peter Stephenson | 2008-05-04 | 1 | -4/+14 |
| | |||||
* | unposted: fix overwrite without MULTIBYTE_SUPPORT | Peter Stephenson | 2008-04-23 | 1 | -1/+7 |
| | |||||
* | 24861 (with tweaks): logic to use alternative wcwidth() if needed; | Peter Stephenson | 2008-04-22 | 1 | -2/+8 |
| | | | | slightly improve test for overwriting with combining characters. | ||||
* | 24860: better overwrite mode | Peter Stephenson | 2008-04-21 | 1 | -5/+29 |
| | |||||
* | 24859: combining chars: overwriting and vi replace and append | Peter Stephenson | 2008-04-21 | 1 | -6/+19 |
| | |||||
* | 24853: bits missed from patch | Peter Stephenson | 2008-04-20 | 1 | -2/+2 |
| | |||||
* | 24853: use metafied strings for inner loops over history | Peter Stephenson | 2008-04-20 | 1 | -40/+52 |
| | |||||
* | 24819: fix transposing characters and sneaky combination generation | Peter Stephenson | 2008-04-15 | 1 | -21/+81 |
| | |||||
* | 24816: some places where we need cursor alignment with combining characters | Peter Stephenson | 2008-04-14 | 1 | -0/+2 |
| | |||||
* | 24808: initial support for combining characters in zle | Peter Stephenson | 2008-04-13 | 1 | -20/+24 |
| | |||||
* | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 2008-04-03 | 1 | -1/+1 |
| | |||||
* | 23807: fix interactive completion mode | Peter Stephenson | 2007-08-30 | 1 | -0/+2 |
| | |||||
* | users/11419: zle copy-region-as-kill <string> | Peter Stephenson | 2007-04-19 | 1 | -7/+14 |
| | | | | adds text to the kill ring | ||||
* | 22684: improve getkeystring() interface and make printf do octal escapes | Peter Stephenson | 2006-09-10 | 1 | -1/+1 |
| | |||||
* | Call ZS_memchr() instead of plain memchr() so that suffix-removal | Wayne Davison | 2006-02-09 | 1 | -2/+2 |
| | | | | works again. | ||||
* | 22124: handle bad multibyte input better | Peter Stephenson | 2006-01-06 | 1 | -1/+5 |
| | |||||
* | Fixed parsedigit() to have it use its arg instead of "lastchar". | Wayne Davison | 2005-11-30 | 1 | -15/+12 |
| | |||||
* | 22014: argument-base, insert-unicode-char | Peter Stephenson | 2005-11-24 | 1 | -16/+72 |
| | |||||
* | Got rid of some compiler warnings about comparisons between signed | Wayne Davison | 2005-11-15 | 1 | -5/+6 |
| | | | | and unsigned variables. | ||||
* | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 2005-11-15 | 1 | -15/+10 |
| | |||||
* | users/9638: tweaks for FCEDIT etc. | Peter Stephenson | 2005-11-07 | 1 | -45/+164 |
| | | | | 21986: rewrite completion suffixes for wide characters | ||||
* | users/9610: handle digit argument when copying words | Peter Stephenson | 2005-11-02 | 1 | -11/+29 |
| | |||||
* | 21973: typo caused digitargument() not to work | Peter Stephenson | 2005-11-02 | 1 | -2/+2 |
| | |||||
* | - A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T. | Wayne Davison | 2005-11-01 | 1 | -20/+11 |
| | | | | | | - Use idigit() in place of some former '0' - '9' range checks. - Simplified some multibyte conditional code by using ZC_icntrl() and LASTFULLCHAR. | ||||
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -5/+5 |
| | | | | use multibyte versions of nicechar wherever possible. | ||||
* | 21722: fix multibyte word stuff | Peter Stephenson | 2005-09-09 | 1 | -2/+2 |
| | |||||
* | 21717: Src/Zle/zle_misc.c: fix execute-named-command and -where-is | Peter Stephenson | 2005-09-09 | 1 | -1/+1 |
| | | | | with multibyte support | ||||
* | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵ | Peter Stephenson | 2005-09-09 | 1 | -1/+1 |
| | | | | invalid characters or EOF | ||||
* | 21616: typo | Peter Stephenson | 2005-08-15 | 1 | -1/+1 |
| | |||||
* | 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. | Peter Stephenson | 2005-08-15 | 1 | -2/+17 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -8/+15 |
| | |||||
* | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-07-28 | 1 | -1/+1 |
| | |||||
* | 20966: fix crash in execute-named-command | Peter Stephenson | 2005-03-11 | 1 | -4/+6 |
| | |||||
* | 20945: rename statics to avoid clash with globals | Peter Stephenson | 2005-03-07 | 1 | -29/+29 |
| | |||||
* | 20866: fix deliberate errors in 20861 | Peter Stephenson | 2005-02-24 | 1 | -1/+4 |
| | |||||
* | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 2005-02-24 | 1 | -24/+37 |
| | |||||
* | 20854: more Unicode stuff. | Peter Stephenson | 2005-02-23 | 1 | -44/+49 |
| | |||||
* | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 2005-02-22 | 1 | -2/+6 |
| | |||||
* | 20828: typos in 20822 | Peter Stephenson | 2005-02-18 | 1 | -1/+1 |
| | |||||
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -35/+104 |
| | | | | 20823: Debugging test in stat wrong for 64-bit systems | ||||
* | 20742: More Unicode conversion stuff. | Peter Stephenson | 2005-01-25 | 1 | -3/+4 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -104/+104 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -23/+23 |
| | |||||
* | zsh-users/7160: Check and fix mod_export entries. | Peter Stephenson | 2004-03-12 | 1 | -1/+1 |
| | |||||
* | 19553: rename c in zle to lastchar | Peter Stephenson | 2004-03-08 | 1 | -22/+23 |
| | |||||
* | Don't crash if alt-y is typed twice in a row without a prior ctrl-y. | Wayne Davison | 2003-07-29 | 1 | -1/+3 |
| |