aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rb3str.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rb3str.c')
-rw-r--r--src/rb3str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rb3str.c b/src/rb3str.c
index d51ac5d..276b624 100644
--- a/src/rb3str.c
+++ b/src/rb3str.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2024 Robin Haberkorn
+ * Copyright (C) 2012-2025 Robin Haberkorn
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -143,7 +143,7 @@ teco_rb3str_auto_complete(teco_rb3str_tree_t *tree, gboolean case_sensitive,
cur->key.data, cur->key.len, FALSE);
}
- teco_interface_popup_show();
+ teco_interface_popup_show(str_len);
}
return prefixed_entries == 1;