Introduction
Introduction Statistics Contact Development Disclaimer Help
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();
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.