1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

adjust status/features section of the readme

This commit is contained in:
Wez Furlong 2019-02-22 22:21:40 -08:00
parent 0b4ae38417
commit 92bb685c0c

View File

@ -50,19 +50,20 @@ terminal session.
Despite the warning above, I've been using `wezterm` as my daily driver since Despite the warning above, I've been using `wezterm` as my daily driver since
the middle of Feb 2018. The following features are done: the middle of Feb 2018. The following features are done:
- [x] Runs on Linux under X (requires OpenGL ES 2) - [x] Runs on
- [x] Scrollback (use mouse wheel and Shift Page{Up|Down}) * Linux under X (requires OpenGL ES 2)
* macOS
* Windows 10 with [ConPty](https://blogs.msdn.microsoft.com/commandline/2018/08/02/windows-command-line-introducing-the-windows-pseudo-console-conpty/)
- [x] True Color support - [x] True Color support
- [x] Ligatures, Color Emoji and font fallback - [x] Ligatures, Color Emoji and font fallback
- [x] Hyperlinks per: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
- [x] Scrollback (use mouse wheel and Shift Page{Up|Down})
- [x] xterm style selection of text with mouse; paste selection via Shift-Insert (bracketed paste is supported!) - [x] xterm style selection of text with mouse; paste selection via Shift-Insert (bracketed paste is supported!)
- [x] SGR style mouse reporting (works in vim and tmux) - [x] SGR style mouse reporting (works in vim and tmux)
- [x] Render underline, double-underline, italic, bold, strikethrough - [x] Render underline, double-underline, italic, bold, strikethrough
- [x] Configuration file to specify fonts and colors - [x] Configuration file to specify fonts and colors
- [x] Hyperlinks per: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
- [x] Multiple Windows (Hotkey: `Super-N`) - [x] Multiple Windows (Hotkey: `Super-N`)
- [x] Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[0-9]`) - [x] Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[0-9]`)
- [x] Run on macOS
- [x] Run on Windows (Windows 10 with [ConPty](https://blogs.msdn.microsoft.com/commandline/2018/08/02/windows-command-line-introducing-the-windows-pseudo-console-conpty/) only)
There's a good number of terminal escape sequences that are not yet implemented There's a good number of terminal escape sequences that are not yet implemented
and that will get fleshed out as the applications I use uncover them, or as folks and that will get fleshed out as the applications I use uncover them, or as folks