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:
Emanuele Giaquinta 2008-04-16 21:14:05 +00:00 committed by exg
commit e361d2f498
4 changed files with 15 additions and 32 deletions

View file

@ -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);