diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-03 19:29:38 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-03 19:29:38 +0000 |
commit | e2acaaa067eb5189da3dd38e06737bff3201e8b8 (patch) | |
tree | e642f95dccbdb7e61872997ec7f63bf7447d7119 /src/fe-text/gui-printtext.h | |
parent | e9b48e894242b0e4376648bd418eb971a49cca5e (diff) | |
download | irssi-e2acaaa067eb5189da3dd38e06737bff3201e8b8.zip |
Added gui_printtext() function for printing text in printtext() format
to screen in specified position.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1182 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/gui-printtext.h')
-rw-r--r-- | src/fe-text/gui-printtext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/gui-printtext.h b/src/fe-text/gui-printtext.h index 1aacb946..3353b848 100644 --- a/src/fe-text/gui-printtext.h +++ b/src/fe-text/gui-printtext.h @@ -33,4 +33,6 @@ void gui_window_line_append(GUI_WINDOW_REC *gui, const char *str, int len); void gui_window_line_remove(WINDOW_REC *window, LINE_REC *line); void gui_window_line_text_free(GUI_WINDOW_REC *gui, LINE_REC *line); +void gui_printtext(int xpos, int ypos, const char *str, ...); + #endif |