mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -884,6 +884,7 @@ void gui_readline_init(void)
|
||||||
paste_entry = NULL;
|
paste_entry = NULL;
|
||||||
paste_entry_pos = 0;
|
paste_entry_pos = 0;
|
||||||
paste_buffer = g_array_new(FALSE, FALSE, sizeof(unichar));
|
paste_buffer = g_array_new(FALSE, FALSE, sizeof(unichar));
|
||||||
|
paste_old_prompt = NULL;
|
||||||
g_get_current_time(&last_keypress);
|
g_get_current_time(&last_keypress);
|
||||||
input_listen_init(STDIN_FILENO);
|
input_listen_init(STDIN_FILENO);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue