aboutsummaryrefslogtreecommitdiff
path: root/include/reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/reader.h')
-rw-r--r--include/reader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/reader.h b/include/reader.h
index 8ff6d72..4971aac 100644
--- a/include/reader.h
+++ b/include/reader.h
@@ -21,6 +21,7 @@ typedef struct EditorCfg {
int screenrows;
int screencols;
int speed;
+ int pause;
struct termios termios_inst;
} EditorCfg;