diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-05 07:12:33 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-05 07:12:33 +0000 |
| commit | b1ddc060e941f414a690b4994ab4abc483e931e3 (patch) | |
| tree | bd463724f14b6e42ebac54854ccb4feefeb7ac93 /histedit.h | |
| parent | b3884193b7bd3977acc44790b6278b60517ad097 (diff) | |
Diffstat (limited to 'histedit.h')
| -rw-r--r-- | histedit.h | 4 |
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) |
