If we need to reopen the terminal for whatever reason,
we'll also need to reset its attributes for input to work.
ply_terminal_check_for_vt (terminal);
+ if (!ply_terminal_set_unbuffered_input (terminal))
+ ply_trace ("terminal '%s' will be line buffered", terminal->name);
+
return true;
}
return false;
}
- if (!ply_terminal_set_unbuffered_input (terminal))
- ply_trace ("terminal '%s' will be line buffered", terminal->name);
-
ply_terminal_look_up_geometry (terminal);
ply_terminal_look_up_color_palette (terminal);