mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4795 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e8ae6d827d
commit
2f13aacf43
5 changed files with 6 additions and 6 deletions
|
|
@ -66,7 +66,7 @@ void term_window_scroll(TERM_WINDOW *window, int count);
|
|||
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, int chr);
|
||||
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);
|
||||
void term_clrtoeol(TERM_WINDOW *window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue