summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-2/+2
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+24
2007-05-1323433: fix shift for ZMAXTIMEOUTPeter Stephenson1-1/+1
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson1-0/+1
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-1/+1
2006-10-3022924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson1-0/+1
2006-09-2322765: rename some MB_ macros to WC_ for consistency.Peter Stephenson1-2/+2
2006-09-1722727: "use 'exit' to exit" was suboptimalPeter Stephenson1-0/+1
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-153/+306
2006-07-2422556: Multibyte separators and delimitersPeter Stephenson1-12/+20
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-12/+11
2006-05-30Made implied "int" on new static variable explicit (which silencesWayne Davison1-1/+1
2006-05-2622464: bad recursion if error in prompt substitutionPeter Stephenson1-4/+9
2006-04-2522431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson1-4/+14
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-3/+3
2006-01-12- When mbrtowc() returns -2 when given all the remaining chars in aWayne Davison1-7/+7
2006-01-11The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-3/+6
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson1-0/+1
2005-11-15Changed zleread() to return a normal char pointer, not unsigned char.Wayne Davison1-8/+7
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-8/+8
2005-10-02minor tidy-upsPeter Stephenson1-1/+0
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-4/+4
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson1-19/+0
2005-09-0921720: fix getrestchar() some morePeter Stephenson1-1/+2
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson1-9/+38
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-0/+5
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson1-0/+13
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-2/+3
2005-07-26Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison1-23/+1
2005-07-15Implement the new PROMPT_SP option.Wayne Davison1-1/+23
2005-04-08 * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.Clint Adams1-0/+1
2005-04-08 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams1-0/+18
2005-03-2121042: limitations with execute-named-commandPeter Stephenson1-0/+2
2005-03-1520978: don't propagate EOF from recursive editsPeter Stephenson1-1/+1
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-2/+2
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-3/+3
2005-02-2320854: more Unicode stuff.Peter Stephenson1-5/+5
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov1-10/+5
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-3/+5
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-17/+134
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-1/+1
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-10/+11
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-20/+27
2004-10-17In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison1-0/+1
2004-09-2120398: allow clean exit from within widget functionPeter Stephenson1-1/+7
2004-09-2020388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer1-1/+7
2004-09-2020387: revised algorithm for the fix in 20363.Bart Schaefer1-15/+9
2004-09-1320363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson1-4/+14
2004-09-0220300: fix spurious EOF from ^CPeter Stephenson1-5/+12
2004-07-1320153: make zle-line-init run after the first zrefresh()Peter Stephenson1-2/+3