aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@dakko.us>2013-03-07 19:48:47 -0800
committerKevin Lange <kevin.lange@dakko.us>2013-03-07 19:48:47 -0800
commit4960f3ff2fc7c4313df1980d5c4f0a3c5fec48aa (patch)
treea3ec2f341f6f714a038c00229507f6c016493d5f
parent4f4d5d418a0e060b8c6418995088eeec39b54c35 (diff)
downloadnyancat-4960f3ff2fc7c4313df1980d5c4f0a3c5fec48aa.tar.gz
Hm, or not.
-rw-r--r--src/nyancat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index cef7034..e7d3f38 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -444,7 +444,6 @@ int main(int argc, char ** argv) {
/* This was a response to the TTYPE command, meaning
* that this should be a terminal type */
alarm(0);
- alarm(2);
strcpy(term, &sb[2]);
done++;
}
@@ -452,7 +451,6 @@ int main(int argc, char ** argv) {
/* This was a response to the NAWS command, meaning
* that this should be a window size */
alarm(0);
- alarm(2);
terminal_width = sb[2];
done++;
}