X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flibaltos%2Fcjnitest.c;h=c6d6e069c1f188cd56666292236e5c1f083c7dbb;hp=93d1f3763cf13cae66c35686bf11c6e2d48f31e6;hb=1acd3c7ec167b1b18e4ea493e5978c938a91cc89;hpb=6527357d1f0e94faf9e7dacac10a39875131be7c;ds=sidebyside 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); }