diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-10 09:38:27 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-01-10 09:38:27 -0500 |
commit | b4c06fc38ae74e1c58cd2bf9866e65a26a412696 (patch) | |
tree | 12c60e3dac2f40b679e0f0853178183a63e28971 /TODO | |
parent | de4dffd8bb02dbd2969edc44e4915decb75e9b1d (diff) | |
download | hcalc-b4c06fc38ae74e1c58cd2bf9866e65a26a412696.tar.gz |
Add twos complement, center-click anywhere to paste.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,13 +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 reformat it to my personal style. -- Make it play nicer with tiling WMs. If possible, anyway: echinus - doesn't try to tile it (which is correct, since it won't resize). - Try some others. Low priority. - Long range possibility: rewrite the display/input stuff to use SDL2, so we can scale arbitrarily. Probably this would mean it'd work on |