NameDateSize

..20-Dec-201617

access.cH A D08-Mar-20155 KiB

add_tries.cH A D08-Mar-20154 KiB

alloc_entry.cH A D08-Mar-20158.7 KiB

alloc_ttype.cH A D08-Mar-201514.5 KiB

captoinfo.cH A D08-Mar-201520.5 KiB

comp_error.cH A D08-Mar-20154.8 KiB

comp_expand.cH A D08-Mar-20156.3 KiB

comp_hash.cH A D08-Mar-201510.6 KiB

comp_parse.cH A D08-Mar-201514.1 KiB

comp_scan.cH A D08-Mar-201523 KiB

db_iterator.cH A D08-Mar-20156.6 KiB

doalloc.cH A D08-Mar-20153.1 KiB

entries.cH A D08-Mar-20154.7 KiB

free_ttype.cH A D08-Mar-20153.2 KiB

getenv_num.cH A D08-Mar-20152.7 KiB

hashed_db.cH A D08-Mar-20156.7 KiB

home_terminfo.cH A D08-Mar-20153 KiB

init_keytry.cH A D08-Mar-20153.9 KiB

lib_acs.cH A D08-Mar-20157.5 KiB

lib_baudrate.cH A D08-Mar-20156 KiB

lib_cur_term.cH A D08-Mar-20153.8 KiB

lib_data.cH A D08-Mar-20159.1 KiB

lib_has_cap.cH A D08-Mar-20153 KiB

lib_kernel.cH A D08-Mar-20154.4 KiB

lib_longname.cH A D08-Mar-20152.7 KiB

lib_napms.cH A D08-Mar-20153.2 KiB

lib_options.cH A D08-Mar-20157.9 KiB

lib_print.cH A D08-Mar-20153.9 KiB

lib_raw.cH A D08-Mar-20157 KiB

lib_setup.cH A D08-Mar-201516.3 KiB

lib_termcap.cH A D08-Mar-20159.6 KiB

lib_termname.cH A D08-Mar-20152.3 KiB

lib_tgoto.cH A D08-Mar-20155.5 KiB

lib_ti.cH A D08-Mar-20153.8 KiB

lib_tparm.cH A D08-Mar-201518 KiB

lib_tputs.cH A D08-Mar-20157.2 KiB

lib_ttyflags.cH A D08-Mar-20155.3 KiB

make_keys.cH A D08-Mar-20154.5 KiB

MKcaptab.awkH A D08-Mar-20153.7 KiB

MKcaptab.shH A D08-Mar-20154.8 KiB

MKcodes.awkH A D08-Mar-20155.6 KiB

MKfallback.shH A D08-Mar-20153.7 KiB

MKkeys_list.shH A D08-Mar-20152.7 KiB

MKnames.awkH A D08-Mar-20156.5 KiB

name_match.cH A D08-Mar-20153.7 KiB

parse_entry.cH A D08-Mar-201529.6 KiB

read_entry.cH A D08-Mar-201516.5 KiB

read_termcap.cH A D08-Mar-201532.5 KiB

READMEH A D08-Mar-20152.6 KiB

setbuf.cH A D08-Mar-20156.1 KiB

strings.cH A D08-Mar-20154.5 KiB

trim_sgr0.cH A D08-Mar-20159 KiB

use_screen.cH A D08-Mar-20152.9 KiB

write_entry.cH A D08-Mar-201520.1 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