remove the handler thing, that's really not the way to do that.
[apps/madtty.git] / madtty / roteprivate.h
index ea43ac4..679ed10 100644 (file)
@@ -43,9 +43,6 @@ struct RoteTermPrivate_ {
 
     int pty;                   /* file descriptor for the pty attached to
                                 * this terminal. -1 if none. */
-
-    /* custom escape sequence handler */
-    rote_es_handler_t handler;
 };
 
 /* Interprets a CSI escape sequence stored in rt->pd->esbuf,