Hm, or not.
This commit is contained in:
parent
4f4d5d418a
commit
4960f3ff2f
@ -444,7 +444,6 @@ int main(int argc, char ** argv) {
|
|||||||
/* This was a response to the TTYPE command, meaning
|
/* This was a response to the TTYPE command, meaning
|
||||||
* that this should be a terminal type */
|
* that this should be a terminal type */
|
||||||
alarm(0);
|
alarm(0);
|
||||||
alarm(2);
|
|
||||||
strcpy(term, &sb[2]);
|
strcpy(term, &sb[2]);
|
||||||
done++;
|
done++;
|
||||||
}
|
}
|
||||||
@ -452,7 +451,6 @@ int main(int argc, char ** argv) {
|
|||||||
/* This was a response to the NAWS command, meaning
|
/* This was a response to the NAWS command, meaning
|
||||||
* that this should be a window size */
|
* that this should be a window size */
|
||||||
alarm(0);
|
alarm(0);
|
||||||
alarm(2);
|
|
||||||
terminal_width = sb[2];
|
terminal_width = sb[2];
|
||||||
done++;
|
done++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user