ncursesw-morphos/test/README
Thomas E. Dickey 0be8085145 ncurses 5.6 - patch 20070310
+ increase size of array in _nc_visbuf2n() to make "tic -v" work
  properly in its similar_sgr() function (report/analysis by Peter
  Santoro).
+ add --enable-reentrant configure option for ongoing changes to
  implement a reentrant version of ncurses:
  + libraries are suffixed with "t"
  + wrap several global variables (curscr, newscr, stdscr, ttytype,
    COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
    functions returning values stored in SCREEN or cur_term.
  + move some initialization (LINES, COLS) from lib_setup.c,
    i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
2007-03-11 01:07:00 +00:00

663 lines
25 KiB
Plaintext

-------------------------------------------------------------------------------
-- Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. --
-- --
-- Permission is hereby granted, free of charge, to any person obtaining a --
-- copy of this software and associated documentation files (the --
-- "Software"), to deal in the Software without restriction, including --
-- without limitation the rights to use, copy, modify, merge, publish, --
-- distribute, distribute with modifications, sublicense, and/or sell copies --
-- of the Software, and to permit persons to whom the Software is furnished --
-- to do so, subject to the following conditions: --
-- --
-- The above copyright notice and this permission notice shall be included --
-- in all copies or substantial portions of the Software. --
-- --
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS --
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF --
-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, --
-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR --
-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
-- USE OR OTHER DEALINGS IN THE SOFTWARE. --
-- --
-- Except as contained in this notice, the name(s) of the above copyright --
-- holders shall not be used in advertising or otherwise to promote the --
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
-------------------------------------------------------------------------------
-- $Id: README,v 1.30 2007/03/11 00:19:17 tom Exp $
-------------------------------------------------------------------------------
The programs in this directory are designed to test your newest toy :-)
Check the sources for any further details.
blue - Blue Moon, a nifty solitaire (uses color)
bs.c - the game of Battleships (uses color)
firework.c - multi-colored fireworks (uses color)
gdc.c - Great Digital Clock (uses color)
hanoi.c - the game of hanoi (uses color essentially)
knight.c - the game of Knight's Tour (uses color)
lrtest.c - test of access to the lower-right corner
ncurses.c - multi-test program (uses color)
newdemo.c - another test from PDCurses (uses color)
rain.c - rain drops keep falling on my head...
tclock.c - analog/digital clock
testcurs.c - a test from the PDCurses people (uses color)
worm.c - worms run all over your screen (uses color)
xmas.c - Xmas greeting card
The bs and knight games demonstrate processing of mouse events under xterm.
This directory also contains:
tracemunch - Perl script to crunch trace scripts to make them easier to read
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
These programs provide examples of use, but do not comprise a complete set of
tests. Here is a list of library externals, noting those that are used:
libform:
-------
TYPE_ALNUM test: demo_forms
TYPE_ALPHA test: demo_forms ncurses
TYPE_ENUM test: demo_forms
TYPE_INTEGER test: demo_forms
TYPE_IPV4 test: demo_forms
TYPE_NUMERIC test: demo_forms
TYPE_REGEXP test: demo_forms
current_field test: demo_forms edit_field ncurses
data_ahead test: demo_forms
data_behind test: demo_forms
dup_field -
dynamic_field_info test: demo_forms
field_arg -
field_back -
field_buffer test: cardfile demo_forms edit_field ncurses
field_count -
field_fore -
field_index test: demo_forms
field_info test: ncurses
field_init -
field_just -
field_opts test: demo_forms ncurses
field_opts_off test: cardfile demo_forms
field_opts_on test: demo_forms
field_pad -
field_status test: demo_forms
field_term -
field_type test: demo_forms
field_userptr test: ncurses
form_driver test: cardfile demo_forms edit_field ncurses
form_fields test: cardfile demo_forms
form_init -
form_opts -
form_opts_off -
form_opts_on -
form_page -
form_request_by_name -
form_request_name test: edit_field
form_sub test: cardfile demo_forms ncurses
form_term -
form_userptr -
form_win test: cardfile demo_forms edit_field ncurses
free_field test: cardfile demo_forms ncurses
free_fieldtype test: ncurses
free_form test: cardfile demo_forms ncurses
link_field -
link_fieldtype -
move_field -
new_field test: cardfile demo_forms ncurses
new_fieldtype test: ncurses
new_form test: cardfile demo_forms ncurses
new_page -
pos_form_cursor -
post_form test: cardfile demo_forms ncurses
scale_form test: demo_forms ncurses
set_current_field test: demo_forms
set_field_back test: cardfile demo_forms edit_field ncurses
set_field_buffer test: cardfile demo_forms edit_field ncurses
set_field_fore test: demo_forms
set_field_init -
set_field_just test: cardfile demo_forms
set_field_opts test: demo_forms ncurses
set_field_pad -
set_field_status test: demo_forms
set_field_term -
set_field_type test: demo_forms ncurses
set_field_userptr test: demo_forms ncurses
set_fieldtype_arg -
set_fieldtype_choice -
set_form_fields -
set_form_init -
set_form_opts -
set_form_page -
set_form_sub test: cardfile demo_forms ncurses
set_form_term -
set_form_userptr -
set_form_win test: cardfile demo_forms ncurses
set_max_field test: demo_forms
set_new_page test: demo_forms
unpost_form test: cardfile demo_forms ncurses
libmenu:
-------
current_item test: demo_menus ncurses
free_item test: ncurses
free_menu test: demo_menus ncurses
item_count test: demo_menus
item_description -
item_index test: demo_menus ncurses
item_init -
item_name test: ncurses
item_opts -
item_opts_off -
item_opts_on -
item_term -
item_userptr -
item_value test: demo_menus ncurses
item_visible -
menu_back -
menu_driver test: demo_menus ncurses
menu_fore -
menu_format -
menu_grey -
menu_init -
menu_items test: demo_menus ncurses
menu_mark test: demo_menus
menu_opts -
menu_opts_off test: demo_menus ncurses
menu_opts_on test: demo_menus
menu_pad -
menu_pattern test: demo_menus
menu_request_by_name -
menu_request_name -
menu_spacing test: demo_menus
menu_sub test: demo_menus
menu_term -
menu_userptr -
menu_win test: demo_menus ncurses
new_item test: demo_menus ncurses
new_menu test: demo_menus ncurses
pos_menu_cursor lib: menu
post_menu test: demo_menus ncurses
scale_menu test: demo_menus ncurses
set_current_item -
set_item_init -
set_item_opts -
set_item_term -
set_item_userptr -
set_item_value test: demo_menus ncurses
set_menu_back test: demo_menus
set_menu_fore test: demo_menus
set_menu_format test: demo_menus ncurses
set_menu_grey -
set_menu_init -
set_menu_items -
set_menu_mark test: demo_menus
set_menu_opts -
set_menu_pad -
set_menu_pattern -
set_menu_spacing -
set_menu_sub test: demo_menus ncurses
set_menu_term -
set_menu_userptr -
set_menu_win test: demo_menus ncurses
set_top_row -
top_row -
unpost_menu test: ncurses
libncurses:
----------
BC -
COLORS test: echochar ncurses xmas
COLOR_PAIR test: background blue bs cardfile demo_forms demo_menus echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain tclock testaddch testcurs view worm xmas
COLOR_PAIRS test: echochar ncurses newdemo
COLS test: cardfile demo_altkeys demo_defkey demo_forms demo_keyok demo_menus echochar edit_field firework foldkeys hashtest inch_wide inchs ins_wide inserts lrtest movewindow ncurses newdemo rain tclock testcurs view worm
ESCDELAY lib: ncurses
LINES test: cardfile demo_defkey demo_keyok demo_menus echochar edit_field firework hanoi hashtest inch_wide inchs ins_wide inserts lrtest movewindow ncurses newdemo rain tclock testcurs view worm xmas
PAIR_NUMBER test: ncurses
PC lib: ncurses
SP lib: ncurses
TABSIZE lib: menu
UP -
acs_map test: gdc ins_wide inserts knight movewindow ncurses newdemo testcurs
add_wch test: ncurses
add_wchnstr test: ncurses
add_wchstr test: view
addch test: blue bs ditto echochar hashtest ncurses testaddch view worm
addchnstr -
addchstr -
addnstr -
addnwstr -
addstr test: blue bs cardfile gdc hanoi lrtest ncurses
addwstr test: ncurses
assume_default_colors test: ncurses
attr_get test: ncurses
attr_off test: ncurses
attr_on test: ncurses
attr_set test: ncurses
attroff test: echochar filter gdc ncurses tclock
attron test: bs echochar filter gdc ncurses
attrset test: bs firework gdc hanoi ncurses rain tclock testaddch testcurs
baudrate lib: ncurses
beep test: blue bs cardfile chgat demo_forms demo_menus edit_field hanoi inch_wide inchs ins_wide inserts knight movewindow ncurses tclock testcurs view xmas
bkgd test: background cardfile demo_forms ncurses tclock view
bkgdset test: background ncurses testaddch
bkgrnd test: ncurses
bkgrndset test: ncurses
boolcodes progs: dump_entry
boolfnames progs: dump_entry
boolnames progs: dump_entry infocmp
border -
border_set -
box test: cardfile chgat demo_forms demo_menus edit_field inch_wide inchs ins_wide inserts lrtest ncurses newdemo redraw testcurs
box_set test: ncurses
can_change_color test: ncurses
cbreak test: background blue bs cardfile chgat color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus ditto filter firework foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest movewindow ncurses newdemo tclock testcurs view worm xmas
chgat test: chgat
clear test: blue bs gdc ncurses testcurs xmas
clearok test: bs knight
clrtobot test: demo_menus ncurses
clrtoeol test: blue bs demo_altkeys demo_menus foldkeys hanoi hashtest movewindow ncurses view
color_content test: ncurses
color_set test: color_set ncurses
copywin test: ncurses testcurs
cur_term test: dots lrtest progs: clear tput tset
curs_set test: echochar firework gdc hanoi lrtest ncurses newdemo rain tclock testcurs worm xmas
curscr test: edit_field knight lrtest ncurses tclock view
curses_version test: ncurses progs: infocmp tic toe tput tset
def_prog_mode test: bs ncurses
def_shell_mode lib: ncurses
define_key test: demo_altkeys demo_defkey foldkeys
del_curterm lib: ncurses
delay_output test: newdemo
delch -
deleteln -
delscreen -
delwin test: cardfile chgat demo_forms demo_menus edit_field ins_wide inserts movewindow ncurses newdemo redraw testcurs
derwin test: cardfile chgat demo_forms demo_menus inch_wide inchs ins_wide inserts movewindow ncurses
doupdate test: cardfile demo_menus edit_field ins_wide inserts knight movewindow ncurses redraw
dupwin test: edit_field
echo test: bs hanoi ncurses testcurs testscanw
echo_wchar test: ncurses
echochar test: echochar ncurses
endwin test: background blue bs cardfile chgat color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus ditto echochar filter firework firstlast foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts keynames knight lrtest movewindow ncurses newdemo rain redraw tclock testaddch testcurs testscanw view worm xmas
erase test: cardfile demo_menus filter firework firstlast hanoi lrtest ncurses tclock testcurs
erasechar lib: ncurses
erasewchar -
filter test: filter
flash test: cardfile lrtest ncurses tclock testcurs
flushinp test: ncurses newdemo testcurs
get_wch -
get_wstr -
getbegx test: chgat demo_menus movewindow ncurses newdemo redraw testcurs
getbegy test: chgat demo_menus movewindow ncurses newdemo redraw testcurs
getbkgd test: ncurses
getbkgrnd test: ncurses
getcchar test: ncurses view
getch test: background blue bs chgat color_set demo_altkeys ditto filter firework firstlast foldkeys hanoi hashtest lrtest rain tclock testaddch testcurs view worm xmas
getcurx test: bs chgat demo_altkeys demo_defkey foldkeys movewindow ncurses redraw testcurs
getcury test: bs chgat demo_altkeys demo_defkey edit_field foldkeys movewindow ncurses redraw testcurs
getmaxx test: chgat inch_wide inchs movewindow ncurses newdemo redraw testcurs
getmaxy test: chgat demo_forms inch_wide inchs movewindow ncurses newdemo redraw testcurs
getmouse test: bs knight movewindow ncurses
getn_wstr -
getnstr test: filter ncurses
getparx test: movewindow
getpary test: movewindow
getstr -
getwin test: ncurses
halfdelay test: view
has_colors test: background bs cardfile chgat color_set demo_forms demo_menus echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain tclock testcurs view worm xmas
has_ic test: lrtest
has_il lib: ncurses
has_key lib: ncurses
hline test: gdc ncurses
hline_set -
idcok -
idlok test: ncurses testscanw view
immedok -
in_wch -
in_wchnstr -
in_wchstr -
inch -
inchnstr -
inchstr -
init_color test: ncurses
init_pair test: background blue bs cardfile chgat color_set demo_forms demo_menus echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain tclock testaddch testcurs view worm xmas
initscr test: background blue bs cardfile chgat color_set demo_defkey demo_forms demo_keyok demo_menus echochar firework firstlast gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest movewindow ncurses newdemo rain redraw tclock testaddch testcurs testscanw view worm xmas
innstr -
innwstr -
ins_nwstr test: ins_wide
ins_wch test: ins_wide
ins_wstr test: ins_wide
insch test: ins_wide inserts
insdelln -
insertln -
insnstr test: inserts
insstr test: inserts
instr -
intrflush test: demo_forms movewindow
inwstr -
is_linetouched lib: form
is_term_resized -
is_wintouched lib: ncurses
isendwin -
key_defined test: demo_defkey foldkeys
key_name test: ncurses
keybound test: demo_altkeys demo_defkey
keyname test: demo_altkeys demo_defkey demo_keyok demo_menus edit_field foldkeys keynames movewindow ncurses redraw testcurs view progs: tic
keyok test: demo_keyok foldkeys
keypad test: bs cardfile chgat demo_altkeys demo_defkey demo_forms demo_keyok demo_menus edit_field filter firework foldkeys hashtest inch_wide inchs ins_wide inserts keynames knight lrtest movewindow ncurses redraw tclock testcurs testscanw view
killchar lib: ncurses
killwchar -
leaveok test: hanoi
longname test: testcurs progs: tput
mcprint -
meta test: ncurses
mouse_trafo -
mouseinterval -
mousemask test: bs demo_menus knight movewindow ncurses
move test: blue bs cardfile chgat demo_altkeys demo_menus echochar foldkeys gdc hanoi hashtest ins_wide inserts knight lrtest movewindow ncurses testscanw view worm xmas
mvadd_wch test: ncurses
mvadd_wchnstr -
mvadd_wchstr -
mvaddch test: bs gdc hanoi lrtest ncurses rain tclock xmas
mvaddchnstr test: gdc
mvaddchstr -
mvaddnstr -
mvaddnwstr -
mvaddstr test: bs demo_forms gdc hanoi knight ncurses rain tclock testcurs xmas
mvaddwstr -
mvchgat test: chgat
mvcur test: redraw
mvdelch -
mvderwin test: movewindow
mvget_wch -
mvget_wstr -
mvgetch -
mvgetn_wstr -
mvgetnstr -
mvgetstr -
mvhline test: ncurses
mvhline_set test: ncurses
mvin_wch -
mvin_wchnstr -
mvin_wchstr -
mvinch -
mvinchnstr test: gdc
mvinchstr -
mvinnstr -
mvinnwstr -
mvins_nwstr test: ins_wide
mvins_wch test: ins_wide
mvins_wstr test: ins_wide
mvinsch test: ins_wide inserts
mvinsnstr test: inserts
mvinsstr test: inserts
mvinstr -
mvinwstr -
mvprintw test: bs demo_menus firework hanoi ncurses tclock view
mvscanw -
mvvline test: ncurses
mvvline_set test: ncurses
mvwadd_wch -
mvwadd_wchnstr lib: form
mvwadd_wchstr test: inch_wide
mvwaddch test: movewindow newdemo testcurs xmas
mvwaddchnstr -
mvwaddchstr test: inchs
mvwaddnstr test: newdemo testcurs
mvwaddnwstr -
mvwaddstr test: firstlast ins_wide inserts knight ncurses newdemo testcurs xmas
mvwaddwstr -
mvwchgat test: chgat
mvwdelch test: ncurses
mvwget_wch -
mvwget_wstr -
mvwgetch test: inch_wide inchs
mvwgetn_wstr -
mvwgetnstr -
mvwgetstr -
mvwhline test: movewindow
mvwhline_set -
mvwin test: cardfile demo_menus movewindow testcurs xmas
mvwin_wch test: inch_wide
mvwin_wchnstr test: inch_wide
mvwin_wchstr test: inch_wide
mvwinch test: inchs newdemo testcurs
mvwinchnstr test: inchs
mvwinchstr test: inchs
mvwinnstr test: testcurs
mvwinnwstr -
mvwins_nwstr test: ins_wide
mvwins_wch test: ins_wide
mvwins_wstr test: ins_wide
mvwinsch test: ins_wide inserts
mvwinsnstr test: inserts
mvwinsstr test: inserts testcurs
mvwinstr -
mvwinwstr -
mvwprintw test: chgat inch_wide inchs ncurses testcurs
mvwscanw test: testcurs
mvwvline test: ins_wide inserts movewindow
mvwvline_set -
napms test: dots echochar firework gdc hanoi lrtest ncurses railroad rain tclock testcurs view worm xmas progs: tset
newpad test: edit_field ncurses testcurs
newscr lib: ncurses
newterm test: demo_altkeys ditto filter foldkeys gdc keynames
newwin test: cardfile chgat demo_defkey demo_forms demo_keyok demo_menus edit_field firstlast inch_wide inchs ins_wide inserts knight movewindow ncurses newdemo redraw testcurs xmas
nl test: demo_forms ncurses rain testcurs
nocbreak test: testcurs
nodelay test: firework gdc lrtest ncurses newdemo rain tclock view xmas
noecho test: background bs cardfile chgat color_set demo_altkeys demo_defkey demo_forms demo_keyok demo_menus ditto firework firstlast foldkeys gdc hanoi hashtest inch_wide inchs ins_wide inserts knight lrtest movewindow ncurses rain redraw tclock testcurs view worm xmas
nofilter -
nonl test: bs demo_forms hashtest movewindow ncurses view worm xmas
noqiflush -
noraw test: demo_forms demo_menus ncurses testcurs
notimeout -
numcodes progs: dump_entry
numfnames progs: dump_entry
numnames progs: dump_entry infocmp
ospeed progs: tset
overlay test: ncurses testcurs xmas
overwrite test: ncurses
pair_content test: background color_set
pecho_wchar -
pechochar -
pnoutrefresh test: edit_field ncurses
prefresh test: testcurs
printw test: background blue bs color_set demo_altkeys demo_defkey demo_keyok demo_menus filter foldkeys ncurses testcurs testscanw view
putp progs: tput
putwin test: ncurses
qiflush -
raw test: demo_forms ncurses redraw testcurs
redrawwin test: redraw
refresh test: blue bs demo_defkey demo_forms demo_keyok demo_menus ditto echochar filter firstlast gdc hanoi hashtest lrtest movewindow ncurses tclock testcurs view worm xmas
reset_prog_mode test: filter ncurses
reset_shell_mode test: bs filter
resetty -
resize_term test: view
resizeterm lib: ncurses
restartterm -
ripoffline test: demo_menus ncurses
savetty -
scanw test: testcurs testscanw
scr_dump -
scr_init -
scr_restore -
scr_set -
scrl -
scroll test: testcurs
scrollok test: demo_altkeys demo_defkey demo_keyok ditto foldkeys hashtest knight ncurses redraw testcurs testscanw view
set_curterm lib: ncurses
set_term test: ditto
setcchar test: ins_wide ncurses view
setscrreg test: view
setupterm test: dots progs: clear tput tset
slk_attr -
slk_attr_off -
slk_attr_on -
slk_attr_set -
slk_attroff lib: ncurses
slk_attron lib: ncurses
slk_attrset -
slk_clear test: ncurses
slk_color test: ncurses
slk_init test: ncurses
slk_label test: ncurses
slk_noutrefresh test: ncurses
slk_refresh test: ncurses
slk_restore test: ncurses
slk_set test: ncurses
slk_touch test: ncurses
slk_wset test: ncurses
standend test: blue gdc ncurses worm
standout test: blue ncurses
start_color test: background blue bs cardfile chgat color_set demo_forms demo_menus echochar filter firework gdc hanoi ins_wide inserts knight ncurses newdemo rain tclock testaddch testcurs view worm xmas
stdscr test: bs chgat demo_altkeys demo_forms demo_menus ditto filter firework foldkeys gdc hanoi hashtest ins_wide inserts keynames knight lrtest movewindow ncurses rain redraw tclock testcurs testscanw view xmas
strcodes progs: dump_entry
strfnames progs: dump_entry
strnames test: foldkeys progs: dump_entry infocmp tic
subpad test: testcurs
subwin test: movewindow ncurses newdemo testcurs
syncok -
term_attrs test: ncurses
termattrs test: ncurses testcurs
termname test: testcurs
tgetent test: demo_termcap railroad
tgetflag test: demo_termcap
tgetnum test: demo_termcap railroad
tgetstr test: demo_termcap railroad
tgoto test: railroad
tigetflag progs: tput
tigetnum test: ncurses progs: tput
tigetstr test: blue demo_defkey foldkeys testcurs progs: tput
timeout test: rain
touchline test: chgat
touchwin test: chgat demo_menus edit_field filter firstlast ins_wide inserts movewindow ncurses redraw xmas
tparm test: dots progs: tic tput
tputs test: dots railroad progs: clear tset
trace test: demo_menus hanoi hashtest lrtest ncurses testcurs view worm
ttytype lib: ncurses
typeahead test: testcurs
unctrl test: ncurses redraw testcurs
unget_wch -
ungetch test: bs knight
ungetmouse -
untouchwin lib: form
use_default_colors test: filter firework gdc hanoi knight ncurses rain tclock worm xmas
use_env progs: tput
use_extended_names progs: infocmp tic
use_legacy_coding -
vid_attr -
vid_puts -
vidattr lib: ncurses
vidputs lib: ncurses
vline test: gdc ncurses
vline_set -
vw_printw -
vw_scanw -
vwprintw test: movewindow
vwscanw lib: ncurses
wadd_wch test: inch_wide
wadd_wchnstr lib: form
wadd_wchstr -
waddch test: demo_forms firstlast inch_wide inchs knight ncurses
waddchnstr lib: ncurses
waddchstr -
waddnstr lib: menu
waddnwstr test: ncurses
waddstr test: chgat demo_forms edit_field firstlast ins_wide knight ncurses redraw testcurs
waddwstr test: ins_wide
wattr_get -
wattr_off lib: ncurses
wattr_on lib: ncurses
wattr_set -
wattroff test: demo_forms ncurses testcurs xmas
wattron test: testcurs xmas
wattrset test: demo_forms ncurses newdemo testcurs xmas
wbkgd test: cardfile demo_forms demo_menus ncurses newdemo testcurs
wbkgdset test: ins_wide inserts ncurses
wbkgrnd lib: ncurses
wbkgrndset lib: ncurses
wborder lib: ncurses
wborder_set lib: ncurses
wchgat test: chgat view
wclear test: ncurses testcurs
wclrtobot test: firstlast inch_wide inchs ncurses testcurs
wclrtoeol test: chgat demo_defkey demo_keyok firstlast inch_wide inchs ins_wide inserts knight ncurses testcurs
wcolor_set lib: ncurses
wcursyncup lib: form
wdelch test: ncurses testcurs
wdeleteln test: testcurs
wecho_wchar lib: ncurses
wechochar lib: ncurses
wenclose lib: menu
werase test: cardfile demo_forms demo_menus edit_field firstlast knight ncurses newdemo testcurs xmas
wget_wch test: ins_wide ncurses
wget_wstr -
wgetbkgrnd lib: ncurses
wgetch test: cardfile chgat demo_defkey demo_keyok demo_menus edit_field gdc inserts knight movewindow ncurses newdemo redraw testcurs
wgetn_wstr test: ncurses
wgetnstr test: ncurses
wgetstr -
whline test: testcurs
whline_set lib: ncurses
win_wch test: inch_wide
win_wchnstr test: inch_wide
win_wchstr test: inch_wide
winch test: inchs knight testcurs
winchnstr test: inchs
winchstr test: inchs
winnstr test: demo_altkeys demo_defkey foldkeys
winnwstr lib: ncurses
wins_nwstr test: ins_wide
wins_wch test: ins_wide
wins_wstr test: ins_wide
winsch test: ins_wide inserts testcurs
winsdelln lib: ncurses
winsertln test: testcurs
winsnstr test: inserts
winsstr test: inserts
winstr -
winwstr lib: ncurses
wmouse_trafo lib: menu
wmove test: chgat demo_altkeys demo_defkey demo_keyok demo_menus firstlast foldkeys inch_wide inchs ins_wide inserts knight movewindow ncurses newdemo redraw testcurs
wnoutrefresh test: demo_menus edit_field inch_wide inchs ins_wide inserts knight movewindow ncurses redraw
wprintw test: chgat demo_defkey demo_forms demo_keyok demo_menus edit_field inch_wide inchs ins_wide inserts knight movewindow ncurses testcurs
wredrawln test: redraw
wrefresh test: chgat demo_forms demo_keyok demo_menus edit_field firstlast knight lrtest movewindow ncurses newdemo redraw tclock testcurs view xmas
wresize test: cardfile ncurses
wscanw test: testcurs
wscrl test: ncurses testcurs view
wsetscrreg test: ncurses testcurs
wstandend test: xmas
wstandout test: xmas
wsyncdown test: movewindow
wsyncup lib: form
wtimeout test: ncurses
wtouchln lib: ncurses
wunctrl -
wvline test: testcurs
wvline_set lib: ncurses
libpanel:
--------
bottom_panel test: ncurses
del_panel test: ncurses
hide_panel test: ncurses
move_panel test: ncurses
new_panel test: cardfile ncurses
panel_above -
panel_below -
panel_hidden -
panel_userptr test: ncurses
panel_window test: cardfile ncurses
replace_panel -
set_panel_userptr test: ncurses
show_panel test: ncurses
top_panel test: cardfile ncurses
update_panels test: cardfile ncurses