summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-20 16:05:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-20 16:05:15 +0000
commitc5ff7843f26438947da8fa0b0fc9b255aeb1d638 (patch)
treee65e63a60460b1d22feab6e360180c83bd51007e /nuttx/ChangeLog
parent3e251944675bb1731344ff92e38043806c015a78 (diff)
downloadnuttx-c5ff7843f26438947da8fa0b0fc9b255aeb1d638.tar.gz
nuttx-c5ff7843f26438947da8fa0b0fc9b255aeb1d638.tar.bz2
nuttx-c5ff7843f26438947da8fa0b0fc9b255aeb1d638.zip
Add NX kbd input support to NxConsole
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4753 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e1be49d58..2f3d946db 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2781,3 +2781,12 @@
things happen.
6.19 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * graphics/nxconsole/nxcon_kbdin.c: If selected, the NxConsole will take
+ input from the NX keyboard input callback. If this option is set, then
+ the interface nxcon_kdbin() is enabled. That interface may be driven by
+ window callback functions so that keyboard input *only* goes to the top
+ window. If CONFIG_NXCONSOLE_NXKBDIN is not selected, then the NxConsole
+ will receive its input from stdin (/dev/console). This works great but
+ cannot be shared between different windows. Chaos will ensue if you
+ try to support multiple NxConsole windows without CONFIG_NXCONSOLE_NXKBDIN