diff options
-rw-r--r-- | ptyim.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -196,7 +196,6 @@ int main (int argc, char * argv[], char * envp[]) { //feeds input char into the escape state //machine in_state = update_esc_state(read_buffer, 1, in_state); - fprintf(stderr, "%c: %d\n", read_buffer[0],in_state); //skips if the char was anything but //normal if (in_state == NORMAL || in_state ==DOUBLE_ESC) { |