curses.qiflush([flag])
If flag is False
, the effect is the same as calling noqiflush()
. If flag is True
, or no argument is provided, the queues will be flushed when these control characters are read.
curses.qiflush([flag])
If flag is False
, the effect is the same as calling noqiflush()
. If flag is True
, or no argument is provided, the queues will be flushed when these control characters are read.
Please login to continue.