aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-03 13:05:29 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-03 13:07:39 -0500
commitc805a89e0944a8eb0f0db959db326be517221891 (patch)
tree523b1a93139e0d0ac542fcc1162579dd3a615d20
parente57054bddd0011ee84bf8994eeb09188cda489ae (diff)
downloadhcalc-c805a89e0944a8eb0f0db959db326be517221891.tar.gz
Update TODO.
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index f4245d7..443bb43 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+- On startup, the value is read from the config file... but it can't
+ be used as an argument to a binary op (only a unary one) if it's
+ more than one digit. Except sometimes it can. Investigate and fix.
- Cleaner way of switching window sizes at runtime.
- Better handling of divide-by-zero (why an f? why not e for error?)
- Reindent the code (it's a confusing mess of tabs and spaces), and