mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
parent
4b8cc23a86
commit
08a44ed4dd
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ new(PyTypeObject *type, PyObject *args, PyObject UNUSED *kwds) {
|
|||
Py_CLEAR(self); PyErr_Format(PyExc_RuntimeError, "Failed to create Screen write_buf_lock mutex: %s", strerror(ret));
|
||||
return NULL;
|
||||
}
|
||||
self->reload_all_gpu_data = true;
|
||||
self->cell_size.width = cell_width; self->cell_size.height = cell_height;
|
||||
self->columns = columns; self->lines = lines;
|
||||
self->write_buf = PyMem_RawMalloc(BUFSIZ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue