blob: 455619a07765b399989dca576a849dd96d936f78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/
|