Codebase list mksh / edb00c8
/MirOS/dist/mir/mksh/mksh-R59c.tgz mirabilos authored 3 years ago mirabilos committed 3 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2828
2929 #ifndef MKSH_NO_CMDLINE_EDITING
3030
31 __RCSID("$MirOS: src/bin/mksh/edit.c,v 1.356 2020/10/01 22:39:56 tg Exp $");
31 __RCSID("$MirOS: src/bin/mksh/edit.c,v 1.357 2020/10/31 05:02:17 tg Exp $");
3232
3333 /*
3434 * in later versions we might use libtermcap for this, but since external
4040 #define MKSH_CLS_STRING KSH_ESC_STRING "[;H" KSH_ESC_STRING "[J"
4141 #endif
4242
43 #if !defined(MKSH_SMALL) || !MKSH_S_NOVI
4344 static const char ctrl_x_e[] = "fc -e \"${VISUAL:-${EDITOR:-vi}}\" --";
45 #endif
4446
4547 /* tty driver characters we are interested in */
4648 #define EDCHAR_DISABLED 0xFFFFU