mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Added addwstr() family; spaces -> tabs.
This commit is contained in:
651
doc/intro.man
651
doc/intro.man
@@ -197,281 +197,290 @@ FUNCTIONS
|
||||
|
||||
Curses Function Manual Page Name
|
||||
|
||||
addch addch
|
||||
addchnstr addchstr
|
||||
addchstr addchstr
|
||||
addnstr addstr
|
||||
addstr addstr
|
||||
attroff attr
|
||||
attron attr
|
||||
baudrate termattr
|
||||
beep beep
|
||||
bkgd bkgd
|
||||
bkgdset bkgd
|
||||
border border
|
||||
box border
|
||||
can_change_color color
|
||||
cbreak inopts
|
||||
clear clear
|
||||
clearok outopts
|
||||
clrtobot clear
|
||||
clrtoeol clear
|
||||
color_content color
|
||||
color_set attr
|
||||
copywin overlay
|
||||
curs_set kernel
|
||||
def_prog_mode kernel
|
||||
def_shell_mode kernel
|
||||
del_curterm terminfo
|
||||
delay_output util
|
||||
delch delch
|
||||
deleteln deleteln
|
||||
delscreen initscr
|
||||
delwin window
|
||||
derwin window
|
||||
doupdate refresh
|
||||
dupwin window
|
||||
echo inopts
|
||||
echochar addch
|
||||
endwin initscr
|
||||
erase clear
|
||||
erasechar termattr
|
||||
filter util
|
||||
flash beep
|
||||
flushinp util
|
||||
getbegyx getyx
|
||||
getattrs attr
|
||||
getch getch
|
||||
getmaxyx getyx
|
||||
getparyx getyx
|
||||
getstr getstr
|
||||
getsyx kernel
|
||||
getwin scr_dump
|
||||
getyx getyx
|
||||
halfdelay inopts
|
||||
has_colors color
|
||||
has_ic termattr
|
||||
has_il termattr
|
||||
has_key util
|
||||
hline border
|
||||
idcok outopts
|
||||
idlok outopts
|
||||
immedok outopts
|
||||
inch inch
|
||||
inchnstr inchstr
|
||||
inchstr inchstr
|
||||
init_color color
|
||||
init_pair color
|
||||
initscr initscr
|
||||
innstr instr
|
||||
insch insch
|
||||
insdelln deleteln
|
||||
insertln deleteln
|
||||
insnstr innstr
|
||||
insstr innstr
|
||||
instr instr
|
||||
intrflush inopts
|
||||
is_linetouched touch
|
||||
is_wintouched touch
|
||||
isendwin initscr
|
||||
keyname util
|
||||
keypad inopts
|
||||
killchar termattr
|
||||
leaveok outopts
|
||||
longname termattr
|
||||
meta inopts
|
||||
move move
|
||||
mvaddch addch
|
||||
mvaddchnstr addchstr
|
||||
mvaddchstr addchstr
|
||||
mvaddnstr addstr
|
||||
mvaddstr addstr
|
||||
mvcur terminfo
|
||||
mvdelch delch
|
||||
mvderwin window
|
||||
mvgetch getch
|
||||
mvgetstr getstr
|
||||
mvinch inch
|
||||
mvinchnstr inchstr
|
||||
mvinchstr inchstr
|
||||
mvinnstr instr
|
||||
mvinsch insch
|
||||
mvinsnstr insstr
|
||||
mvinsstr insstr
|
||||
mvinstr instr
|
||||
mvprintw printw
|
||||
mvscanw scanw
|
||||
mvwaddch addch
|
||||
mvwaddchnstr addchstr
|
||||
mvwaddchstr addchstr
|
||||
mvwaddnstr addstr
|
||||
mvwaddstr addstr
|
||||
mvwdelch delch
|
||||
mvwgetch getch
|
||||
mvwgetnstr getstr
|
||||
wgetnstr getstr
|
||||
mvwin window
|
||||
mvwinch inch
|
||||
mvwinchnstr inchstr
|
||||
mvwinchstr inchstr
|
||||
mvwinnstr instr
|
||||
mvwinsch insch
|
||||
mvwinsnstr insstr
|
||||
mvwinsstr insstr
|
||||
mvwinstr instr
|
||||
mvwprintw printw
|
||||
mvwscanw scanw
|
||||
napms kernel
|
||||
newpad pad
|
||||
newterm initscr
|
||||
newwin window
|
||||
nl inopts
|
||||
nocbreak inopts
|
||||
nodelay inopts
|
||||
noecho inopts
|
||||
nonl inopts
|
||||
noqiflush inopts
|
||||
noraw inopts
|
||||
notimeout inopts
|
||||
overlay overlay
|
||||
overwrite overlay
|
||||
pair_content color
|
||||
pechochar pad
|
||||
pnoutrefresh pad
|
||||
prefresh pad
|
||||
printw printw
|
||||
putp terminfo
|
||||
putwin scr_dump
|
||||
qiflush inopts
|
||||
raw inopts
|
||||
raw_output outopts
|
||||
redrawwin refresh
|
||||
refresh refresh
|
||||
reset_prog_mode kernel
|
||||
reset_shell_mode kernel
|
||||
resetty kernel
|
||||
restartterm terminfo
|
||||
ripoffline kernel
|
||||
savetty kernel
|
||||
scanw scanw
|
||||
scr_dump scr_dump
|
||||
scr_init scr_dump
|
||||
scr_restore scr_dump
|
||||
scr_set scr_dump
|
||||
scrl scroll
|
||||
scroll scroll
|
||||
scrollok outopts
|
||||
set_term initscr
|
||||
setscrreg outopts
|
||||
setsyx kernel
|
||||
setterm terminfo
|
||||
setupterm terminfo
|
||||
slk_attroff slk
|
||||
slk_attron slk
|
||||
slk_attrset slk
|
||||
slk_clear slk
|
||||
slk_color slk
|
||||
slk_init slk
|
||||
slk_label slk
|
||||
slk_noutrefresh slk
|
||||
slk_refresh slk
|
||||
slk_restore slk
|
||||
slk_set slk
|
||||
slk_touch slk
|
||||
standend attr
|
||||
standout attr
|
||||
start_color color
|
||||
subpad pad
|
||||
subwin window
|
||||
syncok window
|
||||
termattrs termattrs
|
||||
termname termattrs
|
||||
tgetent termcap
|
||||
tgetflag termcap
|
||||
tgetnum termcap
|
||||
tgetstr termcap
|
||||
tgoto termcap
|
||||
tigetflag terminfo
|
||||
tigetnum terminfo
|
||||
tigetstr terminfo
|
||||
timeout inopts
|
||||
touchline touch
|
||||
touchwin touch
|
||||
tparm terminfo
|
||||
tputs terminfo
|
||||
trace_on pdcdebug
|
||||
typeahead inopts
|
||||
unctrl util
|
||||
ungetch getch
|
||||
untouchwin touch
|
||||
use_env util
|
||||
vidattr terminfo
|
||||
vidputs terminfo
|
||||
vline border
|
||||
vwprintw printw
|
||||
vwscanw scanw
|
||||
waddch addch
|
||||
waddchnstr addchstr
|
||||
waddchstr addchstr
|
||||
waddnstr addstr
|
||||
waddstr addstr
|
||||
wattroff attr
|
||||
wattron attr
|
||||
wattrset attr
|
||||
wbkgd bkgd
|
||||
wbkgdset bkgd
|
||||
wborder border
|
||||
wclear clear
|
||||
wclrtobot clear
|
||||
wclrtoeol clear
|
||||
wcolor_set attr
|
||||
wcursyncup window
|
||||
wdelch delch
|
||||
wdeleteln deleteln
|
||||
wechochar addch
|
||||
werase clear
|
||||
wgetch getch
|
||||
wgetnstr getstr
|
||||
wgetstr getstr
|
||||
whline border
|
||||
winch inch
|
||||
winchnstr inchstr
|
||||
winchstr inchstr
|
||||
winnstr instr
|
||||
winsch insch
|
||||
winsdelln deleteln
|
||||
winsertln deleteln
|
||||
winsnstr insstr
|
||||
winsstr insstr
|
||||
winstr instr
|
||||
wmove move
|
||||
wnoutrefresh refresh
|
||||
wordchar termattr
|
||||
wprintw printw
|
||||
wredrawln refresh
|
||||
wrefresh refresh
|
||||
wresize window
|
||||
wscanw scanw
|
||||
wscrl scroll
|
||||
wsetscrreg outopts
|
||||
wstandend attr
|
||||
wstandout attr
|
||||
wsyncdown window
|
||||
wsyncup window
|
||||
wtimeout inopts
|
||||
wtouchln touch
|
||||
wvline border
|
||||
addch addch
|
||||
addchnstr addchstr
|
||||
addchstr addchstr
|
||||
addnstr addstr
|
||||
addstr addstr
|
||||
attroff attr
|
||||
attron attr
|
||||
baudrate termattr
|
||||
beep beep
|
||||
bkgd bkgd
|
||||
bkgdset bkgd
|
||||
border border
|
||||
box border
|
||||
can_change_color color
|
||||
cbreak inopts
|
||||
clear clear
|
||||
clearok outopts
|
||||
clrtobot clear
|
||||
clrtoeol clear
|
||||
color_content color
|
||||
color_set attr
|
||||
copywin overlay
|
||||
curs_set kernel
|
||||
def_prog_mode kernel
|
||||
def_shell_mode kernel
|
||||
del_curterm terminfo
|
||||
delay_output util
|
||||
delch delch
|
||||
deleteln deleteln
|
||||
delscreen initscr
|
||||
delwin window
|
||||
derwin window
|
||||
doupdate refresh
|
||||
dupwin window
|
||||
echo inopts
|
||||
echochar addch
|
||||
endwin initscr
|
||||
erase clear
|
||||
erasechar termattr
|
||||
filter util
|
||||
flash beep
|
||||
flushinp util
|
||||
getbegyx getyx
|
||||
getattrs attr
|
||||
getch getch
|
||||
getmaxyx getyx
|
||||
getparyx getyx
|
||||
getstr getstr
|
||||
getsyx kernel
|
||||
getwin scr_dump
|
||||
getyx getyx
|
||||
halfdelay inopts
|
||||
has_colors color
|
||||
has_ic termattr
|
||||
has_il termattr
|
||||
has_key util
|
||||
hline border
|
||||
idcok outopts
|
||||
idlok outopts
|
||||
immedok outopts
|
||||
inch inch
|
||||
inchnstr inchstr
|
||||
inchstr inchstr
|
||||
init_color color
|
||||
init_pair color
|
||||
initscr initscr
|
||||
innstr instr
|
||||
insch insch
|
||||
insdelln deleteln
|
||||
insertln deleteln
|
||||
insnstr innstr
|
||||
insstr innstr
|
||||
instr instr
|
||||
intrflush inopts
|
||||
is_linetouched touch
|
||||
is_wintouched touch
|
||||
isendwin initscr
|
||||
keyname util
|
||||
keypad inopts
|
||||
killchar termattr
|
||||
leaveok outopts
|
||||
longname termattr
|
||||
meta inopts
|
||||
move move
|
||||
mvaddch addch
|
||||
mvaddchnstr addchstr
|
||||
mvaddchstr addchstr
|
||||
mvaddnstr addstr
|
||||
mvaddstr addstr
|
||||
mvcur terminfo
|
||||
mvdelch delch
|
||||
mvderwin window
|
||||
mvgetch getch
|
||||
mvgetstr getstr
|
||||
mvinch inch
|
||||
mvinchnstr inchstr
|
||||
mvinchstr inchstr
|
||||
mvinnstr instr
|
||||
mvinsch insch
|
||||
mvinsnstr insstr
|
||||
mvinsstr insstr
|
||||
mvinstr instr
|
||||
mvprintw printw
|
||||
mvscanw scanw
|
||||
mvwaddch addch
|
||||
mvwaddchnstr addchstr
|
||||
mvwaddchstr addchstr
|
||||
mvwaddnstr addstr
|
||||
mvwaddstr addstr
|
||||
mvwdelch delch
|
||||
mvwgetch getch
|
||||
mvwgetnstr getstr
|
||||
wgetnstr getstr
|
||||
mvwin window
|
||||
mvwinch inch
|
||||
mvwinchnstr inchstr
|
||||
mvwinchstr inchstr
|
||||
mvwinnstr instr
|
||||
mvwinsch insch
|
||||
mvwinsnstr insstr
|
||||
mvwinsstr insstr
|
||||
mvwinstr instr
|
||||
mvwprintw printw
|
||||
mvwscanw scanw
|
||||
napms kernel
|
||||
newpad pad
|
||||
newterm initscr
|
||||
newwin window
|
||||
nl inopts
|
||||
nocbreak inopts
|
||||
nodelay inopts
|
||||
noecho inopts
|
||||
nonl inopts
|
||||
noqiflush inopts
|
||||
noraw inopts
|
||||
notimeout inopts
|
||||
overlay overlay
|
||||
overwrite overlay
|
||||
pair_content color
|
||||
pechochar pad
|
||||
pnoutrefresh pad
|
||||
prefresh pad
|
||||
printw printw
|
||||
putp terminfo
|
||||
putwin scr_dump
|
||||
qiflush inopts
|
||||
raw inopts
|
||||
raw_output outopts
|
||||
redrawwin refresh
|
||||
refresh refresh
|
||||
reset_prog_mode kernel
|
||||
reset_shell_mode kernel
|
||||
resetty kernel
|
||||
restartterm terminfo
|
||||
ripoffline kernel
|
||||
savetty kernel
|
||||
scanw scanw
|
||||
scr_dump scr_dump
|
||||
scr_init scr_dump
|
||||
scr_restore scr_dump
|
||||
scr_set scr_dump
|
||||
scrl scroll
|
||||
scroll scroll
|
||||
scrollok outopts
|
||||
set_term initscr
|
||||
setscrreg outopts
|
||||
setsyx kernel
|
||||
setterm terminfo
|
||||
setupterm terminfo
|
||||
slk_attroff slk
|
||||
slk_attron slk
|
||||
slk_attrset slk
|
||||
slk_clear slk
|
||||
slk_color slk
|
||||
slk_init slk
|
||||
slk_label slk
|
||||
slk_noutrefresh slk
|
||||
slk_refresh slk
|
||||
slk_restore slk
|
||||
slk_set slk
|
||||
slk_touch slk
|
||||
standend attr
|
||||
standout attr
|
||||
start_color color
|
||||
subpad pad
|
||||
subwin window
|
||||
syncok window
|
||||
termattrs termattrs
|
||||
termname termattrs
|
||||
tgetent termcap
|
||||
tgetflag termcap
|
||||
tgetnum termcap
|
||||
tgetstr termcap
|
||||
tgoto termcap
|
||||
tigetflag terminfo
|
||||
tigetnum terminfo
|
||||
tigetstr terminfo
|
||||
timeout inopts
|
||||
touchline touch
|
||||
touchwin touch
|
||||
tparm terminfo
|
||||
tputs terminfo
|
||||
trace_on pdcdebug
|
||||
typeahead inopts
|
||||
unctrl util
|
||||
ungetch getch
|
||||
untouchwin touch
|
||||
use_env util
|
||||
vidattr terminfo
|
||||
vidputs terminfo
|
||||
vline border
|
||||
vwprintw printw
|
||||
vwscanw scanw
|
||||
waddch addch
|
||||
waddchnstr addchstr
|
||||
waddchstr addchstr
|
||||
waddnstr addstr
|
||||
waddstr addstr
|
||||
wattroff attr
|
||||
wattron attr
|
||||
wattrset attr
|
||||
wbkgd bkgd
|
||||
wbkgdset bkgd
|
||||
wborder border
|
||||
wclear clear
|
||||
wclrtobot clear
|
||||
wclrtoeol clear
|
||||
wcolor_set attr
|
||||
wcursyncup window
|
||||
wdelch delch
|
||||
wdeleteln deleteln
|
||||
wechochar addch
|
||||
werase clear
|
||||
wgetch getch
|
||||
wgetnstr getstr
|
||||
wgetstr getstr
|
||||
whline border
|
||||
winch inch
|
||||
winchnstr inchstr
|
||||
winchstr inchstr
|
||||
winnstr instr
|
||||
winsch insch
|
||||
winsdelln deleteln
|
||||
winsertln deleteln
|
||||
winsnstr insstr
|
||||
winsstr insstr
|
||||
winstr instr
|
||||
wmove move
|
||||
wnoutrefresh refresh
|
||||
wordchar termattr
|
||||
wprintw printw
|
||||
wredrawln refresh
|
||||
wrefresh refresh
|
||||
wresize window
|
||||
wscanw scanw
|
||||
wscrl scroll
|
||||
wsetscrreg outopts
|
||||
wstandend attr
|
||||
wstandout attr
|
||||
wsyncdown window
|
||||
wsyncup window
|
||||
wtimeout inopts
|
||||
wtouchln touch
|
||||
wvline border
|
||||
|
||||
mouse_set mouse
|
||||
mouse_on mouse
|
||||
mouse_off mouse
|
||||
request_mouse_pos mouse
|
||||
map_button mouse
|
||||
wmouse_position mouse
|
||||
getmouse mouse
|
||||
getbmap mouse
|
||||
mouse_set mouse
|
||||
mouse_on mouse
|
||||
mouse_off mouse
|
||||
request_mouse_pos mouse
|
||||
map_button mouse
|
||||
wmouse_position mouse
|
||||
getmouse mouse
|
||||
getbmap mouse
|
||||
|
||||
resize_term initscr
|
||||
resize_term initscr
|
||||
|
||||
addwstr addstr
|
||||
addnwstr addstr
|
||||
waddwstr addstr
|
||||
waddnwstr addstr
|
||||
mvaddwstr addstr
|
||||
mvaddnwstr addstr
|
||||
mvwaddwstr addstr
|
||||
mvwaddnwstr addstr
|
||||
|
||||
The following table lists each private curses routine and the
|
||||
name of the manual page on which it is described. These routines
|
||||
@@ -480,53 +489,53 @@ FUNCTIONS
|
||||
|
||||
Curses Function Manual Page Name
|
||||
|
||||
PDC_chadd pdcdisp
|
||||
PDC_check_bios_key pdckbd
|
||||
PDC_chg_attrs pdcdisp
|
||||
PDC_chins pdcdisp
|
||||
PDC_copy_win pdcwin
|
||||
PDC_cursor_off pdcdisp
|
||||
PDC_cursor_on pdcdisp
|
||||
PDC_debug pdcdebug
|
||||
PDC_fix_cursor pdcdisp
|
||||
PDC_getch getch
|
||||
PDC_get_attribute pdcgetsc
|
||||
PDC_get_bios_key pdckbd
|
||||
PDC_get_columns pdcgetsc
|
||||
PDC_get_ctrl_break pdckbd
|
||||
PDC_get_cursor_mode pdcgetsc
|
||||
PDC_get_cursor_pos pdcgetsc
|
||||
PDC_get_cur_col pdcgetsc
|
||||
PDC_get_cur_row pdcgetsc
|
||||
PDC_get_font pdcgetsc
|
||||
PDC_get_input_fd pdckbd
|
||||
PDC_get_key_modifiers pdckbd
|
||||
PDC_get_rows pdcgetsc
|
||||
PDC_get_scrn_mode pdcgetsc
|
||||
PDC_getclipboard pdcclip
|
||||
PDC_gotoxy pdcdisp
|
||||
PDC_makenew pdcwin
|
||||
PDC_newline pdcdisp
|
||||
PDC_putc pdcdisp
|
||||
PDC_putctty pdcdisp
|
||||
PDC_query_adapter_type pdcgetsc
|
||||
PDC_rawgetch pdckbd
|
||||
PDC_sanity_check pdcgetsc
|
||||
PDC_scrn_modes_equal pdcscrn
|
||||
PDC_scroll pdcdisp
|
||||
PDC_scr_close pdcscrn
|
||||
PDC_scr_open pdcscrn
|
||||
PDC_set_80x25 pdcsetsc
|
||||
PDC_set_ctrl_break pdckbd
|
||||
PDC_set_cursor_mode pdcsetsc
|
||||
PDC_set_font pdcsetsc
|
||||
PDC_set_rows pdcsetsc
|
||||
PDC_set_scrn_mode pdcsetsc
|
||||
PDC_set_title pdcsetsc
|
||||
PDC_setclipboard pdcclip
|
||||
PDC_sysgetch pdckbd
|
||||
PDC_transform_line pdcdisp
|
||||
PDC_ungetch getch
|
||||
PDC_validchar pdckbd
|
||||
PDC_chadd pdcdisp
|
||||
PDC_check_bios_key pdckbd
|
||||
PDC_chg_attrs pdcdisp
|
||||
PDC_chins pdcdisp
|
||||
PDC_copy_win pdcwin
|
||||
PDC_cursor_off pdcdisp
|
||||
PDC_cursor_on pdcdisp
|
||||
PDC_debug pdcdebug
|
||||
PDC_fix_cursor pdcdisp
|
||||
PDC_getch getch
|
||||
PDC_get_attribute pdcgetsc
|
||||
PDC_get_bios_key pdckbd
|
||||
PDC_get_columns pdcgetsc
|
||||
PDC_get_ctrl_break pdckbd
|
||||
PDC_get_cursor_mode pdcgetsc
|
||||
PDC_get_cursor_pos pdcgetsc
|
||||
PDC_get_cur_col pdcgetsc
|
||||
PDC_get_cur_row pdcgetsc
|
||||
PDC_get_font pdcgetsc
|
||||
PDC_get_input_fd pdckbd
|
||||
PDC_get_key_modifiers pdckbd
|
||||
PDC_get_rows pdcgetsc
|
||||
PDC_get_scrn_mode pdcgetsc
|
||||
PDC_getclipboard pdcclip
|
||||
PDC_gotoxy pdcdisp
|
||||
PDC_makenew pdcwin
|
||||
PDC_newline pdcdisp
|
||||
PDC_putc pdcdisp
|
||||
PDC_putctty pdcdisp
|
||||
PDC_query_adapter_type pdcgetsc
|
||||
PDC_rawgetch pdckbd
|
||||
PDC_sanity_check pdcgetsc
|
||||
PDC_scrn_modes_equal pdcscrn
|
||||
PDC_scroll pdcdisp
|
||||
PDC_scr_close pdcscrn
|
||||
PDC_scr_open pdcscrn
|
||||
PDC_set_80x25 pdcsetsc
|
||||
PDC_set_ctrl_break pdckbd
|
||||
PDC_set_cursor_mode pdcsetsc
|
||||
PDC_set_font pdcsetsc
|
||||
PDC_set_rows pdcsetsc
|
||||
PDC_set_scrn_mode pdcsetsc
|
||||
PDC_set_title pdcsetsc
|
||||
PDC_setclipboard pdcclip
|
||||
PDC_sysgetch pdckbd
|
||||
PDC_transform_line pdcdisp
|
||||
PDC_ungetch getch
|
||||
PDC_validchar pdckbd
|
||||
|
||||
**man-end****************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user