xref: /freebsd/contrib/ncurses/man/manhtml.aliases (revision 21817992b3314c908ab50f0bb88d2ee750b9c4ac)
1# $Id: manhtml.aliases,v 1.35 2024/04/14 00:36:21 tom Exp $
2#***************************************************************************
3# Copyright 2019-2023,2024 Thomas E. Dickey                                *
4# Copyright 2013,2017 Free Software Foundation, Inc.                       *
5#                                                                          *
6# Permission is hereby granted, free of charge, to any person obtaining a  *
7# copy of this software and associated documentation files (the            *
8# "Software"), to deal in the Software without restriction, including      *
9# without limitation the rights to use, copy, modify, merge, publish,      *
10# distribute, distribute with modifications, sublicense, and/or sell       *
11# copies of the Software, and to permit persons to whom the Software is    *
12# furnished to do so, subject to the following conditions:                 *
13#                                                                          *
14# The above copyright notice and this permission notice shall be included  *
15# in all copies or substantial portions of the Software.                   *
16#                                                                          *
17# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
18# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
19# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
20# IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
21# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
22# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
23# THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
24#                                                                          *
25# Except as contained in this notice, the name(s) of the above copyright   *
26# holders shall not be used in advertising or otherwise to promote the     *
27# sale, use or other dealings in this Software without prior written       *
28# authorization.                                                           *
29#***************************************************************************
30# Items in this list will be linked to the corresponding manpages by man2html
31add_wch(3X)		curs_add_wch(3X)
32addch(3X)		curs_addch(3X)
33assume_default_colors(3X)	default_colors(3X)
34attr_get(3X)		curs_attr(3X)
35attr_on(3X)		curs_attr(3X)
36attron(3X)		curs_attr(3X)
37baudrate(3X)		curs_termattrs(3X)
38bkgd(3X)		curs_bkgd(3X)
39bkgrnd(3X)		curs_bkgrnd(3X)
40cbreak(3X)		curs_inopts(3X)
41clearok(3X)		curs_outopts(3X)
42clrtoeol(3X)		curs_clear(3X)
43curs_set(3X)		curs_kernel(3X)
44curscr(3X)		curs_variables(3X)
45curses_trace(3X)	curs_trace(3X)
46def_prog_mode(3X)	curs_kernel(3X)
47def_shell_mode(3X)	curs_kernel(3X)
48del_curterm(3X)		curs_terminfo(3X)
49delay_output(3X)	curs_util(3X)
50delscreen(3X)		curs_initscr(3X)
51doupdate(3X)		curs_refresh(3X)
52echo(3X)		curs_inopts(3X)
53endwin(3X)		curs_initscr(3X)
54extended_slk_color(3X)	curs_slk(3X)
55filter(3X)		curs_util(3X)
56flushinp(3X)		curs_util(3X)
57get_wch(3X)		curs_get_wch(3X)
58getcchar(3X)		curs_getcchar(3X)
59getch(3X)		curs_getch(3X)
60getwin(3X)		curs_util(3X)
61halfdelay(3X)		curs_inopts(3X)
62has_key(3X)		curs_getch(3X)
63immedok(3X)		curs_outopts(3X)
64in_wch(3X)		curs_in_wch(3X)
65inch(3X)		curs_inch(3X)
66infocmp(1)		infocmp(1M)
67initscr(3X)		curs_initscr(3X)
68is_scrollok(3X)		curs_opaque(3X)
69keyname(3X)		curs_util(3X)
70keypad(3X)		curs_inopts(3X)
71longname(3X)		curs_termattrs(3X)
72meta(3X)		curs_inopts(3X)
73move(3X)		curs_move(3X)
74mvcur(3X)		curs_terminfo(3X)
75mvwin(3X)		curs_window(3X)
76newterm(3X)		curs_initscr(3X)
77newwin(3X)		curs_window(3X)
78nl(3X)			curs_inopts(3X)
79nocbreak(3X)		curs_inopts(3X)
80nonl(3X)		curs_inopts(3X)
81pnoutrefresh(3X)	curs_pad(3X)
82prefresh(3X)		curs_pad(3X)
83printw(3X)		curs_printw(3X)
84putp(3X)		curs_terminfo(3X)
85putwin(3X)		curs_util(3X)
86raw(3X)			curs_inopts(3X)
87refresh(3X)		curs_refresh(3X)
88reset_shell_mode(3X)	curs_kernel(3X)
89restartterm(3X)		curs_terminfo(3X)
90ripoffline(3X)		curs_kernel(3X)
91set_curterm(3X)		curs_terminfo(3X)
92set_term(3X)		curs_initscr(3X)
93setcchar(3X)		curs_getcchar(3X)
94setupterm(3X)		curs_terminfo(3X)
95slk_attr(3X)		curs_slk(3X)
96slk_color(3X)		curs_slk(3X)
97slk_init(3X)		curs_slk(3X)
98slk_touch(3X)		curs_slk(3X)
99start_color(3X)		curs_color(3X)
100terminfo(3X)		curs_terminfo(3X)
101tic(1)			tic(1M)
102tigetstr(3X)		curs_terminfo(3X)
103touchline(3X)		curs_touch(3X)
104touchwin(3X)		curs_touch(3X)
105tparm(3X)		curs_terminfo(3X)
106tputs(3X)		curs_terminfo(3X)
107use_default_colors(3X)	default_colors(3X)
108use_env(3X)		curs_util(3X)
109use_extended_names(3X)	curs_extend(3X)
110use_legacy_coding(3X)	legacy_coding(3X)
111use_tioctl(3X)		curs_util(3X)
112vidputs(3X)		curs_terminfo(3X)
113wadd_wch(3X)		curs_add_wch(3X)
114waddch(3X)		curs_addch(3X)
115waddstr(3X)		curs_addstr(3X)
116waddwstr(3X)		curs_addwstr(3X)
117wattr_set(3X)		curs_attr(3X)
118wattrset(3X)		curs_attr(3X)
119wbkgdset(3X)		curs_bkgd(3X)
120wbkgrndset(3X)		curs_bkgrnd(3X)
121wdelch(3X)		curs_delch(3X)
122wecho_wchar(3X)		curs_add_wch(3X)
123wechochar(3X)		curs_addch(3X)
124wget_wch(3X)		curs_get_wch(3X)
125wgetch(3X)		curs_getch(3X)
126wgetstr(3X)		curs_getstr(3X)
127winch(3X)		curs_inch(3X)
128wins_wch(3X)		curs_ins_wch(3X)
129winsch(3X)		curs_insch(3X)
130wmove(3X)		curs_move(3X)
131wnoutrefresh(3X)	curs_refresh(3X)
132wrefresh(3X)		curs_refresh(3X)
133wsetscrreg(3X)		curs_outopts(3X)
134