Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-19 | 29491: remove some variables set but not used | Peter Stephenson | 1 | -2/+0 | |
2011-05-09 | 29165: use term.h globally if needed at all. | Peter Stephenson | 1 | -6/+6 | |
2011-02-18 | 28772: Update regions in region highlight dynamically | Peter Stephenson | 1 | -33/+4 | |
2010-12-17 | uncommitted: fix properly | Peter Stephenson | 1 | -1/+1 | |
2010-12-17 | Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting | Peter Stephenson | 1 | -1/+1 | |
unposted: note suffix highlighting in NEWS | |||||
2010-10-25 | 28363: fix insert bug refreshing zle with wide characteter | Peter Stephenson | 1 | -10/+32 | |
2010-10-17 | Mikael: 28356: don't increment old display line too far when refreshing | Peter Stephenson | 1 | -1/+3 | |
2010-08-13 | 28160, 28164: fix redisplay problem after display reset | Peter Stephenson | 1 | -1/+6 | |
2010-08-02 | Daiki Ueno: 28112: fix character width assignment | Peter Stephenson | 1 | -1/+1 | |
2010-03-22 | 27812: display invalid bytes in multibyte characters specially | Peter Stephenson | 1 | -1/+11 | |
2009-12-05 | Mikael: 27453: highlighting for removable completion suffixes | Peter Stephenson | 1 | -1/+15 | |
27466: document it | |||||
2009-05-11 | 26956: tidy up some zle variables for module unloading | Peter Stephenson | 1 | -0/+4 | |
note issue found on HP-UX | |||||
2009-05-08 | 26984: ensure zle window sizes are reset with video data | Peter Stephenson | 1 | -0/+2 | |
2009-01-13 | 26393: turn off text attributes in refresh when deleting text | Peter Stephenson | 1 | -9/+10 | |
2008-11-18 | François Revol: some BeOS fixes | Peter Stephenson | 1 | -1/+3 | |
2008-10-23 | users/13375: trivial rewrite to ternary expression | Peter Stephenson | 1 | -1/+4 | |
2008-07-22 | 25236: don't recalculate prompt if not redisplaying | Peter Stephenson | 1 | -1/+1 | |
2008-05-12 | 25002: only ZLE should update attributes resulting from prompt expansion | Peter Stephenson | 1 | -1/+2 | |
2008-05-09 | 24986: prompt escapes for colours | Peter Stephenson | 1 | -331/+10 | |
2008-05-06 | 24957: better sanity checking of colour ranges | Peter Stephenson | 1 | -4/+31 | |
always use termcap for numeric ranges where available | |||||
2008-05-06 | 24953: "default" zle_highlight; fix allocation bug in colour sequences | Peter Stephenson | 1 | -91/+138 | |
2008-05-06 | 24932: try to fix up code that regularizes attributes after right prompt | Peter Stephenson | 1 | -18/+33 | |
2008-05-01 | 24899: make colour escape sequences configurable | Peter Stephenson | 1 | -29/+176 | |
allow ANSI colour names | |||||
2008-04-29 | 24894: enable colouring of highlighted text in editor | Peter Stephenson | 1 | -48/+166 | |
2008-04-29 | 24893: duplicate statusline to avoid crashes when constant | Peter Stephenson | 1 | -1/+3 | |
2008-04-26 | 24822: highlighting of isearch matches | Peter Stephenson | 1 | -12/+43 | |
unposted: not in NEWS that COMBINING_CHARS is not on by default | |||||
2008-04-22 | 24861 (with tweaks): logic to use alternative wcwidth() if needed; | Peter Stephenson | 1 | -5/+5 | |
slightly improve test for overwriting with combining characters. | |||||
2008-04-21 | 24856: add IS_COMBINING() and IS_BASECHAR() and widen tests | Peter Stephenson | 1 | -12/+8 | |
2008-04-20 | 24853: use metafied strings for inner loops over history | Peter Stephenson | 1 | -2/+7 | |
2008-04-18 | Fixed some compiler warnings about signed/unsigned issues. | Wayne Davison | 1 | -4/+4 | |
2008-04-13 | 24808: initial support for combining characters in zle | Peter Stephenson | 1 | -63/+312 | |
2008-04-04 | 24792: try to be safer about turning off attributes when refreshing | Peter Stephenson | 1 | -3/+19 | |
2008-04-03 | 24787: reset region_highlight when finished editing command line | Peter Stephenson | 1 | -0/+5 | |
2008-04-03 | 24782: initial go at highlighting of characters in zle command lines | Peter Stephenson | 1 | -237/+839 | |
2008-01-22 | 24434: handle unprintable and zero-width wide characters | Peter Stephenson | 1 | -5/+45 | |
by displaying as hex | |||||
2008-01-08 | 24371: bug refreshing large scrolling history entry | Peter Stephenson | 1 | -1/+10 | |
2008-01-05 | 24362: problem redrawing line with multibyte character first | Peter Stephenson | 1 | -0/+12 | |
2007-11-23 | 24098: Fix my botch with 23924, rework out new prompts and | Geoff Wing | 1 | -8/+6 | |
their lengths before use in resetvideo(). | |||||
2007-10-19 | 23924: Improve synchronising of character attributes with other | Geoff Wing | 1 | -30/+27 | |
output routines | |||||
2007-08-22 | 23791: use VARARR for MB_CUR_MAX | Peter Stephenson | 1 | -1/+1 | |
users/11791: remove mysterious comment around emulate -L zsh in incremental-complete-word | |||||
2007-03-19 | fix output of prompt in single line ZLE | Peter Stephenson | 1 | -68/+78 | |
2006-01-13 | Got rid of unused-variable compiler warning when compiling a | Wayne Davison | 1 | -1/+1 | |
non-multibyte zsh. | |||||
2006-01-12 | The new "eol" var was being set in singlerefresh(), but not accessed. | Wayne Davison | 1 | -1/+1 | |
2006-01-12 | - When mbrtowc() returns -2 when given all the remaining chars in a | Wayne Davison | 1 | -9/+18 | |
string, set an end-of-line flag and avoid calling mbrtowc() again for any of the incomplete characters that remain in the string. - Use "mbs" for the multi-byte state variable name (for consistency). - Use the new MB_INVALID and MB_INCOMPLETE defines for the size_t -1 and -2 values (respectively). | |||||
2006-01-09 | The return value of mbrtowc() is a size_t (unsigned), so don't | Wayne Davison | 1 | -3/+3 | |
assign it to an int and then check if it's > 0, as that won't work on a system where an int is larger than a size_t. | |||||
2005-11-21 | 22009: another double-width character fix | Peter Stephenson | 1 | -0/+6 | |
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 | |