Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
[st.git]
/
TODO
diff --git
a/TODO
b/TODO
index
3866f64
..
5f74cd5
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-11,13
+11,14
@@
code & interface
drawing
-------
* add diacritics support to xdraws()
drawing
-------
* add diacritics support to xdraws()
+ * switch to a suckless font drawing library
* make the font cache simpler
* make the font cache simpler
+* add better support for brightening of the upper colors
bugs
----
* fix shift up/down (shift selection in emacs)
bugs
----
* fix shift up/down (shift selection in emacs)
-* fix -e handling
* remove DEC test sequence when appropriate
misc
* remove DEC test sequence when appropriate
misc