You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some characters such as full-with characters have different length and width. When a line of contains such characters and both the length and the width of the line are greater thant term-width, the line is truncated to term-width-length (not term-width-width) some lines after the long line disappears.
For example, when we have (= term-width 80) and the following text is cat-ed,
Some characters such as full-with characters have different length and width. When a line of contains such characters and both the length and the width of the line are greater thant
term-width
, the line is truncated toterm-width
-length (notterm-width
-width) some lines after the long line disappears.For example, when we have
(= term-width 80)
and the following text iscat
-ed,the output is
but it should be
This occurs also in the original term.el terminal.
The text was updated successfully, but these errors were encountered: