File plymouth-honor-mode-changes.diff of Package plymouth.openSUSE_13.1_Update
diff --git a/src/main.c b/src/main.c
index 81584a5..f01205a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1099,7 +1099,6 @@ deactivate_splash (state_t *state)
ply_trace ("deactivating terminal");
ply_terminal_stop_watching_for_vt_changes (state->local_console_terminal);
ply_terminal_set_buffered_input (state->local_console_terminal);
- ply_terminal_ignore_mode_changes (state->local_console_terminal, true);
ply_terminal_close (state->local_console_terminal);
}