Restore curses after running external command
This allows running TUI tools like vim via run_external_command without destroying the ncmpcpp curses output.
This commit is contained in:
committed by
Andrzej Rybczak
parent
1ef061a87c
commit
81cb7a4f85
@@ -219,6 +219,12 @@ void disable();
|
||||
/// @param enable_colors enables colors
|
||||
void initScreen(bool enable_colors, bool enable_mouse);
|
||||
|
||||
/// Pauses the screen (e.g. for running an external command)
|
||||
void pauseScreen();
|
||||
|
||||
/// Unpauses the screen
|
||||
void unpauseScreen();
|
||||
|
||||
/// Destroys the screen
|
||||
void destroyScreen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user