So we need to reset colors and show cursor when
quiting but not hiding, and we also need to reset colors
and show cursor when hiding but not quiting.
ply_window_set_background_color (plugin->window, PLY_WINDOW_COLOR_DEFAULT);
ply_window_clear_screen (plugin->window);
+ ply_window_show_text_cursor (plugin->window);
+ ply_window_reset_colors (plugin->window);
}
}
ply_window_set_background_color (plugin->window, PLY_WINDOW_COLOR_DEFAULT);
ply_window_clear_screen (plugin->window);
+ ply_window_show_text_cursor (plugin->window);
+ ply_window_reset_colors (plugin->window);
}
}