Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-27 | 33256: fix prompttrunc() counting of %{ %} spans | Barton E. Schaefer | 1 | -8/+6 | |
2014-08-30 | 33070: add %(e..) based on %e | Barton E. Schaefer | 1 | -0/+11 | |
2014-08-29 | 33057: %e in prompts shows evaluation / execution depth | Peter Stephenson | 1 | -0/+13 | |
2014-08-07 | 32971: negative argument with %(l..) and with %<< or %>> calculates space ↵ | Barton E. Schaefer | 1 | -3/+13 | |
available before right margin | |||||
2014-07-30 | 32918: add %. to ztrftime for use in prompts | Peter Stephenson | 1 | -3/+5 | |
2013-03-10 | 30496: Parse argument to %F and %K as prompt sequences | Mikael Magnusson | 1 | -14/+29 | |
2012-03-05 | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 1 | -0/+16 | |
2011-05-09 | 29165: use term.h globally if needed at all. | Peter Stephenson | 1 | -3/+3 | |
2011-03-04 | 28853: Fix typo: preceed -> precede | Frank Terbeck | 1 | -1/+1 | |
2010-06-03 | 27983: colours could be output twice | Peter Stephenson | 1 | -1/+6 | |
2009-07-10 | 27125: handle nested use of colour code buffer allocation | Peter Stephenson | 1 | -2/+14 | |
2009-05-12 | 26958: Fix reallocation problem in prompts | Peter Stephenson | 1 | -0/+3 | |
2008-10-24 | 25930: dynamic directory expansion memory handling was screwy | Peter Stephenson | 1 | -196/+222 | |
2008-09-29 | 25775: fix logical problem with function line numbering inside eval-style traps | Peter Stephenson | 1 | -2/+2 | |
2008-09-25 | 25684: make %x and %I consistent with eval line numbering | Peter Stephenson | 1 | -2/+4 | |
2008-09-16 | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 1 | -0/+26 | |
tidy up interface to doshfunc() | |||||
2008-09-15 | 25672: remove unnecessary Nularg when prompt expanding | Peter Stephenson | 1 | -0/+6 | |
to avoid problem with glitch space | |||||
2008-06-24 | 25242: Mikael V prompt test for contents of psvar | Peter Stephenson | 1 | -0/+6 | |
2008-05-16 | 25051: add colour sequences to formatting strings in completion | Peter Stephenson | 1 | -3/+1 | |
2008-05-12 | 25002: only ZLE should update attributes resulting from prompt expansion | Peter Stephenson | 1 | -33/+37 | |
2008-05-09 | unposted: fix uninitialised variable | Peter Stephenson | 1 | -1/+1 | |
2008-05-09 | 24986: prompt escapes for colours | Peter Stephenson | 1 | -20/+539 | |
2008-04-22 | 24861 (with tweaks): logic to use alternative wcwidth() if needed; | Peter Stephenson | 1 | -4/+4 | |
slightly improve test for overwriting with combining characters. | |||||
2008-02-17 | 24566: fix prompts with glitch spaces a bit more | Peter Stephenson | 1 | -7/+24 | |
2008-02-15 | 24556: %G in prompt for glitch characters | Peter Stephenson | 1 | -0/+10 | |
2007-11-20 | add some mod_export tags where needed | Peter Stephenson | 1 | -1/+1 | |
2007-10-22 | 24007: prompt allocation and use of "shout" | Peter Stephenson | 1 | -2/+2 | |
2006-09-21 | 22753: minor character bugs spotted on Cygwin | Peter Stephenson | 1 | -1/+2 | |
2006-09-15 | assume width 1 for control characters; | Peter Stephenson | 1 | -4/+13 | |
don't crash if width of repeated padding string is 0 | |||||
2006-09-13 | 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters | Peter Stephenson | 1 | -9/+9 | |
2006-08-03 | rationalise mb<->wc conversions to use restartable form | Peter Stephenson | 1 | -0/+1 | |
2006-07-09 | 22542: deoverenthuse cmdpopping | Peter Stephenson | 1 | -3/+22 | |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -1/+1 | |
2006-01-17 | Tweaked the code that handles %D so that: (1) we don't free() a NULL | Wayne Davison | 1 | -4/+3 | |
pointer (we use zsfree() instead), and (2) we avoid a rare bug that could call free() on same memory twice (e.g. "%D{}%D"). | |||||
2006-01-13 | Got rid of some superfluous STOUC() calls (such as the ones I added | Wayne Davison | 1 | -6/+7 | |
for the arg of calls to nicechar(), which doesn't need this). | |||||
2006-01-13 | A better version of my last change. | Wayne Davison | 1 | -12/+4 | |
2006-01-13 | Metafy the output of the ztrftime() string since that's what the | Wayne Davison | 1 | -1/+12 | |
prompt expects and some date names might not be ASCII. | |||||
2006-01-12 | - The return value of mbrtowc() is a size_t (unsigned), so don't | Wayne Davison | 1 | -61/+71 | |
assign it to an int and then check for negativity, as that won't work on a system where an int is larger than a size_t. - When mbrtowc() returns -2 when given all the remaining chars in a string, set an end-of-line flag and avoid calling mbrtowc() again for any of the incomplete characters that remain in the string. - Use STOUC() when passing a char value to nicechar(). - Use "mbs" for the multi-byte state variable name (for consistency). - Be sure to reset the mbs state if mbrtowc() returns -1. - Use the new MB_INVALID and MB_INCOMPLETE defines for the size_t -1 and -2 values (respectively). | |||||
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -11/+11 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-10-23 | Fix --disable-multibyte compile error. | Bart Schaefer | 1 | -3/+5 | |
2005-10-21 | remove a couple of TODOs | Peter Stephenson | 1 | -94/+19 | |
2005-10-19 | 21890: fix segmentation error in left prompt truncation and a couple of minor | Peter Stephenson | 1 | -1/+1 | |
inconsistencies | |||||
2005-10-19 | 21882: extend prompt truncation to handle multibyte characters | Peter Stephenson | 1 | -32/+259 | |
2005-10-13 | 21870: bad INULL() definition | Peter Stephenson | 1 | -0/+41 | |
21869: multibyte characters in %-substitutions, invalid multibyte characters in completion listings | |||||
2005-09-22 | Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of ↵ | Clint Adams | 1 | -1/+1 | |
multi-byte characters. | |||||
2005-09-17 | 21731: handle multibyte characters in prompts correctly | Peter Stephenson | 1 | -25/+96 | |
2004-09-09 | 20331: Use internal zlong variables for consistency | Peter Stephenson | 1 | -2/+2 | |
20332: Add WIDGETSTYLE zle parameter | |||||
2004-08-16 | 20251: integer conversion truncation | Peter Stephenson | 1 | -1/+3 | |
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1 | |||||
2004-08-07 | still allow user specified text modifiers with a short terminal. | Geoff Wing | 1 | -1/+2 | |
Only disallow if the terminal is really unknown or without sufficient capabilities or if SINGLE_LINE_ZLE option is given | |||||
2004-07-29 | 20208: ternary path codes in prompt treat / as zero elements | Peter Stephenson | 1 | -1/+4 | |