mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
99474ef78a
TASKS.md is a set of prioritized work for the project
13 lines
386 B
Markdown
13 lines
386 B
Markdown
## 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/
|