From 99474ef78a75c3f07b54770c95231af575e4b64c Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sat, 27 Feb 2016 22:37:00 -0800 Subject: [PATCH] Start tracking some tasks TASKS.md is a set of prioritized work for the project --- TASKS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TASKS.md 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/