xref: /freebsd/contrib/netbsd-tests/lib/libcurses/tests/box (revision 1492c8c0d825d1dcd8a2b2975fe35e4269b0b7de)
1include window
2call OK box $win1 `\000` `\000`
3call OK wrefresh $win1
4# default settings of box will output same as wborder
5compare wborder.chk
6call OK box $win1 `\001\000` `\004\000`
7call OK wrefresh $win1
8compare box_standout.chk
9