aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/reselect b/reselect
index 71a49f4..b6296d0 100644
--- a/reselect
+++ b/reselect
@@ -196,7 +196,7 @@ sub on_key_press {
sub update {
my ($self, $p) = @_;
$p->{typing} = $self->overlay($p->{prompt_len}, -1, length($p->{buffer}), 1,
- $self->get_rend("input", urxvt::DEFAULT_RSTYLE), 0);
+ $self->get_rend("input", urxvt::OVERLAY_RSTYLE), 0);
$p->{typing}->set(0,0,$p->{buffer});
my $results = $p->{results};