]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/lib/libcurses/tests/wprintw
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / lib / libcurses / tests / wprintw
1 include start
2 call win1 newwin 2 5 2 5
3 check win1 NON_NULL
4 call OK wprintw $win1 "%s" "hello"
5 call OK wrefresh $win1
6 compare wprintw_refresh.chk