summaryrefslogtreecommitdiff
path: root/src/widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.hh')
-rw-r--r--src/widget.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.hh b/src/widget.hh
index cd8ee771..c23e0422 100644
--- a/src/widget.hh
+++ b/src/widget.hh
@@ -480,7 +480,7 @@ public:
double y,
int* tag)
{
- return terminal()->regex_match_check(x, y, tag);
+ return terminal()->regex_match_check_at(x, y, tag);
}
bool regex_match_check_extra_at(double x,