aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vt100module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vt100module.c b/vt100module.c
index ed0d808..9c44ae8 100644
--- a/vt100module.c
+++ b/vt100module.c
@@ -111,6 +111,8 @@ static PyObject *py_vt100_delete(PyObject *self, PyObject *args)
return NULL;
}
+ vt100_screen_delete(vt);
+
Py_INCREF(Py_None);
return Py_None;
}