Name Date Size #Lines LOC

..--

MKcaptab.awkHD23-Dec-20203.8 KiB9664

MKcaptab.shHD21-Jun-20246.2 KiB237172

MKcodes.awkHD23-Dec-20206.1 KiB177137

MKfallback.shHD21-Jun-20244.4 KiB168104

MKkeys_list.shHD21-Jun-20242.9 KiB7230

MKnames.awkHD23-Dec-20207.3 KiB204164

MKuserdefs.shHD23-Dec-20204.5 KiB14793

READMEHD23-Dec-20202.7 KiB3835

access.cHD21-Jun-20247.3 KiB285210

add_tries.cHD21-Jun-20244.1 KiB12565

alloc_entry.cHD21-Jun-202412.2 KiB415298

alloc_ttype.cHD21-Jun-202419.7 KiB714574

captoinfo.cHD21-Jun-202425.7 KiB1,060814

comp_error.cHD21-Jun-20245.3 KiB174110

comp_expand.cHD21-Jun-20247.1 KiB228161

comp_hash.cHD21-Jun-20245.4 KiB15283

comp_parse.cHD21-Jun-202420.5 KiB771548

comp_scan.cHD21-Jun-202426.3 KiB1,066716

db_iterator.cHD21-Jun-202411.8 KiB461324

doalloc.cHD21-Jun-20243 KiB6319

entries.cHD21-Jun-20245.9 KiB195114

free_ttype.cHD21-Jun-20243.8 KiB10651

getenv_num.cHD23-Dec-20203.2 KiB7734

hashed_db.cHD23-Dec-20208.1 KiB343230

home_terminfo.cHD23-Dec-20203.1 KiB6823

init_keytry.cHD21-Jun-20244 KiB11552

lib_acs.cHD23-Dec-202012.9 KiB327252

lib_baudrate.cHD14-Sep-20217.7 KiB318240

lib_cur_term.cHD21-Jun-20245.8 KiB201136

lib_data.cHD21-Jun-202411 KiB406276

lib_has_cap.cHD23-Dec-20203.7 KiB9642

lib_kernel.cHD21-Jun-20245.5 KiB202118

lib_longname.cHD21-Jun-20243.7 KiB10549

lib_napms.cHD21-Jun-20243.8 KiB9845

lib_options.cHD21-Jun-20249.6 KiB379275

lib_print.cHD21-Jun-20244.5 KiB11453

lib_raw.cHD21-Jun-202410.8 KiB440314

lib_setup.cHD21-Jun-202431.1 KiB1,212890

lib_termcap.cHD21-Jun-202412.7 KiB446289

lib_termname.cHD23-Dec-20202.7 KiB6024

lib_tgoto.cHD21-Jun-20246.3 KiB223154

lib_ti.cHD23-Dec-20205.6 KiB189130

lib_tparm.cHD21-Jun-202432.9 KiB1,4091,044

lib_tputs.cHD21-Jun-202411.9 KiB459342

lib_ttyflags.cHD14-Sep-20218 KiB331245

lib_win32con.cHD21-Jun-202431.5 KiB1,2531,017

lib_win32util.cHD21-Jun-20245.2 KiB13573

make_hash.cHD21-Jun-202411.9 KiB446329

make_keys.cHD21-Jun-20244.8 KiB168116

name_match.cHD23-Dec-20204.2 KiB12777

obsolete.cHD21-Jun-20248.9 KiB336253

parse_entry.cHD21-Jun-202433.6 KiB1,159811

read_entry.cHD21-Jun-202425.3 KiB934725

read_termcap.cHD21-Jun-202433.4 KiB1,203716

strings.cHD21-Jun-20244.7 KiB14576

tinfo_driver.cHD21-Jun-202436.9 KiB1,5551,214

trim_sgr0.cHD21-Jun-20249.3 KiB333233

use_screen.cHD23-Dec-20203 KiB6420

write_entry.cHD21-Jun-202424.5 KiB964716

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