]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/ncurses.c
ncurses 5.6 - patch 20080927
[ncurses.git] / test / ncurses.c
index 02180e5dc5c2e1ea8f5feeb7dd0b2a72128d6c3e..3fd7dfae705b07c06f4dac383f55e09da374b94b 100644 (file)
@@ -40,7 +40,7 @@ AUTHOR
    Author: Eric S. Raymond <esr@snark.thyrsus.com> 1993
            Thomas E. Dickey (beginning revision 1.27 in 1996).
 
-$Id: ncurses.c,v 1.327 2008/09/06 17:31:44 tom Exp $
+$Id: ncurses.c,v 1.329 2008/09/27 14:34:58 tom Exp $
 
 ***************************************************************************/
 
@@ -1103,7 +1103,7 @@ wget_wch_test(unsigned level, WINDOW *win, int delay)
                } else {
                    wchar_t c2 = (wchar_t) c;
                    waddnwstr(win, &c2, 1);
-                   (void) wprintw(win, " = %#x (printable character)", c);
+                   (void) wprintw(win, " = %#x (printable character)", (unsigned) c);
                }
            }
            wgetch_wrap(win, first_y);
@@ -2513,7 +2513,7 @@ slk_help(void)
 #if HAVE_SLK_COLOR
        ,"F/B        -- cycle through foreground/background colors"
 #endif
-       ,"ESC  -- return to main menu"
+       ,"ESC        -- return to main menu"
        ,""
        ,"Note: if activating the soft keys causes your terminal to scroll up"
        ,"one line, your terminal auto-scrolls when anything is written to the"