1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

some more readme tweaks

This commit is contained in:
Wez Furlong 2018-02-25 21:12:24 -08:00 committed by GitHub
parent 5dfcc3ab7c
commit 4a5a39dde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ terminal session.
`tmux` or `screen` to keep your session alive if you are working on something important!*
Despite the warning above, I've been using `wezterm` as my daily driver since
the middle of Feb 2018.
the middle of Feb 2018. The following features are done:
- [x] Runs on Linux under X (requires OpenGL ES 2)
- [x] Scrollback (use mouse wheel and Shift Page{Up|Down})
@ -64,10 +64,11 @@ the middle of Feb 2018.
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
report them here and raise the priority. Similarly for key mappings.
report them here and raise the priority. Similarly for key mappings. Please don't
be shy about [contributing support for missing things!](CONTRIBUTING.md)
Things that I'd like to see happen and that have no immediate priority
(contributions to get closer to these are welcomed!)
Things that I'd like to see happen and that have no immediate priority;
[contributions to get closer to these are welcomed!](CONTRIBUTING.md)
- [ ] Run on macOS
- [ ] Sixel / iTerm2 graphics protocol support