Make sure step is 1 at startup - gramscii - A simple editor for ASCII box-and-a… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 8c68f21cb18bf707d6d5dec1724d3bd11b5855d6 | |
parent 24ef5b3f6cd5000acaa7f2149d95a04680d0be5c | |
Author: Quentin Rameau <[email protected]> | |
Date: Wed, 24 Jul 2019 18:05:04 +0200 | |
Make sure step is 1 at startup | |
Diffstat: | |
M main.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/main.c b/main.c | |
@@ -64,6 +64,7 @@ void init(){ | |
init_screen(); | |
x = 0; | |
y = 0; | |
+ step = 1; | |
modified = 0; | |
fname[0] = '\0'; | |
redraw(); |