diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-20 19:10:05 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-20 19:10:05 -0700 |
commit | 3793b0b7faa3f5ae21e0ae2c6a7193c83ef32410 (patch) | |
tree | 76342d18faf9135b155c1338f7fe851c6cfedf5e /testing | |
parent | b9b50481be282a5c7fdadac2c79c38a2d4d49d35 (diff) | |
parent | d88cdf7307d8e96a1640d803e861d8ab91658082 (diff) |
Merge pull request #69 from stal888/arrows
Don't exit on arrow keys
Diffstat (limited to 'testing')
-rw-r--r-- | testing/nTox.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/nTox.c b/testing/nTox.c index 068d0317..1e7ba9f3 100644 --- a/testing/nTox.c +++ b/testing/nTox.c | |||
@@ -266,8 +266,6 @@ int main(int argc, char *argv[]) | |||
266 | } else if (isalnum(c) || ispunct(c) || c == ' ') { | 266 | } else if (isalnum(c) || ispunct(c) || c == ' ') { |
267 | strcpy(line,appender(line, (char) c)); | 267 | strcpy(line,appender(line, (char) c)); |
268 | } | 268 | } |
269 | } else { | ||
270 | break; | ||
271 | } | 269 | } |
272 | } | 270 | } |
273 | if(on == 0) | 271 | if(on == 0) |