mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
more initializing..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3164 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
add0bbda50
commit
0de9bcc3df
@ -884,6 +884,7 @@ void gui_readline_init(void)
|
||||
paste_entry = NULL;
|
||||
paste_entry_pos = 0;
|
||||
paste_buffer = g_array_new(FALSE, FALSE, sizeof(unichar));
|
||||
paste_old_prompt = NULL;
|
||||
g_get_current_time(&last_keypress);
|
||||
input_listen_init(STDIN_FILENO);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user