1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-26 08:25:50 +03:00
wezterm/README.md

16 lines
406 B
Markdown
Raw Normal View History

2017-12-07 19:20:29 +03:00
# Wez's Term
## What?
Here's what I'm shooting for:
* A terminal escape sequence parser
* A differential screen protocol
* Textual and GUI rendering of the screen protocol
This would manifest as a common core that could run as both a textual
terminal multiplexer and a gui terminal emulator, where the GUI part
could automatically provide a native UI around the remotely multiplexed
terminal session.