From 5ddef2673cf73df048f5d4e97ee1020c277c6b83 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 25 Sep 2014 16:07:25 -0400 Subject: whoops, forgot to actually call the function --- vt100module.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3-54-g00ecf