mirror of
https://github.com/wez/wezterm.git
synced 2024-12-27 07:18:13 +03:00
12 lines
366 B
Markdown
12 lines
366 B
Markdown
|
# ResetTerminal
|
||
|
|
||
|
*since: nightly builds only*
|
||
|
|
||
|
Sends the `RIS` "Reset to Initial State" escape sequence (`ESC-c`) to the
|
||
|
output side of the current pane, causing the terminal emulator to reset its
|
||
|
state.
|
||
|
|
||
|
This will reset tab stops, margins, modes, graphic rendition, palette, activate
|
||
|
the primary screen, erase the display and move the cursor to the home position.
|
||
|
|