ply_window_look_up_color_palette (window);
ply_window_save_color_palette (window);
- ply_window_hide_text_cursor (window);
- ply_window_set_text_cursor_position (window, 0, 0);
-
ply_event_loop_watch_signal (window->loop,
SIGWINCH,
(ply_event_handler_t)
SIGINT,
(ply_event_handler_t)
on_interrupt, plugin);
-
+
+ ply_window_clear_screen (plugin->window);
+ ply_window_hide_text_cursor (plugin->window);
+
ply_trace ("starting boot animation");
start_animation (plugin);
(ply_event_handler_t)
on_interrupt, plugin);
+ ply_window_clear_screen (plugin->window);
+ ply_window_hide_text_cursor (plugin->window);
+
ply_trace ("starting boot animation");
start_animation (plugin);
SIGINT,
(ply_event_handler_t)
on_interrupt, plugin);
-
+
+ ply_window_clear_screen (plugin->window);
+ ply_window_hide_text_cursor (plugin->window);
+
ply_trace ("starting boot animation");
start_animation (plugin);
(ply_window_erase_handler_t)
on_erase, plugin);
+ ply_window_hide_text_cursor (plugin->window);
+ ply_window_set_text_cursor_position (plugin->window, 0, 0);
+
plugin->loop = loop;
ply_event_loop_watch_for_exit (loop, (ply_event_loop_exit_handler_t)
detach_from_event_loop,