mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 06:12:16 +03:00
8 lines
499 B
Markdown
8 lines
499 B
Markdown
|
# `pane:is_alt_screen_active()`
|
||
|
|
||
|
*Since: nightly builds only*
|
||
|
|
||
|
Returns whether the alternate screen is active for the pane.
|
||
|
|
||
|
The alternate screen is a secondary screen that is activated by certain escape codes. The alternate screen has no scrollback, which makes it ideal for a "full-screen" terminal program like `vim` or `less` to do whatever they want on the screen without fear of destroying the user's scrollback. Those programs emit escape codes to return to the normal screen when they exit.
|