mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user