diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-26 22:13:47 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-26 22:13:47 +0200 |
commit | dcf815703b327bd6500c0bdea60cb85f67994d5a (patch) | |
tree | 6cba619c03bbafb09d992912c445b833dbc64bab /console.c | |
parent | db4ec3f49051dbd35e2274a0cd1c93193d4511ae (diff) | |
download | MAC-Telnet-dcf815703b327bd6500c0bdea60cb85f67994d5a.tar.gz MAC-Telnet-dcf815703b327bd6500c0bdea60cb85f67994d5a.zip |
Cleanup, and correctly handle connection closing
Diffstat (limited to 'console.c')
-rw-r--r-- | console.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,7 +15,5 @@ int getTerminalSize(unsigned short *width, unsigned short *height) { *width = ws.ws_col; *height = ws.ws_row; - printf("Console width: %d, height: %d\n", *width, *height); - return 1; } |