-
I recently doscovered I read about Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The only window manipulation I'm not aware of any plans to implement the move operation, and I don't think anyone's actually asked for that before. It's also the sort of thing that might need to be an option (likely disabled by default), because having your window moving randomly or hidden offscreen by a rogue application would be annoying. |
Beta Was this translation helpful? Give feedback.
-
Hmmm! You could say that about almost anything a rogue application might do. There are probably worse examples than moving the window offscreen. Moving the window is easy enough with the Win32 API. A control sequence would just be a convenience; for example, allowing the move to be scripted. No doubt, you could check that the parameters are reasonable. |
Beta Was this translation helpful? Give feedback.
The only window manipulation
XTWINOPS
that we currently support are 1 (de-iconify), 2 (iconify), 7 (refresh), 8 (resize), 14 (report text area size in pixels), 16 (report character cell size in pixels), and 18 (report text area size in characters).I'm not aware of any plans to implement the move operation, and I don't think anyone's actually asked for that before. It's also the sort of thing that might need to be an option (likely disabled by default), because having your window moving randomly or hidden offscreen by a rogue application would be annoying.