mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
* The handling of multicolumn characters was fixed for terminals without the
IM (insert mode) capability. It is unlikely that such terminals actually exist, but vi will use the corresponding code for open mode if a termcap entry is not available.
This commit is contained in:
4
Changes
4
Changes
@@ -11,6 +11,10 @@ Release ...
|
||||
the end of the new text.
|
||||
* Visual 'U' followed by 'u' lead to garbage on the screen when multibyte
|
||||
characters were present on the changed line.
|
||||
* The handling of multicolumn characters was fixed for terminals without the
|
||||
IM (insert mode) capability. It is unlikely that such terminals actually
|
||||
exist, but vi will use the corresponding code for open mode if a termcap
|
||||
entry is not available.
|
||||
* The '\u', '\l', '\U', and '\L' substitution sequences work with multibyte
|
||||
characters now.
|
||||
* Handle character case conversions with the '~' vi command correctly if the
|
||||
|
||||
Reference in New Issue
Block a user