summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r--src/fe-text/mainwindows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h
index 4021b8f1..6306758f 100644
--- a/src/fe-text/mainwindows.h
+++ b/src/fe-text/mainwindows.h
@@ -2,7 +2,7 @@
#define __MAINWINDOWS_H
#include "fe-windows.h"
-#include "screen.h"
+#include "term.h"
#define WINDOW_MIN_SIZE 2
@@ -12,7 +12,7 @@
typedef struct {
WINDOW_REC *active;
- SCREEN_WINDOW *screen_win;
+ TERM_WINDOW *screen_win;
int sticky_windows; /* number of sticky windows */
int first_line, last_line; /* first/last line used by this window (0..x) (includes statusbars) */