aboutsummaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index f7016b5..e7d5b0b 100644
--- a/window.h
+++ b/window.h
@@ -9,6 +9,8 @@
typedef struct Win Win;
Win *window_new(Text*);
+/* change associated text displayed in this window */
+void window_reload(Win*, Text*);
void window_free(Win*);
/* keyboard input at cursor position */