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

tweak readme

This commit is contained in:
Wez Furlong 2019-02-18 22:23:13 -08:00
parent 03f6f1272b
commit 3812ec55b1

View File

@ -63,8 +63,8 @@ the middle of Feb 2018. The following features are done:
- [x] Hyperlinks per: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
- [x] Multiple Windows (Hotkey: `Super-N`)
- [x] Tabs (Hotkey: `Super-T`, next/prev: `Super-[` and `Super-]`, go-to: `Super-[0-9]`)
- [ ] Run on macOS (in progress: use `cargo build --features force-rusttype` for very early version)
- [ ] Run on Windows (in progress: uses rusttype for rasterizing)
- [ ] Run on macOS (in progress)
- [ ] Run on Windows (in progress)
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