Ensure that interactive output appears without a one-command delay.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Mar 2023 18:43:16 +0000 (11:43 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Mar 2023 18:58:56 +0000 (11:58 -0700)
commita440e2aefd92b7f0f99038bee671ea708d649f8f
tree7a6410768bd3922d90a38b13f779f9968d077a74
parent312c1f22e9740afa6b6d2eff88fb49826917f35f
Ensure that interactive output appears without a one-command delay.

When pspp was run in the text-based mode interactively, output for a given
command only appeared after the next command was read.  This fixes the
problem and adds a test.

Thanks to the anonymous reporter.

Bug #63910.
src/language/command.c
tests/automake.mk
tests/language/commands/define.at
tests/language/commands/split-file.at
tests/output/ascii.at
tests/ui/terminal/main.at
tests/ui/terminal/squish-pty.py [new file with mode: 0644]