mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Merge branch 'fix-dbg-dump-lines' of https://github.com/page-down/kitty
This commit is contained in:
commit
49d284cd16
1 changed files with 1 additions and 1 deletions
|
|
@ -3716,7 +3716,7 @@ dump_lines_with_attrs(Screen *self, PyObject *accum) {
|
|||
Line *line = range_line_(self, y);
|
||||
t = PyUnicode_FromFormat("\x1b[31m%d: \x1b[39m", y++);
|
||||
if (t) {
|
||||
PyObject_CallFunctionObjArgs(accum, t);
|
||||
PyObject_CallFunctionObjArgs(accum, t, NULL);
|
||||
Py_DECREF(t);
|
||||
}
|
||||
switch (line->attrs.prompt_kind) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue