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
As of the latest version of xterm.dart 3.4.1, the cursor does not seem to display correctly in the terminal if the cursorType is TerminalCursorType.verticalBar or TerminalCursorType.underline rather than block.
However, if you set the font size to large(e.g. fontSize: 30), you may notice that the cursor appears in the wrong place in the terminal (at the top, as shown in the photo below).
This problem does not occur if the terminal cursor is of type block.
The text was updated successfully, but these errors were encountered:
As of the latest version of
xterm.dart
3.4.1, the cursor does not seem to display correctly in the terminal if thecursorType
isTerminalCursorType.verticalBar
orTerminalCursorType.underline
rather thanblock
.However, if you set the font size to large(e.g.
fontSize: 30
), you may notice that the cursor appears in the wrong place in the terminal (at the top, as shown in the photo below).This problem does not occur if the terminal cursor is of type
block
.The text was updated successfully, but these errors were encountered: