From: Keith Packard Date: Mon, 30 Aug 2010 04:45:19 +0000 (-0700) Subject: libaltos: cjnitest needs altos_flush now X-Git-Tag: debian/0.7+22+g4790f78~17 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1acd3c7ec167b1b18e4ea493e5978c938a91cc89;hp=6527357d1f0e94faf9e7dacac10a39875131be7c;ds=sidebyside libaltos: cjnitest needs altos_flush now --- diff --git a/ao-tools/libaltos/cjnitest.c b/ao-tools/libaltos/cjnitest.c index 93d1f376..c6d6e069 100644 --- a/ao-tools/libaltos/cjnitest.c +++ b/ao-tools/libaltos/cjnitest.c @@ -30,6 +30,7 @@ main () continue; } altos_puts(file,"v\nc s\n"); + altos_flush(file); while ((c = altos_getchar(file, 100)) >= 0) { putchar (c); }