mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
12 lines
247 B
Text
12 lines
247 B
Text
include window
|
|
call OK wmove $win1 1 1
|
|
call OK wprintw $win1 "%s" "xxxx"
|
|
call OK wrefresh $win1
|
|
compare /dev/zero
|
|
call OK refresh
|
|
compare /dev/zero
|
|
call OK mvwin $win1 4 7
|
|
call OK wrefresh $win1
|
|
compare /dev/zero
|
|
call OK refresh
|
|
compare /dev/zero
|