summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 12:58:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 12:58:33 -0600
commitbba0b13f8057a52ff6d341482c89dd965d65ac40 (patch)
tree36099b7c0601479eaa679c433d803735cefddec3 /nuttx/ChangeLog
parent5f3e362073c6a2c1dea94c2e19dc0ac9243ad9cc (diff)
downloadnuttx-bba0b13f8057a52ff6d341482c89dd965d65ac40.tar.gz
nuttx-bba0b13f8057a52ff6d341482c89dd965d65ac40.tar.bz2
nuttx-bba0b13f8057a52ff6d341482c89dd965d65ac40.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6dc1a98c1..db4e94068 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7736,4 +7736,7 @@
CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN (2014-7-16).
* drivers/input/mxt.c: Fix error in threshoold test... backward
logic (2014-7-16).
-
+ * graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole
+ for the case of the framebuffer device. In this case, the logic
+ for clearing the vacated region at the bottom was missing so garbage
+ up from the last, uncleared line (2014-7-17).