diff options
Diffstat (limited to 'src/spawn.h')
-rw-r--r-- | src/spawn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spawn.h b/src/spawn.h index 32cea62..6ae84fd 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -42,6 +42,9 @@ public: tecoInt from, to; tecoInt start; bool text_added; + gint stdin_state; + gint stdout_state; + gint eol_style; GError *error; }; |