GNOME Bugzilla – Bug 649023
Rows and collumns are contrary
Last modified: 2011-08-31 14:43:39 UTC
Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y) ROWS and COLS are written contrary
More details? Written where?!
The string seems to come from src/terminal-options.c:1037 Michal, can you please describe the issue a bit more?
Of course In the string is written: "80x24, or 80x24+200+200" ^ ^ ^ ^ C R C R C: columns R: rows But then there is written: "(ROWSxCOLS+X+Y)" ^ ^ R C It's the other way round.
Created attachment 195284 [details] [review] Suggested patch Well spotted! Here is my suggested patch. Ok to commit?
Ok to commit to master, if you handle the string freeze stuff.
Committed with d939a4daa3383722a5d9d46a27b3a978c39bc3d9.