summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorwrmr2025-06-23 14:27:51 -0400
committerwrmr2025-06-23 14:27:51 -0400
commitd53c80245d9cf47adac9541d66777a5c260452c3 (patch)
tree4d9ffad267722cf4324d235b223c1737885a3cba /main.c
parentcf8d26862e654924a1742f0e67ea91fb900a70a2 (diff)
add todo
Diffstat (limited to 'main.c')
-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>