Elaborated on the help messages a bit.

This commit is contained in:
Joshua Fuhs 2012-06-30 13:38:00 -04:00
parent 643bf5b5ad
commit fbaab8e3aa
1 changed files with 16 additions and 16 deletions

View File

@ -320,22 +320,22 @@ Manager_logManagedWindowList() {
Manager_logHelp() {
Log_msg("Help Display")
Log_bare("Window list columns")
Log_bare(" ID - Windows ID")
Log_bare(" H - Hidden")
Log_bare(" W - Windows active")
Log_bare(" A - View active")
Log_bare(" F - Floating")
Log_bare(" D - Decorated")
Log_bare(" R - Responsive")
Log_bare(" G - Ghost")
Log_bare(" M - Monitor")
Log_bare(" Tags - Bit-mask of the views in which the window is active")
Log_bare(" X - Windows X position")
Log_bare(" Y - Windows Y position")
Log_bare(" W - Windows width")
Log_bare(" H - Windows height")
Log_bare(" Style - Windows style")
Log_bare(" Proc / Class / Title - Process/Class/Title of the window")
Log_bare(" ID - Windows ID. Unique, OS-assigned ID")
Log_bare(" H - Hidden. Whether bug.n thinks this window is hidden.")
Log_bare(" W - Windows active. This window is active according to Windows.")
Log_bare(" A - View active. This window is active according to bug.n.")
Log_bare(" F - Floating. This window should not be positioned and resized by the layout.")
Log_bare(" D - Decorated. Does the window have a title bar?")
Log_bare(" R - Responsive. Is responding to messages?")
Log_bare(" G - Ghost. Is this window a ghost of another hung window?")
Log_bare(" M - Monitor number.")
Log_bare(" Tags - Bit-mask of the views in which the window is active.")
Log_bare(" X - Windows X position.")
Log_bare(" Y - Windows Y position.")
Log_bare(" W - Windows width.")
Log_bare(" H - Windows height.")
Log_bare(" Style - Windows style.")
Log_bare(" Proc / Class / Title - Process/Class/Title of the window.")
}
Manager_lockWorkStation() {