Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/api/Terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,5 @@ Emitted when the terminal gets resized to a new geometry.

- `ydisp` - Number - The number of rows the terminal scrolled down (or up if negative).

Emitted when the terminal scrolls vertically
Emitted when the terminal scrolls vertically. This event can be emitted manually to synchronize the scroll bar, this is useful if the terminal was resized while it was `display: none`.