You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did the formatting of wew output change? The man page says that the output will be a int:widhowever I am getting a string and wid seperated by a tab character.
For example DESTROY 0x00000001
instead of 17:0x00000001
The text was updated successfully, but these errors were encountered:
Oh! Yes it changed, I totally forgot there was a manpage...
I will update it soon. It now prints the event type, window ID and if any, an argument separated by tabulations.
The argument will be used for some events only where only the window ID is not helpful, like button press for example, where it prints also the button number.
Thanks, I'll make sure all of my scripts switch over to the new functionality.
I've unfortunately been away from linux for the past 5 or so years, so I wasn't to surprised to see most of my scripts were broken. Though the man pages were tripping me up. Just out of curiosity about when did that change happen?
Did the formatting of wew output change? The man page says that the output will be a
int:wid
however I am getting a string and wid seperated by a tab character.For example
DESTROY 0x00000001
instead of
17:0x00000001
The text was updated successfully, but these errors were encountered: