when doing a history search (^R), restore old input line on

abortion (^G – ^C is SIGINT and doesn’t work like this, but
that’s actually good IMO)

prompted by enquiry about the Emacs editing mode by <smultron:#MidnightBSD>
This commit is contained in:
tg
2008-10-19 20:15:45 +00:00
parent 9be489ea90
commit 2fc9fb99d7
4 changed files with 14 additions and 7 deletions

4
sh.h
View File

@ -100,9 +100,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.241 2008/10/15 10:25:01 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.242 2008/10/19 20:15:45 tg Exp $");
#endif
#define MKSH_VERSION "R35 2008/10/15"
#define MKSH_VERSION "R35 2008/10/19"
#ifndef MKSH_INCLUDES_ONLY