NameDateSize

..20-Dec-201629

access.cH A D18-Aug-20165.2 KiB

add_tries.cH A D18-Aug-20164 KiB

alloc_entry.cH A D18-Aug-20168.2 KiB

alloc_ttype.cH A D18-Aug-201614.5 KiB

captoinfo.cH A D18-Aug-201622.3 KiB

comp_error.cH A D18-Aug-20165 KiB

comp_expand.cH A D18-Aug-20166.4 KiB

comp_hash.cH A D18-Aug-20164.5 KiB

comp_parse.cH A D18-Aug-201616.7 KiB

comp_scan.cH A D18-Aug-201625.2 KiB

db_iterator.cH A D18-Aug-201610.8 KiB

doalloc.cH A D18-Aug-20162.9 KiB

entries.cH A D18-Aug-20165.1 KiB

free_ttype.cH A D18-Aug-20163.2 KiB

getenv_num.cH A D18-Aug-20163.1 KiB

hashed_db.cH A D18-Aug-20168 KiB

home_terminfo.cH A D18-Aug-20163 KiB

init_keytry.cH A D18-Aug-20163.8 KiB

lib_acs.cH A D18-Aug-20169.3 KiB

lib_baudrate.cH A D08-Sep-20166.5 KiB

lib_cur_term.cH A D18-Aug-20165.2 KiB

lib_data.cH A D18-Aug-201610.3 KiB

lib_has_cap.cH A D18-Aug-20163.6 KiB

lib_kernel.cH A D18-Aug-20165.1 KiB

lib_longname.cH A D18-Aug-20163.4 KiB

lib_napms.cH A D18-Aug-20163.7 KiB

lib_options.cH A D18-Aug-20169.4 KiB

lib_print.cH A D18-Aug-20164.4 KiB

lib_raw.cH A D18-Aug-20169.3 KiB

lib_setup.cH A D18-Aug-201621.8 KiB

lib_termcap.cH A D18-Aug-201612.3 KiB

lib_termname.cH A D18-Aug-20162.6 KiB

lib_tgoto.cH A D18-Aug-20165.6 KiB

lib_ti.cH A D18-Aug-20165.5 KiB

lib_tparm.cH A D18-Aug-201618.6 KiB

lib_tputs.cH A D18-Aug-201610.9 KiB

lib_ttyflags.cH A D18-Aug-20167.7 KiB

make_hash.cH A D18-Aug-20169.3 KiB

make_keys.cH A D18-Aug-20164.5 KiB

MKcaptab.awkH A D18-Aug-20163.7 KiB

MKcaptab.shH A D18-Aug-20166 KiB

MKcodes.awkH A D18-Aug-20166 KiB

MKfallback.shH A D18-Aug-20163.8 KiB

MKkeys_list.shH A D18-Aug-20162.7 KiB

MKnames.awkH A D18-Aug-20167.2 KiB

name_match.cH A D18-Aug-20164.1 KiB

obsolete.cH A D18-Aug-20163.6 KiB

parse_entry.cH A D18-Aug-201629.9 KiB

read_entry.cH A D18-Aug-201618.2 KiB

read_termcap.cH A D18-Aug-201633.1 KiB

READMEH A D18-Aug-20162.6 KiB

strings.cH A D18-Aug-20164.5 KiB

tinfo_driver.cH A D18-Aug-201631.9 KiB

trim_sgr0.cH A D18-Aug-20169.3 KiB

use_screen.cH A D18-Aug-20162.9 KiB

write_entry.cH A D18-Aug-201621.2 KiB

README

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