aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-14 17:16:26 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-14 17:16:26 -0400
commitc5cd84282aece77b60386a77abed238dd6b2fcdf (patch)
tree3f13e82c043f18afebde422bf6e33090a576b054 /doc
parent1ceb0923baeb9d555c5dcc1f7e126b81673ad767 (diff)
downloadfujichat-c5cd84282aece77b60386a77abed238dd6b2fcdf.tar.gz
commands.c: fix bug that prevented no-argument commands from executing
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index be9ba42..f517349 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,3 +1,7 @@
+- move format_ip() from common.(c|h) to a new formatip.(c|h). Then
+ eliminate all printf() calls from fujimenu.c and makeauto.c. This
+ should reduce the binary size & speed up initial loads.
+
- port rs232.h code to new serial.h cc65 API, so we aren't stuck using
old versions of cc65.