All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] command.c: Enable auto tab for the editenv command
@ 2010-04-08 15:40 Ralf Trübenbach
  2010-04-09  8:18 ` Detlev Zundel
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Trübenbach @ 2010-04-08 15:40 UTC (permalink / raw)
  To: u-boot

Enable the auto completion (with TAB) of the environment variable name 
after the editenv command.

Signed-off-by: Ralf Tr?benbach <ralf.truebenbach@men.de>
---

=== modified file 'common/command.c' (properties changed: -x to +x)
--- common/command.c    2009-11-22 23:06:11 +0000
+++ common/command.c    2010-04-08 15:12:44 +0000
@@ -188,6 +188,9 @@

 void install_auto_complete(void)
 {
+#if defined(CONFIG_CMD_EDITENV)
+       install_auto_complete_handler("editenv", var_complete);
+#endif
        install_auto_complete_handler("printenv", var_complete);
        install_auto_complete_handler("setenv", var_complete);
 #if defined(CONFIG_CMD_RUN)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-09  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 15:40 [U-Boot] [PATCH] command.c: Enable auto tab for the editenv command Ralf Trübenbach
2010-04-09  8:18 ` Detlev Zundel
2010-04-09  8:26   ` Trübenbach Ralf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.