Add a hack input function for VT100-style key sequences; support

Ctrl-CurLeft and Ctrl-CurRight (not quite ANSI, but fits the scheme)
This commit is contained in:
tg
2009-09-20 17:23:52 +00:00
parent 08ec9ca3ab
commit 1ea1096a4e
5 changed files with 52 additions and 10 deletions

4
sh.h
View File

@@ -134,9 +134,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.345 2009/09/20 16:40:57 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.346 2009/09/20 17:23:52 tg Exp $");
#endif
#define MKSH_VERSION "R39 2009/09/19"
#define MKSH_VERSION "R39 2009/09/20"
#ifndef MKSH_INCLUDES_ONLY