mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Remove the need to buffer input by moving the 'gui key pressed' events
generation into term_gets. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4805 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
77dd63ac83
commit
e361d2f498
4 changed files with 15 additions and 32 deletions
|
|
@ -86,7 +86,7 @@ void term_stop(void);
|
|||
|
||||
/* keyboard input handling */
|
||||
void term_set_input_type(int type);
|
||||
int term_gets(unichar *buffer, int size);
|
||||
void term_gets(void);
|
||||
|
||||
/* internal */
|
||||
void term_common_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue