From mboxrd@z Thu Jan 1 00:00:00 1970 From: DENX Support System Date: Sat, 1 Apr 2006 00:50:10 +0200 Subject: [DNX#2006040142001016] [U-Boot-Users] Re: [PATCH] Command history and Com [...] Message-ID: <1143845410.382000.126507712@castor.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello list, inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142001016] was created: > d'oh! > > I discovered a foolish mistake in my patch release methods. I missed > a last minute update to the included headers section. here is the > new patch... > > * Patch by James MacAulay Sept 27, 2005 > - Add a configuration option CONFIG_COMMAND_HISTORY to implement > command > history. Uses up and down arrow keys to scroll through > history. Other > options are described in README. > - Add a configuration option CONFIG_COMMAND_EDIT to implement > command > buffer editing. Uses ^A, ^E, left and right arrow keys to move > through > command buffer. Other options are described in README. > > On 9/27/05, J Mac wrote: > > I made this patch using 'diff' on two source trees; I got the original copies > > of the files from the gitweb interface at source.denx.net. I used the > > 'diff -purN OLD NEW' command as described in README to generate the patch. > > > > All code changes are local to common/main.c > > > > Define CONFIG_COMMAND_HISTORY and/or CONFIG_COMMAND_EDIT to enable the > > behaviour(s). > > > > Please let me know if there is something I need to do to make the patch > > acceptable. > > > > * Patch by James MacAulay Sept 27, 2005 > > - Add a configuration option CONFIG_COMMAND_HISTORY to implement command > > history. Uses up and down arrow keys to scroll through history. Other > > options are described in README. > > - Add a configuration option CONFIG_COMMAND_EDIT to implement command > > buffer editing. Uses ^A, ^E, left and right arrow keys to move through > > command buffer. Other options are described in README. > > > > > > Your U-Boot support team