remove the handler thing, that's really not the way to do that.
[apps/madtty.git] / madtty / madtty.c
index ed810d6..2002e18 100644 (file)
@@ -236,11 +236,6 @@ void rote_vt_write(RoteTerm *rt, const char *data, int len)
     }
 }
 
-void rote_vt_install_handler(RoteTerm *rt, rote_es_handler_t handler)
-{
-    rt->pd->handler = handler;
-}
-
 void *rote_vt_take_snapshot(RoteTerm *rt)
 {
     const int bytes_per_row = sizeof(RoteCell) * rt->cols;