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
The scroll bar is now hidden when the scrollback option is set to 0 (#3398) via @Puneethnaik
π¦ API
The new readonly modes API exposes the terminal's internal modes (#3418) via @Tyriar. These are used for example in the xterm-addon-serialize to enable mode serialization.
if(terminal.modes.applicationCursorKeysMode){// DECCKM is enabled (CSI ? 1 h)}
π Bug fixes
Fix issue where scrollbar would be visible after clearing the scrollback with an escape sequence (#3372) via @Puneethnaik
Fix cursor ghosting in canvas and webgl renderer when device pixel ratio is not 1 (#3392, #3393) via @Tyriar
Fixed the cursor blink component not being property disposed of (#3403) via @Eugeny
Remove role=document from terminal element (#3419) via @Tyriar
Ensure underscore glyphs remain within the cell bounds (#3426) via @Tyriar
Handle input from macOS and Windows emoji IMEs (#3429) via @Eugeny