We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad3ef7 commit af2881aCopy full SHA for af2881a
examples/i3-debug-console.py
@@ -64,7 +64,7 @@ def on_event(ipc, e):
64
stdscr.refresh()
65
last_txt = txt
66
67
- on_window(ipc, None)
+ on_event(ipc, None)
68
69
ipc.on('window', on_event)
70
ipc.on('binding', on_event)
0 commit comments