Files
modules/testsuite/mode
Xavier Delaruelle 51d3353325 Fetch terminal width on Windows with 'mode' cmd
Add test with fake 'mode' command to run on Linux.
2018-03-14 06:12:52 +01:00

15 lines
219 B
Bash
Executable File

#!/bin/sh
# fake Windows mode output
echo "
Status for device CON:
----------------------
Lines: 9001
Columns: 120
Keyboard rate: 31
Keyboard delay: 1
Code page: 437
"
exit 0