commit | a59c0d6f14315a3f300f6f3786137213727e4c47 | [log] [tgz] |
---|---|---|
author | Joe Peterson <joe@skyrush.com> | Fri Jan 02 13:43:25 2009 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jan 02 10:19:37 2009 -0800 |
tree | a6cccef67a4ed016242f67a9a6136b7bc2a72fff | |
parent | fc6f6238226e6d1248e1967eae2bf556eaf3ac17 [diff] |
n_tty: Fix handling of control characters and continuations Fix process_output_block to detect continuation characters correctly and to handle control characters even when O_OLCUC is enabled. Make similar change to do_output_char(). Signed-off-by: Joe Peterson <joe@skyrush.com> Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>