From 8e4c33b69f0f9b3939e76c66aec65aa8c43a9b4a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 25 Feb 2012 20:46:18 +0000 Subject: readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4428 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 5a1174596..89703967f 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -192,3 +192,7 @@ * apps/examples/qencoder: Add a quadrature driver test. * apps/examples/ostest/fpu.c: Add a test to verify that FPU registers are properly saved and restored on context switches. + * apps/system/readline/readline.c: readline() will now treat either a + backspace or a DEL character as a backspace (i.e., deleting the character + to the left of the cursor). This makes NSH less dependent on particular + keyboard mappings of the Backspace key. Submitted by Mike Smith. -- cgit v1.2.3