diff options
author | Kjell Winblad <[email protected]> | 2019-06-20 12:27:15 +0200 |
---|---|---|
committer | Kjell Winblad <[email protected]> | 2019-07-18 14:40:30 +0200 |
commit | c1b9be4a5d45869e8f3f93979782a14eab65fec3 (patch) | |
tree | d4d35496348e15e8020311d0336dbacd2aa67e68 /lib/kernel/test/interactive_shell_SUITE_data/.gitignore | |
parent | fa1684afd7a2fca598e6d5d366df3fc18a8953a1 (diff) | |
download | otp-c1b9be4a5d45869e8f3f93979782a14eab65fec3.tar.gz otp-c1b9be4a5d45869e8f3f93979782a14eab65fec3.tar.bz2 otp-c1b9be4a5d45869e8f3f93979782a14eab65fec3.zip |
Fix io:columns() and io:rows() are not working from escripts bug
The functions io:columns() and io:rows() only worked correctly inside
interactive erlang shells before this fix. These functions returned
{error,enotsup} before this fix even if stdout and stdin were
connected to a terminal when they were invoked from an escript or a
program started with e.g., `erl -noshell`.
This commit fixes issue ERL-717.
Diffstat (limited to 'lib/kernel/test/interactive_shell_SUITE_data/.gitignore')
-rw-r--r-- | lib/kernel/test/interactive_shell_SUITE_data/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/kernel/test/interactive_shell_SUITE_data/.gitignore b/lib/kernel/test/interactive_shell_SUITE_data/.gitignore new file mode 100644 index 0000000000..1c2f433de1 --- /dev/null +++ b/lib/kernel/test/interactive_shell_SUITE_data/.gitignore @@ -0,0 +1 @@ +tmp
\ No newline at end of file |