This commit is contained in:
Kovid Goyal 2020-06-19 12:13:32 +05:30
parent 8818b5d8df
commit 9c116a2975
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -113,7 +113,7 @@ new(PyTypeObject *type, PyObject *args, PyObject UNUSED *kwds) {
self->alt_grman = grman_alloc();
self->grman = self->main_grman;
self->pending_mode.wait_time = 2.0;
self->pending_mode.wait_time = s_double_to_monotonic_t(2.0);
self->disable_ligatures = OPT(disable_ligatures);
self->main_tabstops = PyMem_Calloc(2 * self->columns, sizeof(bool));
if (