daragan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

ESC sequence resize: default behaviour #408

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. echo -e "\e[8;;100t"
2. echo -e "\e[8;0;100t"
3.

What is the expected output? What do you see instead?
xterm says:
> Resize the text area to given height and width in characters.
OK
> Omitted parameters reuse the current height or width.
mintty resets to its start value(s), not matching xterm behaviour.
> Zero parameters use the display's height or width.
mintty not matching xterm behaviour.

Original issue reported on code.google.com by towom...@googlemail.com on 21 Oct 2013 at 9:40