sindresorhus / ansi-escapes

ANSI escape codes for manipulating the terminal
MIT License
485 stars 44 forks source link

Escapes for entering/exiting alternate screen #32

Closed vadimdemedes closed 1 year ago

vadimdemedes commented 1 year ago

Would you be interested in adding escapes for alternate screen functionality that's used in CLIs like vim, nano and others? It allows the CLI to be rendered in a separate ephemeral screen, which goes away as soon as CLI quits.

https://user-images.githubusercontent.com/697676/233933750-23aabd96-d6f4-45d4-805e-57049017a653.mp4

I can submit a PR that adds:

sindresorhus commented 1 year ago

👍