aboutsummaryrefslogtreecommitdiffstats
path: root/vimput.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vimput.pl')
-rw-r--r--vimput.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimput.pl b/vimput.pl
index 091a7d3..a445c9d 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -59,7 +59,7 @@ sub open_tmux_split {
}
-sub update_input_line_when_finished {
+sub open_tmux_and_update_input_line_when_finished {
return if $forked;
my ($read_handle, $write_handle);
@@ -188,6 +188,6 @@ Irssi::signal_add_last 'gui key pressed' => sub {
if ($key eq CTRL_X) {
write_input(Irssi::parse_special('$L', undef, 0));
- update_input_line_when_finished();
+ open_tmux_and_update_input_line_when_finished();
}
};