diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-27 22:37:00 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-27 22:37:00 -0800 |
commit | 99474ef78a75c3f07b54770c95231af575e4b64c (patch) | |
tree | 8ef37f7ab901171ad239fd0efe0c3e5cacd47954 /TASKS.md | |
parent | c8b69412b2f0cfc1db4c8d21e2b784ce023a5180 (diff) | |
download | alacritty-99474ef78a75c3f07b54770c95231af575e4b64c.tar.gz alacritty-99474ef78a75c3f07b54770c95231af575e4b64c.zip |
Start tracking some tasks
TASKS.md is a set of prioritized work for the project
Diffstat (limited to 'TASKS.md')
-rw-r--r-- | TASKS.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TASKS.md b/TASKS.md new file mode 100644 index 00000000..455619a0 --- /dev/null +++ b/TASKS.md @@ -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/ |