diff options
author | B. Watson <yalhcru@gmail.com> | 2019-03-14 17:16:26 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-03-14 17:16:26 -0400 |
commit | c5cd84282aece77b60386a77abed238dd6b2fcdf (patch) | |
tree | 3f13e82c043f18afebde422bf6e33090a576b054 /doc/TODO | |
parent | 1ceb0923baeb9d555c5dcc1f7e126b81673ad767 (diff) | |
download | fujichat-c5cd84282aece77b60386a77abed238dd6b2fcdf.tar.gz |
commands.c: fix bug that prevented no-argument commands from executing
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |