mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Start tracking some tasks
TASKS.md is a set of prioritized work for the project
This commit is contained in:
parent
c8b69412b2
commit
99474ef78a
1 changed files with 13 additions and 0 deletions
13
TASKS.md
Normal file
13
TASKS.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Rendering
|
||||
|
||||
- [ ] Update rendering to center glyphs in quad and account for font metrics
|
||||
- [ ] Configure tty grid based on window size, font metrics, config
|
||||
- [ ] rendering support for background colors
|
||||
|
||||
|
||||
## tty/pty
|
||||
|
||||
- [ ] investigate [libvterm][] and [libtsm][]
|
||||
|
||||
[libvterm]: http://www.leonerd.org.uk/code/libvterm/
|
||||
[libtsm]: https://www.freedesktop.org/wiki/Software/kmscon/libtsm/
|
Loading…
Reference in a new issue