bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Typo in Character attributes test attr_legend


From: Petr Vaněk
Subject: [PATCH] Typo in Character attributes test attr_legend
Date: Fri, 10 Mar 2017 11:19:46 +0100
User-agent: Mutt/1.7.2 (2016-11-26)

---
 test/ncurses.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/ncurses.c b/test/ncurses.c
index ddd054e..911a195 100644
--- a/test/ncurses.c
+++ b/test/ncurses.c
@@ -1312,7 +1312,7 @@ attr_legend(WINDOW *helpwin)
              "Toggles:");
     if (use_colors) {
        MvWPrintw(helpwin, row++, col,
-                 "  f/F/b/F toggle foreground/background background color");
+                 "  f/F/b/B toggle foreground/background background color");
        MvWPrintw(helpwin, row++, col,
                  "  t/T     toggle text/background color attribute");
     }
-- 
2.10.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]