]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/netbsd-tests/lib/libcurses/tests/wprintw
dts: Update our device tree sources file fomr Linux 4.13
[FreeBSD/FreeBSD.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