Display columns and rows
sorry. Not a bug, but a support request
Display columns and rows in the menu bar for both main and sub windows
I'd like to clarify what you want. Do you want the dimensions shown (along with the window names) in Hengband's Window menu? Do you want the dimension shown (along with the window name) in the title bar for the window? Do you want a dialog where you could directly the edit the dimensions (and probably placement as well) as an alternative to those only being set by directly moving or resizing the windows?
backwardseric への返信
Display columns and rows in the menu bar for both main and sub windows
I'd like to clarify what you want. Do you want the dimensions shown (along with the window names) in Hengband's Window menu? Do you want the dimension shown (along with the window name) in the title bar for the window? Do you want a dialog where you could directly the edit the dimensions (and probably placement as well) as an alternative to those only being set by directly moving or resizing the windows?
I'm sorry it's hard to understand.
This is the title bar display.
The current situation is
Hengband
this
Hengband-80x24
I want you to change it.
Reply To (Anonymous)
This is the title bar display. The current situation is Hengband this Hengband-80x24 I want you to change it.
That's feasible. I'll need to check how the title updates will respond while resizing the window (in the worst case scenario, I'll delay updating the title until the resize is done). If it's OK with you, I'll use "current title" space "width"x"height" as the titles so where the main window's current title is
Hengband
it would be something like
Hengband 80x24
after the change.
A change to accomplish this was checked in to the master branch as https://osdn.net/projects/hengbandforosx/scm/git/hengbandosx/commits/aedcfe2fa539be422189618d1df0963a977a23ed . The change was also merged into the For2.2.2-Refactoring-Cocoa branch.
In 2.2.1.7d the size in rows and columns is shown after the terminal name in the title bar. The size shown on the title bar is not updated during resizes but, at the end of the resize, is changed to match the final result.
Display columns and rows in the menu bar for both main and sub windows