daragan / mintty

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

Parameter recognition fails under 'run' #424

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run mintty -p 1000,500

What is the expected output? What do you see instead?
Terminal should be positioned as expected but it isn't.
Although all of these do work:
mintty -p 1000,500 (without 'run')
run mintty --position 1000,500
run mintty -p1000,500 (without ' ' after -p)

Please use labels and text to provide additional information.
Same syntax is interpreted differently depending on whether invoked under 'run' 
or directly.

Original issue reported on code.google.com by towom...@googlemail.com on 1 Apr 2014 at 7:51

GoogleCodeExporter commented 8 years ago
Withdrawn; problem is with 'run'.

Original comment by towom...@googlemail.com on 26 Feb 2015 at 2:24