mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -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
6 lines
145 B
Text
6 lines
145 B
Text
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
|