diff options
-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 |