• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..18-Apr-201417

access.cH A D04-Aug-20095 KiB

add_tries.cH A D04-Aug-20094 KiB

alloc_entry.cH A D04-Aug-20098.7 KiB

alloc_ttype.cH A D04-Aug-200914.5 KiB

captoinfo.cH A D04-Aug-200920.5 KiB

comp_error.cH A D04-Aug-20094.8 KiB

comp_expand.cH A D04-Aug-20096.3 KiB

comp_hash.cH A D04-Aug-200910.6 KiB

comp_parse.cH A D04-Aug-200914.1 KiB

comp_scan.cH A D04-Aug-200922.9 KiB

db_iterator.cH A D04-Aug-20096.6 KiB

doalloc.cH A D04-Aug-20093.1 KiB

entries.cH A D04-Aug-20094.7 KiB

free_ttype.cH A D04-Aug-20093.2 KiB

getenv_num.cH A D04-Aug-20092.7 KiB

hashed_db.cH A D04-Aug-20096.7 KiB

home_terminfo.cH A D04-Aug-20093 KiB

init_keytry.cH A D04-Aug-20093.9 KiB

lib_acs.cH A D04-Aug-20097.5 KiB

lib_baudrate.cH A D04-Aug-20096 KiB

lib_cur_term.cH A D04-Aug-20093.8 KiB

lib_data.cH A D04-Aug-20099.1 KiB

lib_has_cap.cH A D04-Aug-20093 KiB

lib_kernel.cH A D04-Aug-20094.4 KiB

lib_longname.cH A D04-Aug-20092.7 KiB

lib_napms.cH A D04-Aug-20093.2 KiB

lib_options.cH A D04-Aug-20097.9 KiB

lib_print.cH A D04-Aug-20093.9 KiB

lib_raw.cH A D04-Aug-20097 KiB

lib_setup.cH A D04-Aug-200916.3 KiB

lib_termcap.cH A D04-Aug-20099.2 KiB

lib_termname.cH A D04-Aug-20092.3 KiB

lib_tgoto.cH A D04-Aug-20095.5 KiB

lib_ti.cH A D04-Aug-20093.8 KiB

lib_tparm.cH A D04-Aug-200918 KiB

lib_tputs.cH A D04-Aug-20097.2 KiB

lib_ttyflags.cH A D04-Aug-20095.3 KiB

make_keys.cH A D30-Aug-20104.5 KiB

MKcaptab.awkH A D04-Aug-20093.7 KiB

MKcaptab.shH A D28-Feb-20124.8 KiB

MKcodes.awkH A D04-Aug-20095.6 KiB

MKfallback.shH A D04-Aug-20093.7 KiB

MKkeys_list.shH A D04-Aug-20092.7 KiB

MKnames.awkH A D04-Aug-20096.5 KiB

name_match.cH A D04-Aug-20093.7 KiB

parse_entry.cH A D04-Aug-200929.6 KiB

read_entry.cH A D04-Aug-200916.5 KiB

read_termcap.cH A D04-Aug-200932.5 KiB

READMEH A D04-Aug-20092.6 KiB

setbuf.cH A D04-Aug-20096.1 KiB

strings.cH A D04-Aug-20094.5 KiB

trim_sgr0.cH A D04-Aug-20099 KiB

use_screen.cH A D04-Aug-20092.9 KiB

write_entry.cH A D04-Aug-200920.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