Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-01 | 21971: multibyte version of pfxlen() | Peter Stephenson | 1 | -2/+0 | |
2005-11-01 | I just noticed that zsh's default icntrl() macro returns true for | Wayne Davison | 1 | -3/+3 | |
chars 128 - 159, so the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" code needed to be updated to reflect this. | |||||
2005-11-01 | - Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" code | Wayne Davison | 1 | -13/+5 | |
lines to work in both normal and multibyte mode without needing conditional code. - A couple brace-position twiddles. | |||||
2005-10-30 | 21957: more wide-character refresh stuff | Peter Stephenson | 1 | -103/+119 | |
2005-10-28 | Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not defined | Wayne Davison | 1 | -2/+4 | |
(which fixed a signed vs unsigned comparison compiler warning). | |||||
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -16/+16 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-10-28 | 21942: another extra-wide character fix | Peter Stephenson | 1 | -5/+29 | |
2005-10-25 | 21936: bug deleting extra-wide character | Peter Stephenson | 1 | -0/+6 | |
2005-10-24 | 21930: handle extra-wide characters at end of line | Peter Stephenson | 1 | -32/+38 | |
2005-10-21 | remove a couple of TODOs | Peter Stephenson | 1 | -5/+1 | |
2005-10-19 | Got rid of a pointer-type warning by adding a definition for a | Wayne Davison | 1 | -1/+3 | |
REFRESH_CHAR type and using it to define nullchr (it was using ZLE_INT_T). | |||||
2005-10-19 | 21887: Display characters wider than one screen cell correctly. | Peter Stephenson | 1 | -83/+230 | |
2005-10-19 | 21885: Convert some refresh macros into functions. | Peter Stephenson | 1 | -153/+184 | |
2005-09-17 | 21731: handle multibyte characters in prompts correctly | Peter Stephenson | 1 | -12/+37 | |
2005-08-15 | 21622: fix recursive completion call in zrefresh() | Andrey Borzenkov | 1 | -1/+6 | |
2005-08-11 | Changed several instances of ZWC() used on a string to ZWS(). | Wayne Davison | 1 | -3/+3 | |
2005-08-10 | 21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT | Peter Stephenson | 1 | -1/+1 | |
2005-08-10 | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 1 | -10/+61 | |
2005-03-04 | correct 20928 | Peter Stephenson | 1 | -1/+1 | |
2005-03-04 | 20928: null terminate screen lines in zle_refresh.c | Peter Stephenson | 1 | -2/+8 | |
2005-02-25 | 20869: more small Unicode tweaks | Peter Stephenson | 1 | -1/+2 | |
2005-02-24 | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 1 | -7/+10 | |
2005-02-23 | 20857: rewrite zle_refresh to use wide characters. | Andrey Borzenkov | 1 | -169/+210 | |
2005-02-23 | 20854: more Unicode stuff. | Peter Stephenson | 1 | -2/+2 | |
2005-01-26 | 20752: fix access to ZLE parameters | Peter Stephenson | 1 | -1/+1 | |
2005-01-26 | * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error | Clint Adams | 1 | -2/+2 | |
2005-01-26 | * 20747: some wide char support in the zle refresh code. | Clint Adams | 1 | -16/+36 | |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -9/+9 | |
unposted: update version to 4.2.3-dev-1 | |||||
2004-07-02 | 20126: tidy up before 4.2.1 | Peter Stephenson | 1 | -1/+3 | |
20127: tweaked version of Wayne's patch to reexand prompts | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -2/+2 | |
2004-05-28 | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 1 | -1/+1 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -2/+2 | |
2003-05-05 | 18476: Fix menu selection on Linux console | Andrey Borzenkov | 1 | -1/+1 | |
2003-02-27 | 18306: fix redisplay of rprompt when line shortens | Geoff Wing | 1 | -1/+1 | |
2002-07-01 | 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY | Peter Stephenson | 1 | -22/+58 | |
2002-02-19 | 16635: make sure we display lists in singlelinezle mode | Geoff Wing | 1 | -2/+2 | |
2002-01-31 | * 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt when | Andrew Main | 1 | -1/+1 | |
clearing an otherwise-blank line. | |||||
2001-10-24 | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 1 | -8/+31 | |
display when accepting commands | |||||
2001-08-15 | Don't segv if we were displaying n lines and screen was | Geoff Wing | 1 | -1/+1 | |
resized to less than n lines | |||||
2001-08-15 | 15621: display of status line was being mucked up; continuation | Geoff Wing | 1 | -119/+190 | |
markers "<...." and "<....>" weren't being display properly | |||||
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+1116 | |