From: Alan Ott <alan@signal11.us>
To: plagnioj@jcrosoft.com
Cc: barebox@lists.infradead.org, Alan Ott <alan@signal11.us>
Subject: [PATCH] common: Make HUSH_SHELL select PROCESS_ESCAPE_SEQUENCE
Date: Mon, 21 May 2012 22:22:44 -0400 [thread overview]
Message-ID: <1337653364-31191-1-git-send-email-alan@signal11.us> (raw)
In-Reply-To: <20120521224429.GD28084@game.jcrosoft.org>
Possibly among other things, print_menu_entry() in common/menu.c calls on
process_escape_sequence() when HUSH_SHELL is selected.
Signed-off-by: Alan Ott <alan@signal11.us>
---
common/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 73d620a..7aa50b6 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -280,6 +280,7 @@ choice
select COMMAND_SUPPORT
select PARAMETER
select BINFMT
+ select PROCESS_ESCAPE_SEQUENCE
help
Enable hush support. This is the most advanced shell available
for barebox.
--
1.7.0.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-05-22 2:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-21 15:53 [PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE Alan Ott
2012-05-21 20:06 ` Sascha Hauer
2012-05-22 2:40 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22 3:35 ` Alan Ott
2012-05-21 22:44 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22 2:22 ` Alan Ott [this message]
2012-05-22 3:32 ` [PATCH v2] common: Make MENU select PROCESS_ESCAPE_SEQUENCE if HUSH_SHELL is selected Alan Ott
2012-05-22 9:27 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22 15:08 ` Alan Ott
2012-05-22 19:04 ` Sascha Hauer
2012-05-22 2:24 ` [PATCH] common: Make MENU depend on PROCESS_ESCAPE_SEQUENCE Alan Ott
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337653364-31191-1-git-send-email-alan@signal11.us \
--to=alan@signal11.us \
--cc=barebox@lists.infradead.org \
--cc=plagnioj@jcrosoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox