2018-03-16 11:45:52 +01:00
|
|
|
---
|
|
|
|
lib/readline/bind.c | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
--- lib/readline/bind.c
|
2019-01-09 14:02:42 +01:00
|
|
|
+++ lib/readline/bind.c 2018-09-20 06:40:06.799183658 +0000
|
2022-09-27 10:03:22 +02:00
|
|
|
@@ -1958,6 +1958,7 @@ static const struct {
|
2018-03-16 11:45:52 +01:00
|
|
|
#if defined (VISIBLE_STATS)
|
|
|
|
{ "visible-stats", &rl_visible_stats, 0 },
|
|
|
|
#endif /* VISIBLE_STATS */
|
|
|
|
+ { "meta-mode", &_rl_enable_meta, 0 },
|
|
|
|
{ (char *)NULL, (int *)NULL, 0 }
|
|
|
|
};
|
|
|
|
|