Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | Fix io:columns() and io:rows() are not working from escripts bug | Kjell Winblad | |
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. |