summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_refresh.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-1832157: fix extra line feed after prompt, and erased character in completion l...Barton E. Schaefer1-23/+24
2013-12-1632114: ZLE_PROMPT_INDENT allows you to move rprompt flush rightPatrick Oscity1-6/+20
2012-01-0530084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson1-2/+79
2011-08-1729681: use [] to dereference region_highlightsMikael Magnusson1-7/+7
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-2/+0
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-6/+6
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-33/+4
2010-12-17uncommitted: fix properlyPeter Stephenson1-1/+1
2010-12-17Mikael: users/15653: zle_highlight=(none) turns off suffix highlightingPeter Stephenson1-1/+1
2010-10-2528363: fix insert bug refreshing zle with wide characteterPeter Stephenson1-10/+32
2010-10-17Mikael: 28356: don't increment old display line too far when refreshingPeter Stephenson1-1/+3
2010-08-1328160, 28164: fix redisplay problem after display resetPeter Stephenson1-1/+6
2010-08-02Daiki Ueno: 28112: fix character width assignmentPeter Stephenson1-1/+1
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson1-1/+11
2009-12-05Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson1-1/+15
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