diff options
Diffstat (limited to 'src/fe-text/gui-windows.c')
-rw-r--r-- | src/fe-text/gui-windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/gui-windows.c b/src/fe-text/gui-windows.c index 707d16e0..999095c8 100644 --- a/src/fe-text/gui-windows.c +++ b/src/fe-text/gui-windows.c @@ -254,7 +254,7 @@ static void signal_window_changed(WINDOW_REC *window) active_mainwin->active = window; textbuffer_view_set_window(WINDOW_GUI(window)->view, - parent->curses_win); + parent->screen_win); window_update_prompt(); } |