summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 14:18:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 14:18:08 -0600
commit4860036d8f145187cfe700743def8d0ee3548f1b (patch)
treedf2196f51b1ee2be9f6986f54da4f6056a5ebfd0 /nuttx/TODO
parent29268dcf2e63a5b3b2d9d8d9f56215819e9e3970 (diff)
downloadnuttx-4860036d8f145187cfe700743def8d0ee3548f1b.tar.gz
nuttx-4860036d8f145187cfe700743def8d0ee3548f1b.tar.bz2
nuttx-4860036d8f145187cfe700743def8d0ee3548f1b.zip
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 219ba8344..f4fd24fe4 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1228,7 +1228,7 @@ o Graphics subystem (graphics/)
Title: IMPROVED NXCONSOLE FONT CACHING
Description: Now each NxConsole instance has its own private font cache
- whose size is determined by CONFIG_NXCONSOLE_MXCHARS. If there
+ whose size is determined by CONFIG_NXTERM_MXCHARS. If there
are multiple NxConsole instances using the same font, each will
have a separate font cache. This is inefficient and wasteful
of memory: Each NxConsole instance should share a common font