summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_refresh.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-1126956: tidy up some zle variables for module unloadingPeter Stephenson1-0/+4
2009-05-0826984: ensure zle window sizes are reset with video dataPeter Stephenson1-0/+2
2009-01-1326393: turn off text attributes in refresh when deleting textPeter Stephenson1-9/+10
2008-11-18François Revol: some BeOS fixesPeter Stephenson1-1/+3
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson1-1/+4
2008-07-2225236: don't recalculate prompt if not redisplayingPeter Stephenson1-1/+1
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-1/+2
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-331/+10
2008-05-0624957: better sanity checking of colour rangesPeter Stephenson1-4/+31
2008-05-0624953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson1-91/+138
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson1-18/+33
2008-05-0124899: make colour escape sequences configurablePeter Stephenson1-29/+176
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson1-48/+166
2008-04-2924893: duplicate statusline to avoid crashes when constantPeter Stephenson1-1/+3
2008-04-2624822: highlighting of isearch matchesPeter Stephenson1-12/+43
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-5/+5
2008-04-2124856: add IS_COMBINING() and IS_BASECHAR() and widen testsPeter Stephenson1-12/+8
2008-04-2024853: use metafied strings for inner loops over historyPeter Stephenson1-2/+7
2008-04-18Fixed some compiler warnings about signed/unsigned issues.Wayne Davison1-4/+4
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-63/+312
2008-04-0424792: try to be safer about turning off attributes when refreshingPeter Stephenson1-3/+19
2008-04-0324787: reset region_highlight when finished editing command linePeter Stephenson1-0/+5
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson1-237/+839
2008-01-2224434: handle unprintable and zero-width wide charactersPeter Stephenson1-5/+45
2008-01-0824371: bug refreshing large scrolling history entryPeter Stephenson1-1/+10
2008-01-0524362: problem redrawing line with multibyte character firstPeter Stephenson1-0/+12
2007-11-2324098: Fix my botch with 23924, rework out new prompts andGeoff Wing1-8/+6
2007-10-1923924: Improve synchronising of character attributes with otherGeoff Wing1-30/+27
2007-08-2223791: use VARARR for MB_CUR_MAXPeter Stephenson1-1/+1
2007-03-19fix output of prompt in single line ZLEPeter Stephenson1-68/+78
2006-01-13Got rid of unused-variable compiler warning when compiling aWayne Davison1-1/+1
2006-01-12The new "eol" var was being set in singlerefresh(), but not accessed.Wayne Davison1-1/+1
2006-01-12- When mbrtowc() returns -2 when given all the remaining chars in aWayne Davison1-9/+18
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-3/+3
2005-11-2122009: another double-width character fixPeter Stephenson1-0/+6
2005-11-0121971: multibyte version of pfxlen()Peter Stephenson1-2/+0
2005-11-01I just noticed that zsh's default icntrl() macro returns true forWayne Davison1-3/+3
2005-11-01- Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" codeWayne Davison1-13/+5
2005-10-3021957: more wide-character refresh stuffPeter Stephenson1-103/+119
2005-10-28Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not definedWayne Davison1-2/+4
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-16/+16
2005-10-2821942: another extra-wide character fixPeter Stephenson1-5/+29
2005-10-2521936: bug deleting extra-wide characterPeter Stephenson1-0/+6
2005-10-2421930: handle extra-wide characters at end of linePeter Stephenson1-32/+38
2005-10-21remove a couple of TODOsPeter Stephenson1-5/+1
2005-10-19Got rid of a pointer-type warning by adding a definition for aWayne Davison1-1/+3
2005-10-1921887: Display characters wider than one screen cell correctly.Peter Stephenson1-83/+230
2005-10-1921885: Convert some refresh macros into functions.Peter Stephenson1-153/+184
2005-09-1721731: handle multibyte characters in prompts correctlyPeter Stephenson1-12/+37
2005-08-1521622: fix recursive completion call in zrefresh()Andrey Borzenkov1-1/+6