summaryrefslogtreecommitdiff
path: root/src/fe-text/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/term.h')
-rw-r--r--src/fe-text/term.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fe-text/term.h b/src/fe-text/term.h
index 5aa89e59..bda89462 100644
--- a/src/fe-text/term.h
+++ b/src/fe-text/term.h
@@ -32,6 +32,9 @@ void term_deinit(void);
/* Resize terminal - if width or height is negative,
the new size is unknown and should be figured out somehow */
void term_resize(int width, int height);
+void term_resize_final(int width, int height);
+/* Resize the terminal if needed */
+void term_resize_dirty(void);
/* Returns TRUE if terminal has colors */
int term_has_colors(void);
@@ -76,6 +79,4 @@ int term_getch(void);
void term_common_init(void);
void term_common_deinit(void);
-void term_force_resize(void);
-
#endif