From 07d8474a49c51b5271a7c0135d44b60d2b1fa89c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Jan 2017 15:38:59 -0600 Subject: [PATCH] Update TODO list --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index ca7f3c57e6..68ebd28edf 100644 --- a/TODO +++ b/TODO @@ -2068,7 +2068,12 @@ o Other Applications & Tests (apps/examples/) it stops rendering. This is not a problem for the examples/nx code because it uses so few fonts, but if the logic were leveraged for more general purposes, it would be a problem. + Update: see examples/nxtext for some improved font cache handling. + Update: The NXTERM font cache has been generalized and is now + offered as the standard, common font cache for all applications. + both the nx and nxtext examples should be modified to use this + common font cache. See interfaces defined in nxfonts.h. Status: Open Priority: Low. This is not really a problem because examples/nx works fine with its bogus font caching.