From a23edf10663a856de1e58a5904e9891fce8e4ad1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 30 Mar 2012 18:42:40 +0000 Subject: [PATCH] Add framework in NxConsole to support VT100 escape sequences git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4542 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 89379f99f..26f83eb96 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -215,3 +215,5 @@ * apps/examples/nxconsole: Add a test of the NX console device. * apps/examples/nxconsole: The NX console example now supports running the NuttShell (NSH) within an NX window. + * apps/system/readline: Now uses standard definitions from + include/nuttx/ascii.h and vt100.h