I want the pty to be seen.
[apps/madtty.git] / madtty / roteprivate.h
index ea43ac4..628a993 100644 (file)
@@ -40,12 +40,6 @@ struct RoteTermPrivate_ {
                                 * the initial escape (\x1B) character. */
     int esbuf_len;             /* length of buffer. The following property
                                 * is always kept: esbuf[esbuf_len] == '\0' */
-
-    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,