Browse code

Don't quit on 'q'

John Hawthorn authored on 12/07/2014 06:07:58
Showing 1 changed files

  • fzy.c index 409ddc3..fc6dd3d 100644
... ...
@@ -176,7 +176,7 @@ void run(){
176 176
 		}else{
177 177
 			printf("'%c' (%i)\n", ch, ch);
178 178
 		}
179
-	}while(ch != 'q');
179
+	}while(1);
180 180
 }
181 181
 
182 182
 void usage(const char *argv0){