commit d8cf3f5e823d80e6aeb46ccfb33a407f1140fe45 parent 45e97c4342b3cda9bd2a3424ebe7218404546daf Author: sin <sin@2f30.org> Date: Sat, 16 Nov 2013 14:30:53 +0000 Don't print a newline when we restore the tty Diffstat:
M | rs.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/rs.c b/rs.c @@ -55,7 +55,6 @@ static void ttyrestore(void) { tcsetattr(STDIN_FILENO, TCSAFLUSH, &savedtio); - putchar('\n'); } static int