Name Date Size #Lines LOC

..08-May-2022-

MKcaptab.awkH A D08-May-20223.8 KiB9664

MKcaptab.shH A D08-May-20226.2 KiB238173

MKcodes.awkH A D08-May-20226.1 KiB177137

MKfallback.shH A D08-May-20224.4 KiB171107

MKkeys_list.shH A D08-May-20222.8 KiB7028

MKnames.awkH A D08-May-20227.3 KiB204164

MKuserdefs.shH A D08-May-20224.5 KiB14793

READMEH A D08-May-20222.7 KiB3835

access.cH A D08-May-20225.3 KiB192128

add_tries.cH A D08-May-20224.1 KiB12464

alloc_entry.cH A D08-May-20228.9 KiB303204

alloc_ttype.cH A D08-May-202217.4 KiB630485

captoinfo.cH A D08-May-202225.5 KiB1,052806

comp_error.cH A D08-May-20225.2 KiB169105

comp_expand.cH A D08-May-20227.1 KiB226159

comp_hash.cH A D08-May-20225.4 KiB15181

comp_parse.cH A D08-May-202219.4 KiB731511

comp_scan.cH A D08-May-202225.5 KiB1,026685

db_iterator.cH A D08-May-202211.6 KiB449313

doalloc.cH A D08-May-20222.9 KiB6016

entries.cH A D08-May-20225.4 KiB17799

free_ttype.cH A D08-May-20223.6 KiB10046

getenv_num.cH A D08-May-20223.2 KiB7734

hashed_db.cH A D08-May-20228.1 KiB343230

home_terminfo.cH A D08-May-20223.1 KiB6823

init_keytry.cH A D08-May-20223.9 KiB11351

lib_acs.cH A D08-May-202212.9 KiB327252

lib_baudrate.cH A D08-May-20227.7 KiB318240

lib_cur_term.cH A D08-May-20225.6 KiB190127

lib_data.cH A D08-May-202211 KiB404274

lib_has_cap.cH A D08-May-20223.7 KiB9642

lib_kernel.cH A D08-May-20225.4 KiB196111

lib_longname.cH A D08-May-20223.7 KiB10449

lib_napms.cH A D08-May-20223.7 KiB9543

lib_options.cH A D08-May-20229.6 KiB379275

lib_print.cH A D08-May-20224.5 KiB11352

lib_raw.cH A D08-May-20229.8 KiB398290

lib_setup.cH A D08-May-202225.6 KiB1,016734

lib_termcap.cH A D08-May-202212.7 KiB446289

lib_termname.cH A D08-May-20222.7 KiB6024

lib_tgoto.cH A D08-May-20225.9 KiB213150

lib_ti.cH A D08-May-20225.6 KiB189130

lib_tparm.cH A D08-May-202224.4 KiB1,096815

lib_tputs.cH A D08-May-202211.8 KiB457339

lib_ttyflags.cH A D08-May-20228 KiB331245

lib_win32con.cH A D08-May-202238.9 KiB1,2571,021

lib_win32util.cH A D08-May-20225.2 KiB13573

make_hash.cH A D08-May-202211.9 KiB446329

make_keys.cH A D08-May-20224.8 KiB166114

name_match.cH A D08-May-20224.2 KiB12777

obsolete.cH A D08-May-20226.9 KiB241174

parse_entry.cH A D08-May-202232.4 KiB1,113788

read_entry.cH A D08-May-202224.4 KiB896686

read_termcap.cH A D08-May-202233.3 KiB1,201713

strings.cH A D08-May-20224.6 KiB14576

tinfo_driver.cH A D08-May-202237 KiB1,5601,219

trim_sgr0.cH A D08-May-20229.4 KiB337236

use_screen.cH A D08-May-20223 KiB6420

write_entry.cH A D08-May-202224 KiB946701

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