suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Window's TopLeft is (0, 0) #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. (Columns * 20 > Display's Width) && (Rows * 20 > Display's Height)
(my font size is 12, so columns and rows are no problem)

What is the expected output? What do you see instead?

I expect window view with default pos of windows, but display pos is (0, 0).

What version of the product are you using? On what operating system?

MinTTY 0.3.8, Windows XP SP3

Please provide any additional information below.

My TaskBar is Top of Desktop. So, Menu is hidden by TaskBar. It's trouble.

Original issue reported on code.google.com by nekom...@gmail.com on 17 Apr 2009 at 2:27

GoogleCodeExporter commented 9 years ago
What are the row and column numbers and screen size you were using? Does 
overriding
the position with the --pos command line option work?

Original comment by andy.koppe on 21 Apr 2009 at 3:59

GoogleCodeExporter commented 9 years ago
> What are the row and column numbers and screen size you were using?
row and column numbers: (columns, rows) = (100, 40)
screen size: XGA(1024 * 768)
> Does overriding the position with the --pos command line option work?
--pos works. but i launch mintty by chere 1.1, so i can't use --pos.

Original comment by nekom...@gmail.com on 22 Apr 2009 at 9:51

GoogleCodeExporter commented 9 years ago
Fixed in r242 on trunk. Now mintty no longer clings to the left screen edge 
either.
Thanks for pointing this out!

Original comment by andy.koppe on 24 Apr 2009 at 6:06

GoogleCodeExporter commented 9 years ago
Took fix to 0.3 branch in r255.

Original comment by andy.koppe on 24 Apr 2009 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 25 Apr 2009 at 12:04