summaryrefslogtreecommitdiff
path: root/gramscii.c
diff options
context:
space:
mode:
Diffstat (limited to 'gramscii.c')
-rw-r--r--gramscii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gramscii.c b/gramscii.c
index 6b40009..6dee819 100644
--- a/gramscii.c
+++ b/gramscii.c
@@ -72,7 +72,7 @@ void commands(FILE *fc){
char c;
while((c=fgetc(fc))!=EOF){
- if (!change_style(c) && !move_around(c, fc)){
+ if (!change_style(c) && !move_around(c, fc, 1)){
switch(c){
case 'i':
mode = TEXT;