diff options
Diffstat (limited to 'include/reader.h')
| -rw-r--r-- | include/reader.h | 1 |
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; |
