<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test/interactive_shell_SUITE_data, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix io:columns() and io:rows() are not working from escripts bug</title>
<updated>2019-07-18T12:40:30+00:00</updated>
<author>
<name>Kjell Winblad</name>
<email>kjellwinblad@gmail.com</email>
</author>
<published>2019-06-20T10:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c1b9be4a5d45869e8f3f93979782a14eab65fec3'/>
<id>c1b9be4a5d45869e8f3f93979782a14eab65fec3</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
