Skip to content

Commit

Permalink
Fix info panel re-read
Browse files Browse the repository at this point in the history
  • Loading branch information
cherio committed Jul 21, 2024
1 parent 3639976 commit ec81ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacbro.pl
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ sub package_sel {

if (!($_ = $tmux->{pac}) || $_->{name} ne $pac->{name}) { # if package is different
write_file("$tmux->{pans}->{info}->{file}", $pac->{info_text} // '');
$tmux->{comm}->("send-keys -t $tmux->{pans}->{info}->{id} g R");
$tmux->{comm}->("send-keys -t $tmux->{pans}->{info}->{id} q g");
}
$tmux->{pac} = $pac;
my $pac_det_lists = pac_list_get($pac); # { list_name => multiline_text }
Expand Down

0 comments on commit ec81ed1

Please sign in to comment.