diff options
author | wrmr | 2025-06-23 14:55:51 -0400 |
---|---|---|
committer | wrmr | 2025-06-23 14:55:51 -0400 |
commit | ff15efbde10bbb528e40032118f07259d97e97fb (patch) | |
tree | 55b343976b340c947d0a5bc7e5dafe1320d370f8 /main.c | |
parent | 06f340b58f9716431ddcb8fd78e1395b763349fb (diff) |
todo: check bink.py re. filename timestamp behavior
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c index 93a3188..dec4ff2 100644 --- a/main.c +++ b/main.c @@ -8,6 +8,10 @@ * - 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 |