Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
unposted: note suffix highlighting in NEWS
|
|
|
|
|
|
|
|
|
|
|
|
27466: document it
|
|
note issue found on HP-UX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
always use termcap for numeric ranges where available
|
|
|
|
|
|
allow ANSI colour names
|
|
|
|
|
|
unposted: not in NEWS that COMBINING_CHARS is not on by default
|
|
slightly improve test for overwriting with combining characters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by displaying as hex
|
|
|
|
|
|
their lengths before use in resetvideo().
|
|
output routines
|
|
users/11791: remove mysterious comment around emulate -L zsh in
incremental-complete-word
|
|
|
|
non-multibyte zsh.
|
|
|
|
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).
|
|
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.
|
|
|
|
|
|
chars 128 - 159, so the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))"
code needed to be updated to reflect this.
|