Merge remote-tracking branch 'upstream/master' into merge/upstream-full
# Conflicts: # CONTRIBUTING.md # src/profanity.c # src/tools/editor.c
This commit is contained in:
@@ -179,6 +179,7 @@ ui_reset_idle_time(void)
|
||||
void
|
||||
ui_suspend(void)
|
||||
{
|
||||
inp_suspend();
|
||||
endwin();
|
||||
}
|
||||
|
||||
@@ -186,6 +187,7 @@ void
|
||||
ui_resume(void)
|
||||
{
|
||||
refresh();
|
||||
inp_resume();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user