summaryrefslogtreecommitdiff
path: root/src/fe-text/term.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-11-08 14:28:18 -0300
committerdequis <dx@dxzone.com.ar>2015-11-08 14:28:18 -0300
commit8c98e07eab423ad7926d8e4fa742b60117652eb1 (patch)
tree32df88a246cc323fa0e2cef97df182cdd4a784f2 /src/fe-text/term.h
parent7866d2bcd6797b8279238ffb2f710bd9ea599cc8 (diff)
parent50775e92e64561837e6c805fc8fef19aedaafeb4 (diff)
downloadirssi-8c98e07eab423ad7926d8e4fa742b60117652eb1.zip
Merge remote-tracking branch 'origin/master' into bracketed-paste
Diffstat (limited to 'src/fe-text/term.h')
-rw-r--r--src/fe-text/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/term.h b/src/fe-text/term.h
index 692ce9c5..5f0a799e 100644
--- a/src/fe-text/term.h
+++ b/src/fe-text/term.h
@@ -83,7 +83,7 @@ void term_set_color(TERM_WINDOW *window, int col);
void term_move(TERM_WINDOW *window, int x, int y);
void term_addch(TERM_WINDOW *window, char chr);
void term_add_unichar(TERM_WINDOW *window, unichar chr);
-void term_addstr(TERM_WINDOW *window, const char *str);
+int term_addstr(TERM_WINDOW *window, const char *str);
void term_clrtoeol(TERM_WINDOW *window);
void term_move_cursor(int x, int y);