summaryrefslogtreecommitdiff
path: root/histedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'histedit.h')
-rw-r--r--histedit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/histedit.h b/histedit.h
index 79d641b9d137..cf6fdd4a3321 100644
--- a/histedit.h
+++ b/histedit.h
@@ -1,4 +1,4 @@
-/* $NetBSD: histedit.h,v 1.62 2023/02/03 22:01:42 christos Exp $ */
+/* $NetBSD: histedit.h,v 1.64 2025/12/16 02:40:48 kre Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -159,6 +159,8 @@ unsigned char _el_fn_sh_complete(EditLine *, int);
#define EL_RESIZE 23 /* , el_zfunc_t, void *); set */
#define EL_ALIAS_TEXT 24 /* , el_afunc_t, void *); set */
#define EL_SAFEREAD 25 /* , int); set/get */
+#define EL_WORDCHARS 26 /* , const Char *); set/get */
+#define EL_GETENV 27 /* , char *(*func)(const char *); set/get */
#define EL_BUILTIN_GETCFN (NULL)