NameDateSize

..22-Jun-202132

access.cH A D22-Jun-20215.3 KiB

add_tries.cH A D22-Jun-20214.1 KiB

alloc_entry.cH A D22-Jun-20218.9 KiB

alloc_ttype.cH A D22-Jun-202117.4 KiB

captoinfo.cH A D22-Jun-202125.5 KiB

comp_error.cH A D22-Jun-20215.2 KiB

comp_expand.cH A D22-Jun-20217.1 KiB

comp_hash.cH A D22-Jun-20215.4 KiB

comp_parse.cH A D22-Jun-202119.4 KiB

comp_scan.cH A D22-Jun-202125.5 KiB

db_iterator.cH A D22-Jun-202111.6 KiB

doalloc.cH A D22-Jun-20212.9 KiB

entries.cH A D22-Jun-20215.4 KiB

free_ttype.cH A D22-Jun-20213.6 KiB

getenv_num.cH A D22-Jun-20213.2 KiB

hashed_db.cH A D22-Jun-20218.1 KiB

home_terminfo.cH A D22-Jun-20213.1 KiB

init_keytry.cH A D22-Jun-20213.9 KiB

lib_acs.cH A D22-Jun-202112.9 KiB

lib_baudrate.cH A D22-Jun-20217.7 KiB

lib_cur_term.cH A D22-Jun-20215.6 KiB

lib_data.cH A D22-Jun-202111 KiB

lib_has_cap.cH A D22-Jun-20213.7 KiB

lib_kernel.cH A D22-Jun-20215.4 KiB

lib_longname.cH A D22-Jun-20213.7 KiB

lib_napms.cH A D22-Jun-20213.7 KiB

lib_options.cH A D22-Jun-20219.6 KiB

lib_print.cH A D22-Jun-20214.5 KiB

lib_raw.cH A D22-Jun-20219.8 KiB

lib_setup.cH A D22-Jun-202125.6 KiB

lib_termcap.cH A D22-Jun-202112.7 KiB

lib_termname.cH A D22-Jun-20212.7 KiB

lib_tgoto.cH A D22-Jun-20215.9 KiB

lib_ti.cH A D22-Jun-20215.6 KiB

lib_tparm.cH A D22-Jun-202124.4 KiB

lib_tputs.cH A D12-Aug-202111.8 KiB

lib_ttyflags.cH A D22-Jun-20218 KiB

lib_win32con.cH A D22-Jun-202138.9 KiB

lib_win32util.cH A D22-Jun-20215.2 KiB

make_hash.cH A D22-Jun-202111.9 KiB

make_keys.cH A D22-Jun-20214.8 KiB

MKcaptab.awkH A D22-Jun-20213.8 KiB

MKcaptab.shH A D22-Jun-20216.2 KiB

MKcodes.awkH A D22-Jun-20216.1 KiB

MKfallback.shH A D22-Jun-20214.4 KiB

MKkeys_list.shH A D22-Jun-20212.8 KiB

MKnames.awkH A D22-Jun-20217.3 KiB

MKuserdefs.shH A D22-Jun-20214.5 KiB

name_match.cH A D22-Jun-20214.2 KiB

obsolete.cH A D22-Jun-20216.9 KiB

parse_entry.cH A D22-Jun-202132.4 KiB

read_entry.cH A D22-Jun-202124.4 KiB

read_termcap.cH A D22-Jun-202133.3 KiB

READMEH A D22-Jun-20212.7 KiB

strings.cH A D22-Jun-20214.6 KiB

tinfo_driver.cH A D22-Jun-202137 KiB

trim_sgr0.cH A D22-Jun-20219.4 KiB

use_screen.cH A D22-Jun-20213 KiB

write_entry.cH A D22-Jun-202124 KiB

README

1-------------------------------------------------------------------------------
2-- Copyright 2020 Thomas E. Dickey                                           --
3-- Copyright 1998,2006 Free Software Foundation, Inc.                        --
4--                                                                           --
5-- Permission is hereby granted, free of charge, to any person obtaining a   --
6-- copy of this software and associated documentation files (the             --
7-- "Software"), to deal in the Software without restriction, including       --
8-- without limitation the rights to use, copy, modify, merge, publish,       --
9-- distribute, distribute with modifications, sublicense, and/or sell copies --
10-- of the Software, and to permit persons to whom the Software is furnished  --
11-- to do so, subject to the following conditions:                            --
12--                                                                           --
13-- The above copyright notice and this permission notice shall be included   --
14-- in all copies or substantial portions of the Software.                    --
15--                                                                           --
16-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
17-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
18-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
19-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
20-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
21-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
22-- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
23--                                                                           --
24-- Except as contained in this notice, the name(s) of the above copyright    --
25-- holders shall not be used in advertising or otherwise to promote the      --
26-- sale, use or other dealings in this Software without prior written        --
27-- authorization.                                                            --
28-------------------------------------------------------------------------------
29-- $Id: README,v 1.3 2020/02/02 23:34:34 tom Exp $
30-------------------------------------------------------------------------------
31
32The files in this directory (tinfo) are those that support the terminfo
33database and interfaces for ncurses.  The terminfo library can be built
34separately, as a lower-level library for ncurses, but usually is bundled.
35
36In addition to the standard documented interfaces, ncurses uses internal
37functions which reside in tinfo to satisfy linkage requirements.
38