summary refs log tree commit diff
diff options
context:
space:
mode:
authorwrmr2025-06-24 21:15:35 -0400
committerwrmr2025-06-24 21:15:55 -0400
commitaaa94bac44546589e422748477edb8446efe41e2 (patch)
tree1725729fd262926ae7055596e99c9943398c55e2
parent2df5ade1e7033105c92447134dc1cd7b2f56ab7d (diff)
pop todo item
-rw-r--r--main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.c b/main.c
index 0f5f603..7d0ab9b 100644
--- a/main.c
+++ b/main.c
@@ -10,13 +10,6 @@
  *   + "message not yours to edit"
  *   + "got 78 users and 722 posts in [nanoseconds?]"
  *
- * - make it so that page up/page down act based on number of lines
- *   traversed, not abstract number of posts skipped
- *
- * - check bink.py to see if it gets the filename timestamp
- *   (a) at the time you start editing; or
- *   (b) at the time you actually post
- *
  **/
 
 #define _POSIX_C_SOURCE 202506L