]> git.draconx.ca Git - cdecl99.git/commit
Split up interactive/noninteractive loops.
authorNick Bowler <nbowler@draconx.ca>
Sun, 10 Jul 2011 16:25:37 +0000 (12:25 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 10 Jul 2011 16:48:19 +0000 (12:48 -0400)
commit2477f65ab0567a1b2c1c7e33cd7b66f19fd8ea2d
treede22fb4ae93d2a3b5724a6657be82400f8e39458
parent8c4c37ecd2f04402c23b18c2e0a25f7bcc5bdce3
Split up interactive/noninteractive loops.

Readline isn't well suited for non-interactive loops since it tends to
print stuff to standard output.  So use two loops: a readline-based one
and a getline-based one.
src/cdecl99.c