summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libcurses/tests/wprintw
blob: a30fcc0abc861aab6244fcef58c959fe763493aa (plain)
1
2
3
4
5
6
include start
call win1 newwin 2 5 2 5
check win1 NON_NULL
call OK wprintw $win1 "%s" "hello"
call OK wrefresh $win1
compare wprintw_refresh.chk
OpenPOWER on IntegriCloud