summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
index 38ada6e..e9368a4 100644
--- a/main.c
+++ b/main.c
@@ -3,6 +3,13 @@
  * https://git.tilde.town/nebula/bink
  */
 
+/* TODO:
+ *
+ * - make it so that page up/page down act based on number of lines
+ *   traversed, not abstract number of posts skipped
+ *
+ **/
+
 #define _POSIX_C_SOURCE 202506L
 
 #include <stdio.h>