mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Keyboard should never get stuck again when receiving huge amounts of
text from server that irssi doesn't handle fast enough. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@710 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f8ea75ceb1
commit
0158782b02
4 changed files with 24 additions and 8 deletions
|
|
@ -55,6 +55,8 @@ typedef void (*GInputFunction) (void *data, int source,
|
|||
|
||||
int g_input_add(int source, GInputCondition condition,
|
||||
GInputFunction function, void *data);
|
||||
int g_input_add_full(int source, int priority, GInputCondition condition,
|
||||
GInputFunction function, void *data);
|
||||
|
||||
#define MAX_INT_STRLEN ((sizeof(int) * CHAR_BIT + 2) / 3 + 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue