renames, small improvements in the private struct.
[apps/madtty.git] / madtty / madtty.h
index 1017bc0..2ad212e 100644 (file)
@@ -125,6 +125,7 @@ typedef struct RoteTerm_ {
     RoteTermPrivate *pd;         /* private state data */
 
     bool insert;                 /* insert or replace mode */
+
     /* --- dirtiness flags: the following flags will be raised when the
      * corresponding items are modified. They can only be unset by YOU
      * (when, for example, you redraw the term or something) --- */