mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Pass the window id to the dump calback
This commit is contained in:
@@ -21,6 +21,8 @@ def cnv(x):
|
||||
class CmdDump(list):
|
||||
|
||||
def __call__(self, *a):
|
||||
if a and isinstance(a[0], int):
|
||||
a = a[1:]
|
||||
self.append(tuple(map(cnv, a)))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user