aboutsummaryrefslogtreecommitdiff
path: root/sys/teken/teken.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/teken/teken.h')
-rw-r--r--sys/teken/teken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/teken/teken.h b/sys/teken/teken.h
index 2feef6e0ddba..a9bca98e9669 100644
--- a/sys/teken/teken.h
+++ b/sys/teken/teken.h
@@ -168,6 +168,7 @@ void teken_set_cursor(teken_t *, const teken_pos_t *);
void teken_set_curattr(teken_t *, const teken_attr_t *);
void teken_set_defattr(teken_t *, const teken_attr_t *);
void teken_set_winsize(teken_t *, const teken_pos_t *);
+void teken_set_winsize_noreset(teken_t *, const teken_pos_t *);
/* Key input escape sequences. */
#define TKEY_UP 0x00