components/ncurses/ncurses.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 19 Mar 2015 09:18:01 -0700
branchs11-update
changeset 3976 a3684fed4b1f
parent 3661 47545fb8aed4
permissions -rw-r--r--
19762669 quilt no longer needs its own column or getopt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2723
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2723
diff changeset
    23
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
2723
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/library/ncurses@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="A CRT screen handling and optimization package."
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    value="the ncurses screen handling software"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2723
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
2723
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:System/Libraries
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=LSARC/2008/524
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
link path=usr/bin/gcaptoinfo target=../gnu/bin/captoinfo \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
    facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/bin/gclear target=../gnu/bin/clear facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
link path=usr/bin/ginfocmp target=../gnu/bin/infocmp facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
link path=usr/bin/ginfotocap target=../gnu/bin/infotocap \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
    facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
link path=usr/bin/gncurses5-config target=../gnu/bin/ncurses5-config \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
    facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
link path=usr/bin/greset target=../gnu/bin/reset facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
link path=usr/bin/gtic target=../gnu/bin/tic facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
link path=usr/bin/gtoe target=../gnu/bin/toe facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
link path=usr/bin/gtput target=../gnu/bin/tput facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
link path=usr/bin/gtset target=../gnu/bin/tset facet.compat.gnulinks=true
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/gnu/bin/$(MACH64)/ncurses5-config
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
link path=usr/gnu/bin/captoinfo target=tic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file usr/gnu/bin/$(MACH64)/clear path=usr/gnu/bin/clear
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file usr/gnu/bin/$(MACH64)/infocmp path=usr/gnu/bin/infocmp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
link path=usr/gnu/bin/infotocap target=tic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/gnu/bin/ncurses5-config
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
link path=usr/gnu/bin/reset target=tset
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file usr/gnu/bin/$(MACH64)/tic path=usr/gnu/bin/tic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file usr/gnu/bin/$(MACH64)/toe path=usr/gnu/bin/toe
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file usr/gnu/bin/$(MACH64)/tput path=usr/gnu/bin/tput
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file usr/gnu/bin/$(MACH64)/tset path=usr/gnu/bin/tset
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
link path=usr/gnu/lib/$(MACH64)/libform.so target=libform.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
link path=usr/gnu/lib/$(MACH64)/libform.so.5 target=libform.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/gnu/lib/$(MACH64)/libform.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
link path=usr/gnu/lib/$(MACH64)/libmenu.so target=libmenu.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
link path=usr/gnu/lib/$(MACH64)/libmenu.so.5 target=libmenu.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/gnu/lib/$(MACH64)/libmenu.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
link path=usr/gnu/lib/$(MACH64)/libpanel.so target=libpanel.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
link path=usr/gnu/lib/$(MACH64)/libpanel.so.5 target=libpanel.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/gnu/lib/$(MACH64)/libpanel.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
link path=usr/gnu/lib/libform.so target=libform.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
link path=usr/gnu/lib/libform.so.5 target=libform.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/gnu/lib/libform.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
link path=usr/gnu/lib/libmenu.so target=libmenu.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
link path=usr/gnu/lib/libmenu.so.5 target=libmenu.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/gnu/lib/libmenu.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
link path=usr/gnu/lib/libpanel.so target=libpanel.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
link path=usr/gnu/lib/libpanel.so.5 target=libpanel.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/gnu/lib/libpanel.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
link path=usr/gnu/lib/terminfo target=../share/terminfo
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/gnu/share/man/man1/captoinfo.1m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/gnu/share/man/man1/clear.1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/gnu/share/man/man1/infocmp.1m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/gnu/share/man/man1/infotocap.1m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
link path=usr/gnu/share/man/man1/reset.1 target=tset.1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/gnu/share/man/man1/tic.1m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/gnu/share/man/man1/toe.1m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/gnu/share/man/man1/tput.1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/gnu/share/man/man1/tset.1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
link path=usr/gnu/share/man/man3/COLOR_PAIR.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
link path=usr/gnu/share/man/man3/PAIR_NUMBER.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
link path=usr/gnu/share/man/man3/_nc_free_and_exit.3x target=curs_memleaks.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
link path=usr/gnu/share/man/man3/_nc_freeall.3x target=curs_memleaks.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
link path=usr/gnu/share/man/man3/_nc_tracebits.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
link path=usr/gnu/share/man/man3/_traceattr.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
link path=usr/gnu/share/man/man3/_traceattr2.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
link path=usr/gnu/share/man/man3/_tracechar.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
link path=usr/gnu/share/man/man3/_tracechtype.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
link path=usr/gnu/share/man/man3/_tracechtype2.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
link path=usr/gnu/share/man/man3/_tracedump.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
link path=usr/gnu/share/man/man3/_tracef.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
link path=usr/gnu/share/man/man3/_tracemouse.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
link path=usr/gnu/share/man/man3/add_wch.3x target=curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
link path=usr/gnu/share/man/man3/add_wchnstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
link path=usr/gnu/share/man/man3/add_wchstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
link path=usr/gnu/share/man/man3/addch.3x target=curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
link path=usr/gnu/share/man/man3/addchnstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
link path=usr/gnu/share/man/man3/addchstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
link path=usr/gnu/share/man/man3/addnstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
link path=usr/gnu/share/man/man3/addnwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
link path=usr/gnu/share/man/man3/addstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
link path=usr/gnu/share/man/man3/addwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
link path=usr/gnu/share/man/man3/assume_default_colors.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
    target=default_colors.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
link path=usr/gnu/share/man/man3/attr_get.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
link path=usr/gnu/share/man/man3/attr_off.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
link path=usr/gnu/share/man/man3/attr_on.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
link path=usr/gnu/share/man/man3/attr_set.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
link path=usr/gnu/share/man/man3/attroff.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
link path=usr/gnu/share/man/man3/attron.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
link path=usr/gnu/share/man/man3/attrset.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
link path=usr/gnu/share/man/man3/baudrate.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
link path=usr/gnu/share/man/man3/beep.3x target=curs_beep.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
link path=usr/gnu/share/man/man3/bkgd.3x target=curs_bkgd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
link path=usr/gnu/share/man/man3/bkgdset.3x target=curs_bkgd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
link path=usr/gnu/share/man/man3/bkgrnd.3x target=curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
link path=usr/gnu/share/man/man3/bkgrndset.3x target=curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
link path=usr/gnu/share/man/man3/border.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
link path=usr/gnu/share/man/man3/border_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
link path=usr/gnu/share/man/man3/bottom_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
link path=usr/gnu/share/man/man3/box.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
link path=usr/gnu/share/man/man3/box_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
link path=usr/gnu/share/man/man3/can_change_color.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
link path=usr/gnu/share/man/man3/cbreak.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
link path=usr/gnu/share/man/man3/chgat.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
link path=usr/gnu/share/man/man3/clear.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
link path=usr/gnu/share/man/man3/clearok.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
link path=usr/gnu/share/man/man3/clrtobot.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
link path=usr/gnu/share/man/man3/clrtoeol.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
link path=usr/gnu/share/man/man3/color_content.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
link path=usr/gnu/share/man/man3/color_set.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
link path=usr/gnu/share/man/man3/copywin.3x target=curs_overlay.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
link path=usr/gnu/share/man/man3/current_field.3x target=form_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
link path=usr/gnu/share/man/man3/current_item.3x target=mitem_current.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/gnu/share/man/man3/curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/gnu/share/man/man3/curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/gnu/share/man/man3/curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/gnu/share/man/man3/curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/gnu/share/man/man3/curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/gnu/share/man/man3/curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/gnu/share/man/man3/curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/gnu/share/man/man3/curs_beep.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/gnu/share/man/man3/curs_bkgd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
file path=usr/gnu/share/man/man3/curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/gnu/share/man/man3/curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/gnu/share/man/man3/curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/gnu/share/man/man3/curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
file path=usr/gnu/share/man/man3/curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/gnu/share/man/man3/curs_delch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/gnu/share/man/man3/curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/gnu/share/man/man3/curs_extend.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
file path=usr/gnu/share/man/man3/curs_get_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/gnu/share/man/man3/curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/gnu/share/man/man3/curs_getcchar.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/gnu/share/man/man3/curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
file path=usr/gnu/share/man/man3/curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
file path=usr/gnu/share/man/man3/curs_getyx.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
file path=usr/gnu/share/man/man3/curs_in_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
file path=usr/gnu/share/man/man3/curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
file path=usr/gnu/share/man/man3/curs_inch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
file path=usr/gnu/share/man/man3/curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
file path=usr/gnu/share/man/man3/curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
file path=usr/gnu/share/man/man3/curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
file path=usr/gnu/share/man/man3/curs_ins_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
file path=usr/gnu/share/man/man3/curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
file path=usr/gnu/share/man/man3/curs_insch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
file path=usr/gnu/share/man/man3/curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
file path=usr/gnu/share/man/man3/curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
file path=usr/gnu/share/man/man3/curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
file path=usr/gnu/share/man/man3/curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
file path=usr/gnu/share/man/man3/curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
file path=usr/gnu/share/man/man3/curs_memleaks.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
file path=usr/gnu/share/man/man3/curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
file path=usr/gnu/share/man/man3/curs_move.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
file path=usr/gnu/share/man/man3/curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
file path=usr/gnu/share/man/man3/curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
file path=usr/gnu/share/man/man3/curs_overlay.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
file path=usr/gnu/share/man/man3/curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
file path=usr/gnu/share/man/man3/curs_print.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
file path=usr/gnu/share/man/man3/curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
file path=usr/gnu/share/man/man3/curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
file path=usr/gnu/share/man/man3/curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
file path=usr/gnu/share/man/man3/curs_scr_dump.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
file path=usr/gnu/share/man/man3/curs_scroll.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
link path=usr/gnu/share/man/man3/curs_set.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
file path=usr/gnu/share/man/man3/curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
file path=usr/gnu/share/man/man3/curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
file path=usr/gnu/share/man/man3/curs_termcap.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
file path=usr/gnu/share/man/man3/curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
file path=usr/gnu/share/man/man3/curs_threads.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
file path=usr/gnu/share/man/man3/curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
file path=usr/gnu/share/man/man3/curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
file path=usr/gnu/share/man/man3/curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
file path=usr/gnu/share/man/man3/curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
link path=usr/gnu/share/man/man3/curses_version.3x target=curs_extend.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
link path=usr/gnu/share/man/man3/data_ahead.3x target=form_data.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
link path=usr/gnu/share/man/man3/data_behind.3x target=form_data.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
link path=usr/gnu/share/man/man3/def_prog_mode.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
link path=usr/gnu/share/man/man3/def_shell_mode.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
file path=usr/gnu/share/man/man3/default_colors.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
file path=usr/gnu/share/man/man3/define_key.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
link path=usr/gnu/share/man/man3/del_curterm.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
link path=usr/gnu/share/man/man3/del_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
link path=usr/gnu/share/man/man3/delay_output.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
link path=usr/gnu/share/man/man3/delch.3x target=curs_delch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
link path=usr/gnu/share/man/man3/deleteln.3x target=curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
link path=usr/gnu/share/man/man3/delscreen.3x target=curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
link path=usr/gnu/share/man/man3/delwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
link path=usr/gnu/share/man/man3/derwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
link path=usr/gnu/share/man/man3/doupdate.3x target=curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
link path=usr/gnu/share/man/man3/dup_field.3x target=form_field_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
link path=usr/gnu/share/man/man3/dupwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
link path=usr/gnu/share/man/man3/dynamic_field_info.3x target=form_field_info.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
link path=usr/gnu/share/man/man3/echo.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
link path=usr/gnu/share/man/man3/echo_wchar.3x target=curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
link path=usr/gnu/share/man/man3/echochar.3x target=curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228
link path=usr/gnu/share/man/man3/endwin.3x target=curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
link path=usr/gnu/share/man/man3/erase.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
link path=usr/gnu/share/man/man3/erasechar.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
link path=usr/gnu/share/man/man3/erasewchar.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   232
link path=usr/gnu/share/man/man3/field_arg.3x target=form_field_validation.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   233
link path=usr/gnu/share/man/man3/field_back.3x target=form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   234
link path=usr/gnu/share/man/man3/field_buffer.3x target=form_field_buffer.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   235
link path=usr/gnu/share/man/man3/field_count.3x target=form_field.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   236
link path=usr/gnu/share/man/man3/field_fore.3x target=form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   237
link path=usr/gnu/share/man/man3/field_index.3x target=form_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   238
link path=usr/gnu/share/man/man3/field_info.3x target=form_field_info.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   239
link path=usr/gnu/share/man/man3/field_init.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   240
link path=usr/gnu/share/man/man3/field_just.3x target=form_field_just.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   241
link path=usr/gnu/share/man/man3/field_opts.3x target=form_field_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   242
link path=usr/gnu/share/man/man3/field_opts_off.3x target=form_field_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   243
link path=usr/gnu/share/man/man3/field_opts_on.3x target=form_field_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   244
link path=usr/gnu/share/man/man3/field_pad.3x target=form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   245
link path=usr/gnu/share/man/man3/field_status.3x target=form_field_buffer.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   246
link path=usr/gnu/share/man/man3/field_term.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   247
link path=usr/gnu/share/man/man3/field_type.3x target=form_field_validation.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   248
link path=usr/gnu/share/man/man3/field_userptr.3x target=form_field_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   249
link path=usr/gnu/share/man/man3/filter.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   250
link path=usr/gnu/share/man/man3/flash.3x target=curs_beep.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   251
link path=usr/gnu/share/man/man3/flushinp.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   252
file path=usr/gnu/share/man/man3/form.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   253
file path=usr/gnu/share/man/man3/form_cursor.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   254
file path=usr/gnu/share/man/man3/form_data.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   255
file path=usr/gnu/share/man/man3/form_driver.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   256
file path=usr/gnu/share/man/man3/form_field.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   257
file path=usr/gnu/share/man/man3/form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   258
file path=usr/gnu/share/man/man3/form_field_buffer.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   259
file path=usr/gnu/share/man/man3/form_field_info.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   260
file path=usr/gnu/share/man/man3/form_field_just.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   261
file path=usr/gnu/share/man/man3/form_field_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   262
file path=usr/gnu/share/man/man3/form_field_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   263
file path=usr/gnu/share/man/man3/form_field_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   264
file path=usr/gnu/share/man/man3/form_field_validation.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   265
link path=usr/gnu/share/man/man3/form_fields.3x target=form_field.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   266
file path=usr/gnu/share/man/man3/form_fieldtype.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   267
file path=usr/gnu/share/man/man3/form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   268
link path=usr/gnu/share/man/man3/form_init.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   269
file path=usr/gnu/share/man/man3/form_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   270
file path=usr/gnu/share/man/man3/form_new_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   271
file path=usr/gnu/share/man/man3/form_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   272
link path=usr/gnu/share/man/man3/form_opts_off.3x target=form_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   273
link path=usr/gnu/share/man/man3/form_opts_on.3x target=form_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   274
file path=usr/gnu/share/man/man3/form_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   275
file path=usr/gnu/share/man/man3/form_post.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   276
link path=usr/gnu/share/man/man3/form_request_by_name.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   277
    target=form_requestname.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   278
link path=usr/gnu/share/man/man3/form_request_name.3x target=form_requestname.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   279
file path=usr/gnu/share/man/man3/form_requestname.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   280
link path=usr/gnu/share/man/man3/form_sub.3x target=form_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   281
link path=usr/gnu/share/man/man3/form_term.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   282
file path=usr/gnu/share/man/man3/form_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   283
file path=usr/gnu/share/man/man3/form_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   284
link path=usr/gnu/share/man/man3/free_field.3x target=form_field_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   285
link path=usr/gnu/share/man/man3/free_fieldtype.3x target=form_fieldtype.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   286
link path=usr/gnu/share/man/man3/free_form.3x target=form_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   287
link path=usr/gnu/share/man/man3/free_item.3x target=mitem_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   288
link path=usr/gnu/share/man/man3/free_menu.3x target=menu_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   289
link path=usr/gnu/share/man/man3/get_wch.3x target=curs_get_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   290
link path=usr/gnu/share/man/man3/get_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   291
link path=usr/gnu/share/man/man3/getbegx.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   292
link path=usr/gnu/share/man/man3/getbegy.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   293
link path=usr/gnu/share/man/man3/getbegyx.3x target=curs_getyx.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   294
link path=usr/gnu/share/man/man3/getbkgd.3x target=curs_bkgd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   295
link path=usr/gnu/share/man/man3/getbkgrnd.3x target=curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   296
link path=usr/gnu/share/man/man3/getcchar.3x target=curs_getcchar.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   297
link path=usr/gnu/share/man/man3/getch.3x target=curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   298
link path=usr/gnu/share/man/man3/getcurx.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   299
link path=usr/gnu/share/man/man3/getcury.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   300
link path=usr/gnu/share/man/man3/getmaxx.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   301
link path=usr/gnu/share/man/man3/getmaxy.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   302
link path=usr/gnu/share/man/man3/getmaxyx.3x target=curs_getyx.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   303
link path=usr/gnu/share/man/man3/getmouse.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   304
link path=usr/gnu/share/man/man3/getn_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   305
link path=usr/gnu/share/man/man3/getnstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   306
link path=usr/gnu/share/man/man3/getparx.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   307
link path=usr/gnu/share/man/man3/getpary.3x target=curs_legacy.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   308
link path=usr/gnu/share/man/man3/getparyx.3x target=curs_getyx.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   309
link path=usr/gnu/share/man/man3/getstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   310
link path=usr/gnu/share/man/man3/getsyx.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   311
link path=usr/gnu/share/man/man3/getwin.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   312
link path=usr/gnu/share/man/man3/getyx.3x target=curs_getyx.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   313
link path=usr/gnu/share/man/man3/halfdelay.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   314
link path=usr/gnu/share/man/man3/has_colors.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   315
link path=usr/gnu/share/man/man3/has_ic.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   316
link path=usr/gnu/share/man/man3/has_il.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   317
link path=usr/gnu/share/man/man3/has_key.3x target=curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   318
link path=usr/gnu/share/man/man3/hide_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   319
link path=usr/gnu/share/man/man3/hline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   320
link path=usr/gnu/share/man/man3/hline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   321
link path=usr/gnu/share/man/man3/idcok.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   322
link path=usr/gnu/share/man/man3/idlok.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   323
link path=usr/gnu/share/man/man3/immedok.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   324
link path=usr/gnu/share/man/man3/in_wch.3x target=curs_in_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   325
link path=usr/gnu/share/man/man3/in_wchnstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   326
link path=usr/gnu/share/man/man3/in_wchstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   327
link path=usr/gnu/share/man/man3/inch.3x target=curs_inch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   328
link path=usr/gnu/share/man/man3/inchnstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   329
link path=usr/gnu/share/man/man3/inchstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   330
link path=usr/gnu/share/man/man3/init_color.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   331
link path=usr/gnu/share/man/man3/init_pair.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   332
link path=usr/gnu/share/man/man3/initscr.3x target=curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   333
link path=usr/gnu/share/man/man3/innstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   334
link path=usr/gnu/share/man/man3/innwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   335
link path=usr/gnu/share/man/man3/ins_nwstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   336
link path=usr/gnu/share/man/man3/ins_wch.3x target=curs_ins_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   337
link path=usr/gnu/share/man/man3/ins_wstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   338
link path=usr/gnu/share/man/man3/insch.3x target=curs_insch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   339
link path=usr/gnu/share/man/man3/insdelln.3x target=curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   340
link path=usr/gnu/share/man/man3/insertln.3x target=curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   341
link path=usr/gnu/share/man/man3/insnstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   342
link path=usr/gnu/share/man/man3/insstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   343
link path=usr/gnu/share/man/man3/instr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   344
link path=usr/gnu/share/man/man3/intrflush.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   345
link path=usr/gnu/share/man/man3/inwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   346
link path=usr/gnu/share/man/man3/is_cleared.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   347
link path=usr/gnu/share/man/man3/is_idcok.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   348
link path=usr/gnu/share/man/man3/is_idlok.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   349
link path=usr/gnu/share/man/man3/is_immedok.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   350
link path=usr/gnu/share/man/man3/is_keypad.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   351
link path=usr/gnu/share/man/man3/is_leaveok.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   352
link path=usr/gnu/share/man/man3/is_linetouched.3x target=curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   353
link path=usr/gnu/share/man/man3/is_nodelay.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   354
link path=usr/gnu/share/man/man3/is_notimeout.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   355
link path=usr/gnu/share/man/man3/is_scrollok.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   356
link path=usr/gnu/share/man/man3/is_syncok.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   357
link path=usr/gnu/share/man/man3/is_term_resized.3x target=resizeterm.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   358
link path=usr/gnu/share/man/man3/is_timeout.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   359
link path=usr/gnu/share/man/man3/is_wintouched.3x target=curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   360
link path=usr/gnu/share/man/man3/isendwin.3x target=curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   361
link path=usr/gnu/share/man/man3/item_count.3x target=menu_items.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   362
link path=usr/gnu/share/man/man3/item_description.3x target=mitem_name.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   363
link path=usr/gnu/share/man/man3/item_index.3x target=mitem_current.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   364
link path=usr/gnu/share/man/man3/item_init.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   365
link path=usr/gnu/share/man/man3/item_name.3x target=mitem_name.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   366
link path=usr/gnu/share/man/man3/item_opts.3x target=mitem_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   367
link path=usr/gnu/share/man/man3/item_opts_off.3x target=mitem_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   368
link path=usr/gnu/share/man/man3/item_opts_on.3x target=mitem_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   369
link path=usr/gnu/share/man/man3/item_term.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   370
link path=usr/gnu/share/man/man3/item_userptr.3x target=mitem_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   371
link path=usr/gnu/share/man/man3/item_value.3x target=mitem_value.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   372
link path=usr/gnu/share/man/man3/item_visible.3x target=mitem_visible.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   373
file path=usr/gnu/share/man/man3/key_defined.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   374
link path=usr/gnu/share/man/man3/key_name.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   375
file path=usr/gnu/share/man/man3/keybound.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   376
link path=usr/gnu/share/man/man3/keyname.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   377
file path=usr/gnu/share/man/man3/keyok.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   378
link path=usr/gnu/share/man/man3/keypad.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   379
link path=usr/gnu/share/man/man3/killchar.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   380
link path=usr/gnu/share/man/man3/killwchar.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   381
link path=usr/gnu/share/man/man3/leaveok.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   382
file path=usr/gnu/share/man/man3/legacy_coding.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   383
link path=usr/gnu/share/man/man3/link_field.3x target=form_field_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   384
link path=usr/gnu/share/man/man3/link_fieldtype.3x target=form_fieldtype.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   385
link path=usr/gnu/share/man/man3/longname.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   386
link path=usr/gnu/share/man/man3/mcprint.3x target=curs_print.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   387
file path=usr/gnu/share/man/man3/menu.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   388
file path=usr/gnu/share/man/man3/menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   389
link path=usr/gnu/share/man/man3/menu_back.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   390
file path=usr/gnu/share/man/man3/menu_cursor.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   391
file path=usr/gnu/share/man/man3/menu_driver.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   392
link path=usr/gnu/share/man/man3/menu_fore.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   393
file path=usr/gnu/share/man/man3/menu_format.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   394
link path=usr/gnu/share/man/man3/menu_grey.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   395
file path=usr/gnu/share/man/man3/menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   396
link path=usr/gnu/share/man/man3/menu_init.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   397
file path=usr/gnu/share/man/man3/menu_items.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   398
file path=usr/gnu/share/man/man3/menu_mark.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   399
file path=usr/gnu/share/man/man3/menu_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   400
file path=usr/gnu/share/man/man3/menu_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   401
link path=usr/gnu/share/man/man3/menu_opts_off.3x target=menu_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   402
link path=usr/gnu/share/man/man3/menu_opts_on.3x target=menu_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   403
link path=usr/gnu/share/man/man3/menu_pad.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   404
file path=usr/gnu/share/man/man3/menu_pattern.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   405
file path=usr/gnu/share/man/man3/menu_post.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   406
link path=usr/gnu/share/man/man3/menu_request_by_name.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   407
    target=menu_requestname.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   408
link path=usr/gnu/share/man/man3/menu_request_name.3x target=menu_requestname.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   409
file path=usr/gnu/share/man/man3/menu_requestname.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   410
file path=usr/gnu/share/man/man3/menu_spacing.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   411
link path=usr/gnu/share/man/man3/menu_sub.3x target=menu_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   412
link path=usr/gnu/share/man/man3/menu_term.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   413
file path=usr/gnu/share/man/man3/menu_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   414
file path=usr/gnu/share/man/man3/menu_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   415
link path=usr/gnu/share/man/man3/meta.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   416
file path=usr/gnu/share/man/man3/mitem_current.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   417
file path=usr/gnu/share/man/man3/mitem_name.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   418
file path=usr/gnu/share/man/man3/mitem_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   419
file path=usr/gnu/share/man/man3/mitem_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   420
file path=usr/gnu/share/man/man3/mitem_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   421
file path=usr/gnu/share/man/man3/mitem_value.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   422
file path=usr/gnu/share/man/man3/mitem_visible.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   423
link path=usr/gnu/share/man/man3/mouse_trafo.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   424
link path=usr/gnu/share/man/man3/mouseinterval.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   425
link path=usr/gnu/share/man/man3/mousemask.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   426
link path=usr/gnu/share/man/man3/move.3x target=curs_move.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   427
link path=usr/gnu/share/man/man3/move_field.3x target=form_field.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   428
link path=usr/gnu/share/man/man3/move_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   429
link path=usr/gnu/share/man/man3/mvadd_wch.3x target=curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   430
link path=usr/gnu/share/man/man3/mvadd_wchnstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   431
link path=usr/gnu/share/man/man3/mvadd_wchstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   432
link path=usr/gnu/share/man/man3/mvaddch.3x target=curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   433
link path=usr/gnu/share/man/man3/mvaddchnstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   434
link path=usr/gnu/share/man/man3/mvaddchstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   435
link path=usr/gnu/share/man/man3/mvaddnstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   436
link path=usr/gnu/share/man/man3/mvaddnwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   437
link path=usr/gnu/share/man/man3/mvaddstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   438
link path=usr/gnu/share/man/man3/mvaddwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   439
link path=usr/gnu/share/man/man3/mvchgat.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   440
link path=usr/gnu/share/man/man3/mvcur.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   441
link path=usr/gnu/share/man/man3/mvdelch.3x target=curs_delch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   442
link path=usr/gnu/share/man/man3/mvderwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   443
link path=usr/gnu/share/man/man3/mvget_wch.3x target=curs_get_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   444
link path=usr/gnu/share/man/man3/mvget_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   445
link path=usr/gnu/share/man/man3/mvgetch.3x target=curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   446
link path=usr/gnu/share/man/man3/mvgetn_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   447
link path=usr/gnu/share/man/man3/mvgetnstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   448
link path=usr/gnu/share/man/man3/mvgetstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   449
link path=usr/gnu/share/man/man3/mvhline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   450
link path=usr/gnu/share/man/man3/mvhline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   451
link path=usr/gnu/share/man/man3/mvin_wch.3x target=curs_in_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   452
link path=usr/gnu/share/man/man3/mvin_wchnstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   453
link path=usr/gnu/share/man/man3/mvin_wchstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   454
link path=usr/gnu/share/man/man3/mvinch.3x target=curs_inch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   455
link path=usr/gnu/share/man/man3/mvinchnstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   456
link path=usr/gnu/share/man/man3/mvinchstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   457
link path=usr/gnu/share/man/man3/mvinnstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   458
link path=usr/gnu/share/man/man3/mvinnwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   459
link path=usr/gnu/share/man/man3/mvins_nwstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   460
link path=usr/gnu/share/man/man3/mvins_wch.3x target=curs_ins_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   461
link path=usr/gnu/share/man/man3/mvins_wstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   462
link path=usr/gnu/share/man/man3/mvinsch.3x target=curs_insch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   463
link path=usr/gnu/share/man/man3/mvinsnstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   464
link path=usr/gnu/share/man/man3/mvinsstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   465
link path=usr/gnu/share/man/man3/mvinstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   466
link path=usr/gnu/share/man/man3/mvinwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   467
link path=usr/gnu/share/man/man3/mvprintw.3x target=curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   468
link path=usr/gnu/share/man/man3/mvscanw.3x target=curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   469
link path=usr/gnu/share/man/man3/mvvline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   470
link path=usr/gnu/share/man/man3/mvvline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   471
link path=usr/gnu/share/man/man3/mvwadd_wch.3x target=curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   472
link path=usr/gnu/share/man/man3/mvwadd_wchnstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   473
link path=usr/gnu/share/man/man3/mvwadd_wchstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   474
link path=usr/gnu/share/man/man3/mvwaddch.3x target=curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   475
link path=usr/gnu/share/man/man3/mvwaddchnstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   476
link path=usr/gnu/share/man/man3/mvwaddchstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   477
link path=usr/gnu/share/man/man3/mvwaddnstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   478
link path=usr/gnu/share/man/man3/mvwaddnwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   479
link path=usr/gnu/share/man/man3/mvwaddstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   480
link path=usr/gnu/share/man/man3/mvwaddwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   481
link path=usr/gnu/share/man/man3/mvwchgat.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   482
link path=usr/gnu/share/man/man3/mvwdelch.3x target=curs_delch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   483
link path=usr/gnu/share/man/man3/mvwget_wch.3x target=curs_get_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   484
link path=usr/gnu/share/man/man3/mvwget_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   485
link path=usr/gnu/share/man/man3/mvwgetch.3x target=curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   486
link path=usr/gnu/share/man/man3/mvwgetn_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   487
link path=usr/gnu/share/man/man3/mvwgetnstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   488
link path=usr/gnu/share/man/man3/mvwgetstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   489
link path=usr/gnu/share/man/man3/mvwhline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   490
link path=usr/gnu/share/man/man3/mvwhline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   491
link path=usr/gnu/share/man/man3/mvwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   492
link path=usr/gnu/share/man/man3/mvwin_wch.3x target=curs_in_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   493
link path=usr/gnu/share/man/man3/mvwin_wchnstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   494
link path=usr/gnu/share/man/man3/mvwin_wchstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   495
link path=usr/gnu/share/man/man3/mvwinch.3x target=curs_inch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   496
link path=usr/gnu/share/man/man3/mvwinchnstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   497
link path=usr/gnu/share/man/man3/mvwinchstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   498
link path=usr/gnu/share/man/man3/mvwinnstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   499
link path=usr/gnu/share/man/man3/mvwinnwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   500
link path=usr/gnu/share/man/man3/mvwins_nwstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   501
link path=usr/gnu/share/man/man3/mvwins_wch.3x target=curs_ins_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   502
link path=usr/gnu/share/man/man3/mvwins_wstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   503
link path=usr/gnu/share/man/man3/mvwinsch.3x target=curs_insch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   504
link path=usr/gnu/share/man/man3/mvwinsnstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   505
link path=usr/gnu/share/man/man3/mvwinsstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   506
link path=usr/gnu/share/man/man3/mvwinstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   507
link path=usr/gnu/share/man/man3/mvwinwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   508
link path=usr/gnu/share/man/man3/mvwprintw.3x target=curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   509
link path=usr/gnu/share/man/man3/mvwscanw.3x target=curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   510
link path=usr/gnu/share/man/man3/mvwvline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   511
link path=usr/gnu/share/man/man3/mvwvline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   512
link path=usr/gnu/share/man/man3/napms.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   513
file path=usr/gnu/share/man/man3/ncurses.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   514
link path=usr/gnu/share/man/man3/new_field.3x target=form_field_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   515
link path=usr/gnu/share/man/man3/new_fieldtype.3x target=form_fieldtype.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   516
link path=usr/gnu/share/man/man3/new_form.3x target=form_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   517
link path=usr/gnu/share/man/man3/new_item.3x target=mitem_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   518
link path=usr/gnu/share/man/man3/new_menu.3x target=menu_new.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   519
link path=usr/gnu/share/man/man3/new_page.3x target=form_new_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   520
link path=usr/gnu/share/man/man3/new_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   521
link path=usr/gnu/share/man/man3/newpad.3x target=curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   522
link path=usr/gnu/share/man/man3/newterm.3x target=curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   523
link path=usr/gnu/share/man/man3/newwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   524
link path=usr/gnu/share/man/man3/nl.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   525
link path=usr/gnu/share/man/man3/nocbreak.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   526
link path=usr/gnu/share/man/man3/nodelay.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   527
link path=usr/gnu/share/man/man3/noecho.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   528
link path=usr/gnu/share/man/man3/nofilter.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   529
link path=usr/gnu/share/man/man3/nonl.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   530
link path=usr/gnu/share/man/man3/noqiflush.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   531
link path=usr/gnu/share/man/man3/noraw.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   532
link path=usr/gnu/share/man/man3/notimeout.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   533
link path=usr/gnu/share/man/man3/overlay.3x target=curs_overlay.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   534
link path=usr/gnu/share/man/man3/overwrite.3x target=curs_overlay.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   535
link path=usr/gnu/share/man/man3/pair_content.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   536
file path=usr/gnu/share/man/man3/panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   537
link path=usr/gnu/share/man/man3/panel_above.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   538
link path=usr/gnu/share/man/man3/panel_below.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   539
link path=usr/gnu/share/man/man3/panel_hidden.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   540
link path=usr/gnu/share/man/man3/panel_userptr.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   541
link path=usr/gnu/share/man/man3/panel_window.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   542
link path=usr/gnu/share/man/man3/pecho_wchar.3x target=curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   543
link path=usr/gnu/share/man/man3/pechochar.3x target=curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   544
link path=usr/gnu/share/man/man3/pnoutrefresh.3x target=curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   545
link path=usr/gnu/share/man/man3/pos_form_cursor.3x target=form_cursor.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   546
link path=usr/gnu/share/man/man3/pos_menu_cursor.3x target=menu_cursor.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   547
link path=usr/gnu/share/man/man3/post_form.3x target=form_post.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   548
link path=usr/gnu/share/man/man3/post_menu.3x target=menu_post.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   549
link path=usr/gnu/share/man/man3/prefresh.3x target=curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   550
link path=usr/gnu/share/man/man3/printw.3x target=curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   551
link path=usr/gnu/share/man/man3/putp.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   552
link path=usr/gnu/share/man/man3/putwin.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   553
link path=usr/gnu/share/man/man3/qiflush.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   554
link path=usr/gnu/share/man/man3/raw.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   555
link path=usr/gnu/share/man/man3/redrawwin.3x target=curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   556
link path=usr/gnu/share/man/man3/refresh.3x target=curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   557
link path=usr/gnu/share/man/man3/replace_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   558
link path=usr/gnu/share/man/man3/reset_prog_mode.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   559
link path=usr/gnu/share/man/man3/reset_shell_mode.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   560
link path=usr/gnu/share/man/man3/resetty.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   561
link path=usr/gnu/share/man/man3/resize_term.3x target=resizeterm.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   562
file path=usr/gnu/share/man/man3/resizeterm.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   563
link path=usr/gnu/share/man/man3/restartterm.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   564
link path=usr/gnu/share/man/man3/ripoffline.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   565
link path=usr/gnu/share/man/man3/savetty.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   566
link path=usr/gnu/share/man/man3/scale_form.3x target=form_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   567
link path=usr/gnu/share/man/man3/scale_menu.3x target=menu_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   568
link path=usr/gnu/share/man/man3/scanw.3x target=curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   569
link path=usr/gnu/share/man/man3/scr_dump.3x target=curs_scr_dump.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   570
link path=usr/gnu/share/man/man3/scr_init.3x target=curs_scr_dump.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   571
link path=usr/gnu/share/man/man3/scr_restore.3x target=curs_scr_dump.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   572
link path=usr/gnu/share/man/man3/scr_set.3x target=curs_scr_dump.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   573
link path=usr/gnu/share/man/man3/scrl.3x target=curs_scroll.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   574
link path=usr/gnu/share/man/man3/scroll.3x target=curs_scroll.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   575
link path=usr/gnu/share/man/man3/scrollok.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   576
link path=usr/gnu/share/man/man3/set_current_field.3x target=form_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   577
link path=usr/gnu/share/man/man3/set_current_item.3x target=mitem_current.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   578
link path=usr/gnu/share/man/man3/set_curterm.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   579
link path=usr/gnu/share/man/man3/set_escdelay.3x target=curs_threads.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   580
link path=usr/gnu/share/man/man3/set_field_back.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   581
    target=form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   582
link path=usr/gnu/share/man/man3/set_field_buffer.3x target=form_field_buffer.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   583
link path=usr/gnu/share/man/man3/set_field_fore.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   584
    target=form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   585
link path=usr/gnu/share/man/man3/set_field_init.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   586
link path=usr/gnu/share/man/man3/set_field_just.3x target=form_field_just.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   587
link path=usr/gnu/share/man/man3/set_field_opts.3x target=form_field_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   588
link path=usr/gnu/share/man/man3/set_field_pad.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   589
    target=form_field_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   590
link path=usr/gnu/share/man/man3/set_field_status.3x target=form_field_buffer.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   591
link path=usr/gnu/share/man/man3/set_field_term.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   592
link path=usr/gnu/share/man/man3/set_field_type.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   593
    target=form_field_validation.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   594
link path=usr/gnu/share/man/man3/set_field_userptr.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   595
    target=form_field_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   596
link path=usr/gnu/share/man/man3/set_fieldtype_arg.3x target=form_fieldtype.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   597
link path=usr/gnu/share/man/man3/set_fieldtype_choice.3x \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   598
    target=form_fieldtype.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   599
link path=usr/gnu/share/man/man3/set_form_fields.3x target=form_field.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   600
link path=usr/gnu/share/man/man3/set_form_init.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   601
link path=usr/gnu/share/man/man3/set_form_opts.3x target=form_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   602
link path=usr/gnu/share/man/man3/set_form_page.3x target=form_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   603
link path=usr/gnu/share/man/man3/set_form_sub.3x target=form_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   604
link path=usr/gnu/share/man/man3/set_form_term.3x target=form_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   605
link path=usr/gnu/share/man/man3/set_form_userptr.3x target=form_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   606
link path=usr/gnu/share/man/man3/set_form_win.3x target=form_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   607
link path=usr/gnu/share/man/man3/set_item_init.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   608
link path=usr/gnu/share/man/man3/set_item_opts.3x target=mitem_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   609
link path=usr/gnu/share/man/man3/set_item_term.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   610
link path=usr/gnu/share/man/man3/set_item_userptr.3x target=mitem_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   611
link path=usr/gnu/share/man/man3/set_item_value.3x target=mitem_value.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   612
link path=usr/gnu/share/man/man3/set_max_field.3x target=form_field_buffer.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   613
link path=usr/gnu/share/man/man3/set_menu_back.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   614
link path=usr/gnu/share/man/man3/set_menu_fore.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   615
link path=usr/gnu/share/man/man3/set_menu_format.3x target=menu_format.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   616
link path=usr/gnu/share/man/man3/set_menu_grey.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   617
link path=usr/gnu/share/man/man3/set_menu_init.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   618
link path=usr/gnu/share/man/man3/set_menu_items.3x target=menu_items.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   619
link path=usr/gnu/share/man/man3/set_menu_mark.3x target=menu_mark.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   620
link path=usr/gnu/share/man/man3/set_menu_opts.3x target=menu_opts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   621
link path=usr/gnu/share/man/man3/set_menu_pad.3x target=menu_attributes.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   622
link path=usr/gnu/share/man/man3/set_menu_pattern.3x target=menu_pattern.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   623
link path=usr/gnu/share/man/man3/set_menu_spacing.3x target=menu_spacing.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   624
link path=usr/gnu/share/man/man3/set_menu_sub.3x target=menu_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   625
link path=usr/gnu/share/man/man3/set_menu_term.3x target=menu_hook.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   626
link path=usr/gnu/share/man/man3/set_menu_userptr.3x target=menu_userptr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   627
link path=usr/gnu/share/man/man3/set_menu_win.3x target=menu_win.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   628
link path=usr/gnu/share/man/man3/set_new_page.3x target=form_new_page.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   629
link path=usr/gnu/share/man/man3/set_panel_userptr.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   630
link path=usr/gnu/share/man/man3/set_tabsize.3x target=curs_threads.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   631
link path=usr/gnu/share/man/man3/set_term.3x target=curs_initscr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   632
link path=usr/gnu/share/man/man3/set_top_row.3x target=mitem_current.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   633
link path=usr/gnu/share/man/man3/setcchar.3x target=curs_getcchar.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   634
link path=usr/gnu/share/man/man3/setscrreg.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   635
link path=usr/gnu/share/man/man3/setsyx.3x target=curs_kernel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   636
link path=usr/gnu/share/man/man3/setterm.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   637
link path=usr/gnu/share/man/man3/setupterm.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   638
link path=usr/gnu/share/man/man3/show_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   639
link path=usr/gnu/share/man/man3/slk_attr.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   640
link path=usr/gnu/share/man/man3/slk_attr_off.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   641
link path=usr/gnu/share/man/man3/slk_attr_on.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   642
link path=usr/gnu/share/man/man3/slk_attr_set.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   643
link path=usr/gnu/share/man/man3/slk_attroff.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   644
link path=usr/gnu/share/man/man3/slk_attron.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   645
link path=usr/gnu/share/man/man3/slk_attrset.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   646
link path=usr/gnu/share/man/man3/slk_clear.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   647
link path=usr/gnu/share/man/man3/slk_color.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   648
link path=usr/gnu/share/man/man3/slk_init.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   649
link path=usr/gnu/share/man/man3/slk_label.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   650
link path=usr/gnu/share/man/man3/slk_noutrefresh.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   651
link path=usr/gnu/share/man/man3/slk_refresh.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   652
link path=usr/gnu/share/man/man3/slk_restore.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   653
link path=usr/gnu/share/man/man3/slk_set.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   654
link path=usr/gnu/share/man/man3/slk_touch.3x target=curs_slk.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   655
link path=usr/gnu/share/man/man3/standend.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   656
link path=usr/gnu/share/man/man3/standout.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   657
link path=usr/gnu/share/man/man3/start_color.3x target=curs_color.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   658
link path=usr/gnu/share/man/man3/subpad.3x target=curs_pad.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   659
link path=usr/gnu/share/man/man3/subwin.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   660
link path=usr/gnu/share/man/man3/syncok.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   661
link path=usr/gnu/share/man/man3/term_attrs.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   662
link path=usr/gnu/share/man/man3/termattrs.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   663
link path=usr/gnu/share/man/man3/termname.3x target=curs_termattrs.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   664
link path=usr/gnu/share/man/man3/tgetent.3x target=curs_termcap.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   665
link path=usr/gnu/share/man/man3/tgetflag.3x target=curs_termcap.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   666
link path=usr/gnu/share/man/man3/tgetnum.3x target=curs_termcap.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   667
link path=usr/gnu/share/man/man3/tgetstr.3x target=curs_termcap.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   668
link path=usr/gnu/share/man/man3/tgoto.3x target=curs_termcap.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   669
link path=usr/gnu/share/man/man3/tigetflag.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   670
link path=usr/gnu/share/man/man3/tigetnum.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   671
link path=usr/gnu/share/man/man3/tigetstr.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   672
link path=usr/gnu/share/man/man3/timeout.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   673
link path=usr/gnu/share/man/man3/top_panel.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   674
link path=usr/gnu/share/man/man3/top_row.3x target=mitem_current.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   675
link path=usr/gnu/share/man/man3/touchline.3x target=curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   676
link path=usr/gnu/share/man/man3/touchwin.3x target=curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   677
link path=usr/gnu/share/man/man3/tparm.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   678
link path=usr/gnu/share/man/man3/tputs.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   679
link path=usr/gnu/share/man/man3/trace.3x target=curs_trace.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   680
link path=usr/gnu/share/man/man3/typeahead.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   681
link path=usr/gnu/share/man/man3/unctrl.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   682
link path=usr/gnu/share/man/man3/unget_wch.3x target=curs_get_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   683
link path=usr/gnu/share/man/man3/ungetch.3x target=curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   684
link path=usr/gnu/share/man/man3/ungetmouse.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   685
link path=usr/gnu/share/man/man3/unpost_form.3x target=form_post.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   686
link path=usr/gnu/share/man/man3/unpost_menu.3x target=menu_post.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   687
link path=usr/gnu/share/man/man3/untouchwin.3x target=curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   688
link path=usr/gnu/share/man/man3/update_panels.3x target=panel.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   689
link path=usr/gnu/share/man/man3/use_default_colors.3x target=default_colors.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   690
link path=usr/gnu/share/man/man3/use_env.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   691
link path=usr/gnu/share/man/man3/use_extended_names.3x target=curs_extend.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   692
link path=usr/gnu/share/man/man3/use_legacy_coding.3x target=legacy_coding.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   693
link path=usr/gnu/share/man/man3/use_screen.3x target=curs_threads.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   694
link path=usr/gnu/share/man/man3/use_window.3x target=curs_threads.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   695
link path=usr/gnu/share/man/man3/vid_attr.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   696
link path=usr/gnu/share/man/man3/vid_puts.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   697
link path=usr/gnu/share/man/man3/vidattr.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   698
link path=usr/gnu/share/man/man3/vidputs.3x target=curs_terminfo.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   699
link path=usr/gnu/share/man/man3/vline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   700
link path=usr/gnu/share/man/man3/vline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   701
link path=usr/gnu/share/man/man3/vw_printw.3x target=curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   702
link path=usr/gnu/share/man/man3/vw_scanw.3x target=curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   703
link path=usr/gnu/share/man/man3/vwprintw.3x target=curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   704
link path=usr/gnu/share/man/man3/vwscanw.3x target=curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   705
link path=usr/gnu/share/man/man3/wadd_wch.3x target=curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   706
link path=usr/gnu/share/man/man3/wadd_wchnstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   707
link path=usr/gnu/share/man/man3/wadd_wchstr.3x target=curs_add_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   708
link path=usr/gnu/share/man/man3/waddch.3x target=curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   709
link path=usr/gnu/share/man/man3/waddchnstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   710
link path=usr/gnu/share/man/man3/waddchstr.3x target=curs_addchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   711
link path=usr/gnu/share/man/man3/waddnstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   712
link path=usr/gnu/share/man/man3/waddnwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   713
link path=usr/gnu/share/man/man3/waddstr.3x target=curs_addstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   714
link path=usr/gnu/share/man/man3/waddwstr.3x target=curs_addwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   715
link path=usr/gnu/share/man/man3/wattr_get.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   716
link path=usr/gnu/share/man/man3/wattr_off.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   717
link path=usr/gnu/share/man/man3/wattr_on.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   718
link path=usr/gnu/share/man/man3/wattr_set.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   719
link path=usr/gnu/share/man/man3/wattroff.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   720
link path=usr/gnu/share/man/man3/wattron.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   721
link path=usr/gnu/share/man/man3/wattrset.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   722
link path=usr/gnu/share/man/man3/wbkgd.3x target=curs_bkgd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   723
link path=usr/gnu/share/man/man3/wbkgdset.3x target=curs_bkgd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   724
link path=usr/gnu/share/man/man3/wbkgrnd.3x target=curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   725
link path=usr/gnu/share/man/man3/wbkgrndset.3x target=curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   726
link path=usr/gnu/share/man/man3/wborder.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   727
link path=usr/gnu/share/man/man3/wborder_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   728
link path=usr/gnu/share/man/man3/wchgat.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   729
link path=usr/gnu/share/man/man3/wclear.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   730
link path=usr/gnu/share/man/man3/wclrtobot.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   731
link path=usr/gnu/share/man/man3/wclrtoeol.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   732
link path=usr/gnu/share/man/man3/wcolor_set.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   733
link path=usr/gnu/share/man/man3/wcursyncup.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   734
link path=usr/gnu/share/man/man3/wdelch.3x target=curs_delch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   735
link path=usr/gnu/share/man/man3/wdeleteln.3x target=curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   736
link path=usr/gnu/share/man/man3/wecho_wchar.3x target=curs_add_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   737
link path=usr/gnu/share/man/man3/wechochar.3x target=curs_addch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   738
link path=usr/gnu/share/man/man3/wenclose.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   739
link path=usr/gnu/share/man/man3/werase.3x target=curs_clear.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   740
link path=usr/gnu/share/man/man3/wget_wch.3x target=curs_get_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   741
link path=usr/gnu/share/man/man3/wget_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   742
link path=usr/gnu/share/man/man3/wgetbkgrnd.3x target=curs_bkgrnd.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   743
link path=usr/gnu/share/man/man3/wgetch.3x target=curs_getch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   744
link path=usr/gnu/share/man/man3/wgetn_wstr.3x target=curs_get_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   745
link path=usr/gnu/share/man/man3/wgetnstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   746
link path=usr/gnu/share/man/man3/wgetparent.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   747
link path=usr/gnu/share/man/man3/wgetscrreg.3x target=curs_opaque.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   748
link path=usr/gnu/share/man/man3/wgetstr.3x target=curs_getstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   749
link path=usr/gnu/share/man/man3/whline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   750
link path=usr/gnu/share/man/man3/whline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   751
link path=usr/gnu/share/man/man3/win_wch.3x target=curs_in_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   752
link path=usr/gnu/share/man/man3/win_wchnstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   753
link path=usr/gnu/share/man/man3/win_wchstr.3x target=curs_in_wchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   754
link path=usr/gnu/share/man/man3/winch.3x target=curs_inch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   755
link path=usr/gnu/share/man/man3/winchnstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   756
link path=usr/gnu/share/man/man3/winchstr.3x target=curs_inchstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   757
link path=usr/gnu/share/man/man3/winnstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   758
link path=usr/gnu/share/man/man3/winnwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   759
link path=usr/gnu/share/man/man3/wins_nwstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   760
link path=usr/gnu/share/man/man3/wins_wch.3x target=curs_ins_wch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   761
link path=usr/gnu/share/man/man3/wins_wstr.3x target=curs_ins_wstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   762
link path=usr/gnu/share/man/man3/winsch.3x target=curs_insch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   763
link path=usr/gnu/share/man/man3/winsdelln.3x target=curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   764
link path=usr/gnu/share/man/man3/winsertln.3x target=curs_deleteln.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   765
link path=usr/gnu/share/man/man3/winsnstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   766
link path=usr/gnu/share/man/man3/winsstr.3x target=curs_insstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   767
link path=usr/gnu/share/man/man3/winstr.3x target=curs_instr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   768
link path=usr/gnu/share/man/man3/winwstr.3x target=curs_inwstr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   769
link path=usr/gnu/share/man/man3/wmouse_trafo.3x target=curs_mouse.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   770
link path=usr/gnu/share/man/man3/wmove.3x target=curs_move.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   771
link path=usr/gnu/share/man/man3/wnoutrefresh.3x target=curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   772
link path=usr/gnu/share/man/man3/wprintw.3x target=curs_printw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   773
link path=usr/gnu/share/man/man3/wredrawln.3x target=curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   774
link path=usr/gnu/share/man/man3/wrefresh.3x target=curs_refresh.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   775
file path=usr/gnu/share/man/man3/wresize.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   776
link path=usr/gnu/share/man/man3/wscanw.3x target=curs_scanw.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   777
link path=usr/gnu/share/man/man3/wscrl.3x target=curs_scroll.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   778
link path=usr/gnu/share/man/man3/wsetscrreg.3x target=curs_outopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   779
link path=usr/gnu/share/man/man3/wstandend.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   780
link path=usr/gnu/share/man/man3/wstandout.3x target=curs_attr.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   781
link path=usr/gnu/share/man/man3/wsyncdown.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   782
link path=usr/gnu/share/man/man3/wsyncup.3x target=curs_window.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   783
link path=usr/gnu/share/man/man3/wtimeout.3x target=curs_inopts.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   784
link path=usr/gnu/share/man/man3/wtouchln.3x target=curs_touch.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   785
link path=usr/gnu/share/man/man3/wunctrl.3x target=curs_util.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   786
link path=usr/gnu/share/man/man3/wvline.3x target=curs_border.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   787
link path=usr/gnu/share/man/man3/wvline_set.3x target=curs_border_set.3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   788
file path=usr/gnu/share/man/man5/term.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   789
file path=usr/gnu/share/man/man5/terminfo.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   790
file path=usr/gnu/share/man/man7/term.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   791
file path=usr/gnu/share/tabset/std
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   792
file path=usr/gnu/share/tabset/stdcrt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   793
file path=usr/gnu/share/tabset/vt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   794
file path=usr/gnu/share/tabset/vt300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   795
file path=usr/gnu/share/terminfo/1/1178
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   796
file path=usr/gnu/share/terminfo/1/1730-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   797
file path=usr/gnu/share/terminfo/2/2621
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   798
file path=usr/gnu/share/terminfo/2/2621-wl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   799
file path=usr/gnu/share/terminfo/2/2621A
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   800
file path=usr/gnu/share/terminfo/2/2621a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   801
file path=usr/gnu/share/terminfo/3/386at
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   802
file path=usr/gnu/share/terminfo/3/3b1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   803
file path=usr/gnu/share/terminfo/4/4025ex
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   804
file path=usr/gnu/share/terminfo/4/4027ex
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   805
file path=usr/gnu/share/terminfo/4/4410-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   806
file path=usr/gnu/share/terminfo/5/5051
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   807
file path=usr/gnu/share/terminfo/5/5410-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   808
file path=usr/gnu/share/terminfo/5/5620
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   809
file path=usr/gnu/share/terminfo/5/5630-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   810
file path=usr/gnu/share/terminfo/5/5630DMD-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   811
file path=usr/gnu/share/terminfo/6/6053
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   812
file path=usr/gnu/share/terminfo/6/6053-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   813
file path=usr/gnu/share/terminfo/6/605x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   814
file path=usr/gnu/share/terminfo/6/605x-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   815
file path=usr/gnu/share/terminfo/6/630-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   816
file path=usr/gnu/share/terminfo/6/630MTG-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   817
file path=usr/gnu/share/terminfo/7/730MTG-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   818
file path=usr/gnu/share/terminfo/7/730MTG-41
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   819
file path=usr/gnu/share/terminfo/7/730MTG-41r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   820
file path=usr/gnu/share/terminfo/7/730MTGr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   821
file path=usr/gnu/share/terminfo/7/730MTGr-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   822
file path=usr/gnu/share/terminfo/8/8510
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   823
file path=usr/gnu/share/terminfo/9/955-hb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   824
file path=usr/gnu/share/terminfo/9/955-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   825
file path=usr/gnu/share/terminfo/9/9term
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   826
file path=usr/gnu/share/terminfo/A/Apple_Terminal
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   827
file path=usr/gnu/share/terminfo/E/Eterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   828
file path=usr/gnu/share/terminfo/E/Eterm-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   829
file path=usr/gnu/share/terminfo/E/Eterm-88color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   830
file path=usr/gnu/share/terminfo/E/Eterm-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   831
file path=usr/gnu/share/terminfo/L/LFT-PC850
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   832
file path=usr/gnu/share/terminfo/M/MtxOrb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   833
file path=usr/gnu/share/terminfo/M/MtxOrb162
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   834
file path=usr/gnu/share/terminfo/M/MtxOrb204
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   835
file path=usr/gnu/share/terminfo/N/NCR260VT300WPP
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   836
file path=usr/gnu/share/terminfo/N/NCRVT100WPP
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   837
file path=usr/gnu/share/terminfo/P/P12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   838
file path=usr/gnu/share/terminfo/P/P12-M
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   839
file path=usr/gnu/share/terminfo/P/P12-M-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   840
file path=usr/gnu/share/terminfo/P/P12-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   841
file path=usr/gnu/share/terminfo/P/P14
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   842
file path=usr/gnu/share/terminfo/P/P14-M
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   843
file path=usr/gnu/share/terminfo/P/P14-M-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   844
file path=usr/gnu/share/terminfo/P/P14-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   845
file path=usr/gnu/share/terminfo/P/P4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   846
file path=usr/gnu/share/terminfo/P/P5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   847
file path=usr/gnu/share/terminfo/P/P7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   848
file path=usr/gnu/share/terminfo/P/P8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   849
file path=usr/gnu/share/terminfo/P/P8-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   850
file path=usr/gnu/share/terminfo/P/P9
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   851
file path=usr/gnu/share/terminfo/P/P9-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   852
file path=usr/gnu/share/terminfo/P/P9-8-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   853
file path=usr/gnu/share/terminfo/P/P9-W
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   854
file path=usr/gnu/share/terminfo/Q/Q306-8-pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   855
file path=usr/gnu/share/terminfo/Q/Q310-vip-H
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   856
file path=usr/gnu/share/terminfo/Q/Q310-vip-H-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   857
file path=usr/gnu/share/terminfo/Q/Q310-vip-Hw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   858
file path=usr/gnu/share/terminfo/Q/Q310-vip-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   859
file path=usr/gnu/share/terminfo/Q/Q310-vip-w-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   860
file path=usr/gnu/share/terminfo/X/X-hpterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   861
file path=usr/gnu/share/terminfo/a/a210
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   862
file path=usr/gnu/share/terminfo/a/a80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   863
file path=usr/gnu/share/terminfo/a/a980
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   864
file path=usr/gnu/share/terminfo/a/aa4080
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   865
file path=usr/gnu/share/terminfo/a/aaa
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   866
file path=usr/gnu/share/terminfo/a/aaa+dec
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   867
file path=usr/gnu/share/terminfo/a/aaa+rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   868
file path=usr/gnu/share/terminfo/a/aaa+unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   869
file path=usr/gnu/share/terminfo/a/aaa-18
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   870
file path=usr/gnu/share/terminfo/a/aaa-18-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   871
file path=usr/gnu/share/terminfo/a/aaa-20
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   872
file path=usr/gnu/share/terminfo/a/aaa-22
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   873
file path=usr/gnu/share/terminfo/a/aaa-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   874
file path=usr/gnu/share/terminfo/a/aaa-24-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   875
file path=usr/gnu/share/terminfo/a/aaa-26
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   876
file path=usr/gnu/share/terminfo/a/aaa-28
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   877
file path=usr/gnu/share/terminfo/a/aaa-30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   878
file path=usr/gnu/share/terminfo/a/aaa-30-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   879
file path=usr/gnu/share/terminfo/a/aaa-30-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   880
file path=usr/gnu/share/terminfo/a/aaa-30-rv-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   881
file path=usr/gnu/share/terminfo/a/aaa-30-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   882
file path=usr/gnu/share/terminfo/a/aaa-30-s-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   883
file path=usr/gnu/share/terminfo/a/aaa-30-s-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   884
file path=usr/gnu/share/terminfo/a/aaa-30-s-rv-ct
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   885
file path=usr/gnu/share/terminfo/a/aaa-36
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   886
file path=usr/gnu/share/terminfo/a/aaa-36-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   887
file path=usr/gnu/share/terminfo/a/aaa-40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   888
file path=usr/gnu/share/terminfo/a/aaa-40-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   889
file path=usr/gnu/share/terminfo/a/aaa-48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   890
file path=usr/gnu/share/terminfo/a/aaa-48-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   891
file path=usr/gnu/share/terminfo/a/aaa-60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   892
file path=usr/gnu/share/terminfo/a/aaa-60-dec-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   893
file path=usr/gnu/share/terminfo/a/aaa-60-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   894
file path=usr/gnu/share/terminfo/a/aaa-60-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   895
file path=usr/gnu/share/terminfo/a/aaa-60-s-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   896
file path=usr/gnu/share/terminfo/a/aaa-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   897
file path=usr/gnu/share/terminfo/a/aaa-db
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   898
file path=usr/gnu/share/terminfo/a/aaa-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   899
file path=usr/gnu/share/terminfo/a/aaa-rv-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   900
file path=usr/gnu/share/terminfo/a/aaa-rv-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   901
file path=usr/gnu/share/terminfo/a/aaa-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   902
file path=usr/gnu/share/terminfo/a/aaa-s-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   903
file path=usr/gnu/share/terminfo/a/aaa-s-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   904
file path=usr/gnu/share/terminfo/a/aaa-s-rv-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   905
file path=usr/gnu/share/terminfo/a/aaa-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   906
file path=usr/gnu/share/terminfo/a/aas1901
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   907
file path=usr/gnu/share/terminfo/a/abm80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   908
file path=usr/gnu/share/terminfo/a/abm85
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   909
file path=usr/gnu/share/terminfo/a/abm85e
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   910
file path=usr/gnu/share/terminfo/a/abm85h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   911
file path=usr/gnu/share/terminfo/a/abm85h-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   912
file path=usr/gnu/share/terminfo/a/act4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   913
file path=usr/gnu/share/terminfo/a/act5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   914
file path=usr/gnu/share/terminfo/a/addrinfo
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   915
file path=usr/gnu/share/terminfo/a/adds980
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   916
file path=usr/gnu/share/terminfo/a/addsviewpoint
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   917
file path=usr/gnu/share/terminfo/a/addsvp60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   918
file path=usr/gnu/share/terminfo/a/adm+sgr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   919
file path=usr/gnu/share/terminfo/a/adm1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   920
file path=usr/gnu/share/terminfo/a/adm11
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   921
file path=usr/gnu/share/terminfo/a/adm1178
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   922
file path=usr/gnu/share/terminfo/a/adm12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   923
file path=usr/gnu/share/terminfo/a/adm1a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   924
file path=usr/gnu/share/terminfo/a/adm2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   925
file path=usr/gnu/share/terminfo/a/adm20
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   926
file path=usr/gnu/share/terminfo/a/adm21
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   927
file path=usr/gnu/share/terminfo/a/adm22
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   928
file path=usr/gnu/share/terminfo/a/adm3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   929
file path=usr/gnu/share/terminfo/a/adm31
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   930
file path=usr/gnu/share/terminfo/a/adm31-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   931
file path=usr/gnu/share/terminfo/a/adm36
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   932
file path=usr/gnu/share/terminfo/a/adm3a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   933
file path=usr/gnu/share/terminfo/a/adm3a+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   934
file path=usr/gnu/share/terminfo/a/adm42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   935
file path=usr/gnu/share/terminfo/a/adm42-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   936
file path=usr/gnu/share/terminfo/a/adm5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   937
file path=usr/gnu/share/terminfo/a/aepro
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   938
file path=usr/gnu/share/terminfo/a/aixterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   939
file path=usr/gnu/share/terminfo/a/aixterm-16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   940
file path=usr/gnu/share/terminfo/a/aixterm-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   941
file path=usr/gnu/share/terminfo/a/aixterm-m-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   942
file path=usr/gnu/share/terminfo/a/aj
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   943
file path=usr/gnu/share/terminfo/a/aj510
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   944
file path=usr/gnu/share/terminfo/a/aj830
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   945
file path=usr/gnu/share/terminfo/a/aj832
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   946
file path=usr/gnu/share/terminfo/a/alt2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   947
file path=usr/gnu/share/terminfo/a/alt3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   948
file path=usr/gnu/share/terminfo/a/alt4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   949
file path=usr/gnu/share/terminfo/a/alt5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   950
file path=usr/gnu/share/terminfo/a/alt7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   951
file path=usr/gnu/share/terminfo/a/alt7pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   952
file path=usr/gnu/share/terminfo/a/alto-h19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   953
file path=usr/gnu/share/terminfo/a/alto-heath
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   954
file path=usr/gnu/share/terminfo/a/altoh19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   955
file path=usr/gnu/share/terminfo/a/altoheath
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   956
file path=usr/gnu/share/terminfo/a/altos-2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   957
file path=usr/gnu/share/terminfo/a/altos-3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   958
file path=usr/gnu/share/terminfo/a/altos-4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   959
file path=usr/gnu/share/terminfo/a/altos-5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   960
file path=usr/gnu/share/terminfo/a/altos2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   961
file path=usr/gnu/share/terminfo/a/altos3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   962
file path=usr/gnu/share/terminfo/a/altos4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   963
file path=usr/gnu/share/terminfo/a/altos5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   964
file path=usr/gnu/share/terminfo/a/altos7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   965
file path=usr/gnu/share/terminfo/a/altos7pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   966
file path=usr/gnu/share/terminfo/a/ambas
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   967
file path=usr/gnu/share/terminfo/a/ambassador
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   968
file path=usr/gnu/share/terminfo/a/amiga
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   969
file path=usr/gnu/share/terminfo/a/amiga-8bit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   970
file path=usr/gnu/share/terminfo/a/amiga-h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   971
file path=usr/gnu/share/terminfo/a/amiga-vnc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   972
file path=usr/gnu/share/terminfo/a/amp219
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   973
file path=usr/gnu/share/terminfo/a/amp219w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   974
file path=usr/gnu/share/terminfo/a/ampex-219
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   975
file path=usr/gnu/share/terminfo/a/ampex-219w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   976
file path=usr/gnu/share/terminfo/a/ampex-232
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   977
file path=usr/gnu/share/terminfo/a/ampex175
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   978
file path=usr/gnu/share/terminfo/a/ampex175-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   979
file path=usr/gnu/share/terminfo/a/ampex210
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   980
file path=usr/gnu/share/terminfo/a/ampex219
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   981
file path=usr/gnu/share/terminfo/a/ampex219w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   982
file path=usr/gnu/share/terminfo/a/ampex232
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   983
file path=usr/gnu/share/terminfo/a/ampex232w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   984
file path=usr/gnu/share/terminfo/a/ampex80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   985
file path=usr/gnu/share/terminfo/a/annarbor4080
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   986
file path=usr/gnu/share/terminfo/a/ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   987
file path=usr/gnu/share/terminfo/a/ansi+arrows
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   988
file path=usr/gnu/share/terminfo/a/ansi+csr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   989
file path=usr/gnu/share/terminfo/a/ansi+cup
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   990
file path=usr/gnu/share/terminfo/a/ansi+enq
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   991
file path=usr/gnu/share/terminfo/a/ansi+erase
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   992
file path=usr/gnu/share/terminfo/a/ansi+idc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   993
file path=usr/gnu/share/terminfo/a/ansi+idl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   994
file path=usr/gnu/share/terminfo/a/ansi+idl1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   995
file path=usr/gnu/share/terminfo/a/ansi+inittabs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   996
file path=usr/gnu/share/terminfo/a/ansi+local
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   997
file path=usr/gnu/share/terminfo/a/ansi+local1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   998
file path=usr/gnu/share/terminfo/a/ansi+pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   999
file path=usr/gnu/share/terminfo/a/ansi+rca
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1000
file path=usr/gnu/share/terminfo/a/ansi+rep
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1001
file path=usr/gnu/share/terminfo/a/ansi+sgr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1002
file path=usr/gnu/share/terminfo/a/ansi+sgrbold
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1003
file path=usr/gnu/share/terminfo/a/ansi+sgrdim
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1004
file path=usr/gnu/share/terminfo/a/ansi+sgrso
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1005
file path=usr/gnu/share/terminfo/a/ansi+sgrul
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1006
file path=usr/gnu/share/terminfo/a/ansi+tabs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1007
file path=usr/gnu/share/terminfo/a/ansi-color-2-emx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1008
file path=usr/gnu/share/terminfo/a/ansi-color-3-emx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1009
file path=usr/gnu/share/terminfo/a/ansi-emx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1010
file path=usr/gnu/share/terminfo/a/ansi-generic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1011
file path=usr/gnu/share/terminfo/a/ansi-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1012
file path=usr/gnu/share/terminfo/a/ansi-mini
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1013
file path=usr/gnu/share/terminfo/a/ansi-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1014
file path=usr/gnu/share/terminfo/a/ansi-mr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1015
file path=usr/gnu/share/terminfo/a/ansi-mtabs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1016
file path=usr/gnu/share/terminfo/a/ansi-nt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1017
file path=usr/gnu/share/terminfo/a/ansi.sys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1018
file path=usr/gnu/share/terminfo/a/ansi.sys-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1019
file path=usr/gnu/share/terminfo/a/ansi.sysk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1020
file path=usr/gnu/share/terminfo/a/ansi43m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1021
file path=usr/gnu/share/terminfo/a/ansi77
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1022
file path=usr/gnu/share/terminfo/a/ansi80x25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1023
file path=usr/gnu/share/terminfo/a/ansi80x25-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1024
file path=usr/gnu/share/terminfo/a/ansi80x25-raw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1025
file path=usr/gnu/share/terminfo/a/ansi80x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1026
file path=usr/gnu/share/terminfo/a/ansi80x30-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1027
file path=usr/gnu/share/terminfo/a/ansi80x43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1028
file path=usr/gnu/share/terminfo/a/ansi80x43-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1029
file path=usr/gnu/share/terminfo/a/ansi80x50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1030
file path=usr/gnu/share/terminfo/a/ansi80x50-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1031
file path=usr/gnu/share/terminfo/a/ansi80x60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1032
file path=usr/gnu/share/terminfo/a/ansi80x60-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1033
file path=usr/gnu/share/terminfo/a/ansil
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1034
file path=usr/gnu/share/terminfo/a/ansil-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1035
file path=usr/gnu/share/terminfo/a/ansis
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1036
file path=usr/gnu/share/terminfo/a/ansis-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1037
file path=usr/gnu/share/terminfo/a/ansisysk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1038
file path=usr/gnu/share/terminfo/a/ansiw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1039
file path=usr/gnu/share/terminfo/a/ap-vm80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1040
file path=usr/gnu/share/terminfo/a/apl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1041
file path=usr/gnu/share/terminfo/a/apollo
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1042
file path=usr/gnu/share/terminfo/a/apollo_15P
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1043
file path=usr/gnu/share/terminfo/a/apollo_19L
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1044
file path=usr/gnu/share/terminfo/a/apollo_color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1045
file path=usr/gnu/share/terminfo/a/apple-80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1046
file path=usr/gnu/share/terminfo/a/apple-ae
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1047
file path=usr/gnu/share/terminfo/a/apple-soroc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1048
file path=usr/gnu/share/terminfo/a/apple-uterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1049
file path=usr/gnu/share/terminfo/a/apple-uterm-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1050
file path=usr/gnu/share/terminfo/a/apple-videx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1051
file path=usr/gnu/share/terminfo/a/apple-videx2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1052
file path=usr/gnu/share/terminfo/a/apple-videx3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1053
file path=usr/gnu/share/terminfo/a/apple-vm80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1054
file path=usr/gnu/share/terminfo/a/apple2e
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1055
file path=usr/gnu/share/terminfo/a/apple2e-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1056
file path=usr/gnu/share/terminfo/a/apple80p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1057
file path=usr/gnu/share/terminfo/a/appleII
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1058
file path=usr/gnu/share/terminfo/a/appleIIc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1059
file path=usr/gnu/share/terminfo/a/appleIIe
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1060
file path=usr/gnu/share/terminfo/a/appleIIgs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1061
file path=usr/gnu/share/terminfo/a/arm100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1062
file path=usr/gnu/share/terminfo/a/arm100-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1063
file path=usr/gnu/share/terminfo/a/arm100-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1064
file path=usr/gnu/share/terminfo/a/arm100-wam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1065
file path=usr/gnu/share/terminfo/a/at386
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1066
file path=usr/gnu/share/terminfo/a/atari
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1067
file path=usr/gnu/share/terminfo/a/aterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1068
file path=usr/gnu/share/terminfo/a/att2300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1069
file path=usr/gnu/share/terminfo/a/att2350
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1070
file path=usr/gnu/share/terminfo/a/att4410
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1071
file path=usr/gnu/share/terminfo/a/att4410-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1072
file path=usr/gnu/share/terminfo/a/att4410v1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1073
file path=usr/gnu/share/terminfo/a/att4410v1-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1074
file path=usr/gnu/share/terminfo/a/att4415
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1075
file path=usr/gnu/share/terminfo/a/att4415+nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1076
file path=usr/gnu/share/terminfo/a/att4415-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1077
file path=usr/gnu/share/terminfo/a/att4415-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1078
file path=usr/gnu/share/terminfo/a/att4415-rv-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1079
file path=usr/gnu/share/terminfo/a/att4415-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1080
file path=usr/gnu/share/terminfo/a/att4415-w-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1081
file path=usr/gnu/share/terminfo/a/att4415-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1082
file path=usr/gnu/share/terminfo/a/att4415-w-rv-n
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1083
file path=usr/gnu/share/terminfo/a/att4418
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1084
file path=usr/gnu/share/terminfo/a/att4418-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1085
file path=usr/gnu/share/terminfo/a/att4420
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1086
file path=usr/gnu/share/terminfo/a/att4424
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1087
file path=usr/gnu/share/terminfo/a/att4424-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1088
file path=usr/gnu/share/terminfo/a/att4424m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1089
file path=usr/gnu/share/terminfo/a/att4425
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1090
file path=usr/gnu/share/terminfo/a/att4425-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1091
file path=usr/gnu/share/terminfo/a/att4425-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1092
file path=usr/gnu/share/terminfo/a/att4426
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1093
file path=usr/gnu/share/terminfo/a/att500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1094
file path=usr/gnu/share/terminfo/a/att505
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1095
file path=usr/gnu/share/terminfo/a/att505-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1096
file path=usr/gnu/share/terminfo/a/att510a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1097
file path=usr/gnu/share/terminfo/a/att510d
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1098
file path=usr/gnu/share/terminfo/a/att513
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1099
file path=usr/gnu/share/terminfo/a/att5310
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1100
file path=usr/gnu/share/terminfo/a/att5320
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1101
file path=usr/gnu/share/terminfo/a/att5410
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1102
file path=usr/gnu/share/terminfo/a/att5410-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1103
file path=usr/gnu/share/terminfo/a/att5410v1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1104
file path=usr/gnu/share/terminfo/a/att5410v1-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1105
file path=usr/gnu/share/terminfo/a/att5418
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1106
file path=usr/gnu/share/terminfo/a/att5418-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1107
file path=usr/gnu/share/terminfo/a/att5420
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1108
file path=usr/gnu/share/terminfo/a/att5420+nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1109
file path=usr/gnu/share/terminfo/a/att5420-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1110
file path=usr/gnu/share/terminfo/a/att5420-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1111
file path=usr/gnu/share/terminfo/a/att5420-rv-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1112
file path=usr/gnu/share/terminfo/a/att5420-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1113
file path=usr/gnu/share/terminfo/a/att5420-w-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1114
file path=usr/gnu/share/terminfo/a/att5420-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1115
file path=usr/gnu/share/terminfo/a/att5420-w-rv-n
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1116
file path=usr/gnu/share/terminfo/a/att5420_2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1117
file path=usr/gnu/share/terminfo/a/att5420_2-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1118
file path=usr/gnu/share/terminfo/a/att5425
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1119
file path=usr/gnu/share/terminfo/a/att5425-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1120
file path=usr/gnu/share/terminfo/a/att5425-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1121
file path=usr/gnu/share/terminfo/a/att5430
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1122
file path=usr/gnu/share/terminfo/a/att5620
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1123
file path=usr/gnu/share/terminfo/a/att5620-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1124
file path=usr/gnu/share/terminfo/a/att5620-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1125
file path=usr/gnu/share/terminfo/a/att5620-34
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1126
file path=usr/gnu/share/terminfo/a/att5620-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1127
file path=usr/gnu/share/terminfo/a/att605
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1128
file path=usr/gnu/share/terminfo/a/att605-pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1129
file path=usr/gnu/share/terminfo/a/att605-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1130
file path=usr/gnu/share/terminfo/a/att610
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1131
file path=usr/gnu/share/terminfo/a/att610-103k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1132
file path=usr/gnu/share/terminfo/a/att610-103k-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1133
file path=usr/gnu/share/terminfo/a/att610-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1134
file path=usr/gnu/share/terminfo/a/att615
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1135
file path=usr/gnu/share/terminfo/a/att615-103k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1136
file path=usr/gnu/share/terminfo/a/att615-103k-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1137
file path=usr/gnu/share/terminfo/a/att615-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1138
file path=usr/gnu/share/terminfo/a/att620
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1139
file path=usr/gnu/share/terminfo/a/att620-103k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1140
file path=usr/gnu/share/terminfo/a/att620-103k-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1141
file path=usr/gnu/share/terminfo/a/att620-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1142
file path=usr/gnu/share/terminfo/a/att630
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1143
file path=usr/gnu/share/terminfo/a/att630-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1144
file path=usr/gnu/share/terminfo/a/att6386
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1145
file path=usr/gnu/share/terminfo/a/att700
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1146
file path=usr/gnu/share/terminfo/a/att730
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1147
file path=usr/gnu/share/terminfo/a/att730-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1148
file path=usr/gnu/share/terminfo/a/att730-41
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1149
file path=usr/gnu/share/terminfo/a/att7300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1150
file path=usr/gnu/share/terminfo/a/att730r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1151
file path=usr/gnu/share/terminfo/a/att730r-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1152
file path=usr/gnu/share/terminfo/a/att730r-41
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1153
file path=usr/gnu/share/terminfo/a/avatar
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1154
file path=usr/gnu/share/terminfo/a/avatar0
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1155
file path=usr/gnu/share/terminfo/a/avatar0+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1156
file path=usr/gnu/share/terminfo/a/avatar1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1157
file path=usr/gnu/share/terminfo/a/avt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1158
file path=usr/gnu/share/terminfo/a/avt+s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1159
file path=usr/gnu/share/terminfo/a/avt-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1160
file path=usr/gnu/share/terminfo/a/avt-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1161
file path=usr/gnu/share/terminfo/a/avt-rv-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1162
file path=usr/gnu/share/terminfo/a/avt-rv-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1163
file path=usr/gnu/share/terminfo/a/avt-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1164
file path=usr/gnu/share/terminfo/a/avt-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1165
file path=usr/gnu/share/terminfo/a/avt-w-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1166
file path=usr/gnu/share/terminfo/a/avt-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1167
file path=usr/gnu/share/terminfo/a/avt-w-rv-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1168
file path=usr/gnu/share/terminfo/a/avt-w-rv-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1169
file path=usr/gnu/share/terminfo/a/avt-w-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1170
file path=usr/gnu/share/terminfo/a/aws
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1171
file path=usr/gnu/share/terminfo/a/awsc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1172
file path=usr/gnu/share/terminfo/b/b-128
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1173
file path=usr/gnu/share/terminfo/b/bantam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1174
file path=usr/gnu/share/terminfo/b/basic4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1175
file path=usr/gnu/share/terminfo/b/basis
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1176
file path=usr/gnu/share/terminfo/b/bct510a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1177
file path=usr/gnu/share/terminfo/b/bct510d
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1178
file path=usr/gnu/share/terminfo/b/beacon
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1179
file path=usr/gnu/share/terminfo/b/bee
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1180
file path=usr/gnu/share/terminfo/b/beehive
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1181
file path=usr/gnu/share/terminfo/b/beehive3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1182
file path=usr/gnu/share/terminfo/b/beehive4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1183
file path=usr/gnu/share/terminfo/b/beehiveIIIm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1184
file path=usr/gnu/share/terminfo/b/beterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1185
file path=usr/gnu/share/terminfo/b/bg1.25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1186
file path=usr/gnu/share/terminfo/b/bg1.25nv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1187
file path=usr/gnu/share/terminfo/b/bg1.25rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1188
file path=usr/gnu/share/terminfo/b/bg2.0
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1189
file path=usr/gnu/share/terminfo/b/bg2.0nv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1190
file path=usr/gnu/share/terminfo/b/bg2.0rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1191
file path=usr/gnu/share/terminfo/b/bg3.10
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1192
file path=usr/gnu/share/terminfo/b/bg3.10nv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1193
file path=usr/gnu/share/terminfo/b/bg3.10rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1194
file path=usr/gnu/share/terminfo/b/bh3m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1195
file path=usr/gnu/share/terminfo/b/bh4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1196
file path=usr/gnu/share/terminfo/b/bitgraph
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1197
file path=usr/gnu/share/terminfo/b/blit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1198
file path=usr/gnu/share/terminfo/b/bobcat
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1199
file path=usr/gnu/share/terminfo/b/bq300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1200
file path=usr/gnu/share/terminfo/b/bq300-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1201
file path=usr/gnu/share/terminfo/b/bq300-8-pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1202
file path=usr/gnu/share/terminfo/b/bq300-8-pc-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1203
file path=usr/gnu/share/terminfo/b/bq300-8-pc-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1204
file path=usr/gnu/share/terminfo/b/bq300-8-pc-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1205
file path=usr/gnu/share/terminfo/b/bq300-8rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1206
file path=usr/gnu/share/terminfo/b/bq300-8w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1207
file path=usr/gnu/share/terminfo/b/bq300-pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1208
file path=usr/gnu/share/terminfo/b/bq300-pc-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1209
file path=usr/gnu/share/terminfo/b/bq300-pc-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1210
file path=usr/gnu/share/terminfo/b/bq300-pc-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1211
file path=usr/gnu/share/terminfo/b/bq300-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1212
file path=usr/gnu/share/terminfo/b/bq300-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1213
file path=usr/gnu/share/terminfo/b/bq300-w-8rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1214
file path=usr/gnu/share/terminfo/b/bq300-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1215
file path=usr/gnu/share/terminfo/b/bsdos-pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1216
file path=usr/gnu/share/terminfo/b/bsdos-pc-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1217
file path=usr/gnu/share/terminfo/b/bsdos-pc-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1218
file path=usr/gnu/share/terminfo/b/bsdos-pc-nobold
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1219
file path=usr/gnu/share/terminfo/b/bsdos-ppc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1220
file path=usr/gnu/share/terminfo/b/bsdos-sparc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1221
file path=usr/gnu/share/terminfo/c/c100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1222
file path=usr/gnu/share/terminfo/c/c100-1p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1223
file path=usr/gnu/share/terminfo/c/c100-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1224
file path=usr/gnu/share/terminfo/c/c100-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1225
file path=usr/gnu/share/terminfo/c/c100-rv-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1226
file path=usr/gnu/share/terminfo/c/c104
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1227
file path=usr/gnu/share/terminfo/c/c108
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1228
file path=usr/gnu/share/terminfo/c/c108-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1229
file path=usr/gnu/share/terminfo/c/c108-8p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1230
file path=usr/gnu/share/terminfo/c/c108-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1231
file path=usr/gnu/share/terminfo/c/c108-rv-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1232
file path=usr/gnu/share/terminfo/c/c108-rv-8p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1233
file path=usr/gnu/share/terminfo/c/c108-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1234
file path=usr/gnu/share/terminfo/c/c108-w-8p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1235
file path=usr/gnu/share/terminfo/c/c300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1236
file path=usr/gnu/share/terminfo/c/c301
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1237
file path=usr/gnu/share/terminfo/c/c321
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1238
file path=usr/gnu/share/terminfo/c/ca22851
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1239
file path=usr/gnu/share/terminfo/c/cad68-2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1240
file path=usr/gnu/share/terminfo/c/cad68-3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1241
file path=usr/gnu/share/terminfo/c/cbblit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1242
file path=usr/gnu/share/terminfo/c/cbunix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1243
file path=usr/gnu/share/terminfo/c/cci
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1244
file path=usr/gnu/share/terminfo/c/cci1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1245
file path=usr/gnu/share/terminfo/c/cdc456
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1246
file path=usr/gnu/share/terminfo/c/cdc721
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1247
file path=usr/gnu/share/terminfo/c/cdc721-esc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1248
file path=usr/gnu/share/terminfo/c/cdc721ll
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1249
file path=usr/gnu/share/terminfo/c/cdc752
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1250
file path=usr/gnu/share/terminfo/c/cdc756
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1251
file path=usr/gnu/share/terminfo/c/cg7900
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1252
file path=usr/gnu/share/terminfo/c/cgc2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1253
file path=usr/gnu/share/terminfo/c/cgc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1254
file path=usr/gnu/share/terminfo/c/chromatics
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1255
file path=usr/gnu/share/terminfo/c/ci8510
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1256
file path=usr/gnu/share/terminfo/c/cit-80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1257
file path=usr/gnu/share/terminfo/c/cit101
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1258
file path=usr/gnu/share/terminfo/c/cit101e
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1259
file path=usr/gnu/share/terminfo/c/cit101e-132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1260
file path=usr/gnu/share/terminfo/c/cit101e-n
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1261
file path=usr/gnu/share/terminfo/c/cit101e-n132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1262
file path=usr/gnu/share/terminfo/c/cit101e-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1263
file path=usr/gnu/share/terminfo/c/cit500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1264
file path=usr/gnu/share/terminfo/c/cit80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1265
file path=usr/gnu/share/terminfo/c/citc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1266
file path=usr/gnu/share/terminfo/c/citoh
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1267
file path=usr/gnu/share/terminfo/c/citoh-6lpi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1268
file path=usr/gnu/share/terminfo/c/citoh-8lpi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1269
file path=usr/gnu/share/terminfo/c/citoh-comp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1270
file path=usr/gnu/share/terminfo/c/citoh-elite
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1271
file path=usr/gnu/share/terminfo/c/citoh-pica
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1272
file path=usr/gnu/share/terminfo/c/citoh-prop
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1273
file path=usr/gnu/share/terminfo/c/citoh-ps
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1274
file path=usr/gnu/share/terminfo/c/coco3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1275
file path=usr/gnu/share/terminfo/c/coherent
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1276
file path=usr/gnu/share/terminfo/c/color_xterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1277
file path=usr/gnu/share/terminfo/c/colorscan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1278
file path=usr/gnu/share/terminfo/c/commodore
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1279
file path=usr/gnu/share/terminfo/c/concept
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1280
file path=usr/gnu/share/terminfo/c/concept-avt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1281
file path=usr/gnu/share/terminfo/c/concept100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1282
file path=usr/gnu/share/terminfo/c/concept100-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1283
file path=usr/gnu/share/terminfo/c/concept108
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1284
file path=usr/gnu/share/terminfo/c/concept108-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1285
file path=usr/gnu/share/terminfo/c/concept108-8p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1286
file path=usr/gnu/share/terminfo/c/concept108-w-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1287
file path=usr/gnu/share/terminfo/c/concept108-w8p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1288
file path=usr/gnu/share/terminfo/c/concept108rv4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1289
file path=usr/gnu/share/terminfo/c/cons25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1290
file path=usr/gnu/share/terminfo/c/cons25-iso-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1291
file path=usr/gnu/share/terminfo/c/cons25-iso8859
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1292
file path=usr/gnu/share/terminfo/c/cons25-koi8-r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1293
file path=usr/gnu/share/terminfo/c/cons25-koi8r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1294
file path=usr/gnu/share/terminfo/c/cons25-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1295
file path=usr/gnu/share/terminfo/c/cons25l1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1296
file path=usr/gnu/share/terminfo/c/cons25l1-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1297
file path=usr/gnu/share/terminfo/c/cons25r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1298
file path=usr/gnu/share/terminfo/c/cons25r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1299
file path=usr/gnu/share/terminfo/c/cons25w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1300
file path=usr/gnu/share/terminfo/c/cons30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1301
file path=usr/gnu/share/terminfo/c/cons30-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1302
file path=usr/gnu/share/terminfo/c/cons43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1303
file path=usr/gnu/share/terminfo/c/cons43-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1304
file path=usr/gnu/share/terminfo/c/cons50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1305
file path=usr/gnu/share/terminfo/c/cons50-iso-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1306
file path=usr/gnu/share/terminfo/c/cons50-iso8859
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1307
file path=usr/gnu/share/terminfo/c/cons50-koi8r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1308
file path=usr/gnu/share/terminfo/c/cons50-koi8r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1309
file path=usr/gnu/share/terminfo/c/cons50-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1310
file path=usr/gnu/share/terminfo/c/cons50l1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1311
file path=usr/gnu/share/terminfo/c/cons50l1-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1312
file path=usr/gnu/share/terminfo/c/cons50r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1313
file path=usr/gnu/share/terminfo/c/cons50r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1314
file path=usr/gnu/share/terminfo/c/cons60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1315
file path=usr/gnu/share/terminfo/c/cons60-iso
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1316
file path=usr/gnu/share/terminfo/c/cons60-iso-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1317
file path=usr/gnu/share/terminfo/c/cons60-koi8r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1318
file path=usr/gnu/share/terminfo/c/cons60-koi8r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1319
file path=usr/gnu/share/terminfo/c/cons60-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1320
file path=usr/gnu/share/terminfo/c/cons60l1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1321
file path=usr/gnu/share/terminfo/c/cons60l1-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1322
file path=usr/gnu/share/terminfo/c/cons60r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1323
file path=usr/gnu/share/terminfo/c/cons60r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1324
file path=usr/gnu/share/terminfo/c/contel300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1325
file path=usr/gnu/share/terminfo/c/contel301
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1326
file path=usr/gnu/share/terminfo/c/contel320
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1327
file path=usr/gnu/share/terminfo/c/contel321
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1328
file path=usr/gnu/share/terminfo/c/cops
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1329
file path=usr/gnu/share/terminfo/c/cops-10
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1330
file path=usr/gnu/share/terminfo/c/cops10
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1331
file path=usr/gnu/share/terminfo/c/crt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1332
file path=usr/gnu/share/terminfo/c/crt-vt220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1333
file path=usr/gnu/share/terminfo/c/cs10
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1334
file path=usr/gnu/share/terminfo/c/cs10-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1335
file path=usr/gnu/share/terminfo/c/ct82
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1336
file path=usr/gnu/share/terminfo/c/ct8500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1337
file path=usr/gnu/share/terminfo/c/ctrm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1338
file path=usr/gnu/share/terminfo/c/cx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1339
file path=usr/gnu/share/terminfo/c/cx100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1340
file path=usr/gnu/share/terminfo/c/cyb110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1341
file path=usr/gnu/share/terminfo/c/cyb83
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1342
file path=usr/gnu/share/terminfo/c/cygwin
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1343
file path=usr/gnu/share/terminfo/c/cygwinB19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1344
file path=usr/gnu/share/terminfo/c/cygwinDBG
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1345
file path=usr/gnu/share/terminfo/d/d132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1346
file path=usr/gnu/share/terminfo/d/d2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1347
file path=usr/gnu/share/terminfo/d/d2-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1348
file path=usr/gnu/share/terminfo/d/d200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1349
file path=usr/gnu/share/terminfo/d/d200-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1350
file path=usr/gnu/share/terminfo/d/d210
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1351
file path=usr/gnu/share/terminfo/d/d210-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1352
file path=usr/gnu/share/terminfo/d/d211
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1353
file path=usr/gnu/share/terminfo/d/d211-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1354
file path=usr/gnu/share/terminfo/d/d211-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1355
file path=usr/gnu/share/terminfo/d/d214
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1356
file path=usr/gnu/share/terminfo/d/d214-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1357
file path=usr/gnu/share/terminfo/d/d215
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1358
file path=usr/gnu/share/terminfo/d/d215-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1359
file path=usr/gnu/share/terminfo/d/d215-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1360
file path=usr/gnu/share/terminfo/d/d216+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1361
file path=usr/gnu/share/terminfo/d/d216+25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1362
file path=usr/gnu/share/terminfo/d/d216+dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1363
file path=usr/gnu/share/terminfo/d/d216-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1364
file path=usr/gnu/share/terminfo/d/d216-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1365
file path=usr/gnu/share/terminfo/d/d216-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1366
file path=usr/gnu/share/terminfo/d/d216e+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1367
file path=usr/gnu/share/terminfo/d/d216e+dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1368
file path=usr/gnu/share/terminfo/d/d216e-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1369
file path=usr/gnu/share/terminfo/d/d216e-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1370
file path=usr/gnu/share/terminfo/d/d217-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1371
file path=usr/gnu/share/terminfo/d/d217-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1372
file path=usr/gnu/share/terminfo/d/d217-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1373
file path=usr/gnu/share/terminfo/d/d220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1374
file path=usr/gnu/share/terminfo/d/d220-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1375
file path=usr/gnu/share/terminfo/d/d220-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1376
file path=usr/gnu/share/terminfo/d/d230
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1377
file path=usr/gnu/share/terminfo/d/d230-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1378
file path=usr/gnu/share/terminfo/d/d230c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1379
file path=usr/gnu/share/terminfo/d/d230c-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1380
file path=usr/gnu/share/terminfo/d/d400
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1381
file path=usr/gnu/share/terminfo/d/d400-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1382
file path=usr/gnu/share/terminfo/d/d410
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1383
file path=usr/gnu/share/terminfo/d/d410-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1384
file path=usr/gnu/share/terminfo/d/d410-7b-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1385
file path=usr/gnu/share/terminfo/d/d410-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1386
file path=usr/gnu/share/terminfo/d/d410-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1387
file path=usr/gnu/share/terminfo/d/d411
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1388
file path=usr/gnu/share/terminfo/d/d411-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1389
file path=usr/gnu/share/terminfo/d/d411-7b-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1390
file path=usr/gnu/share/terminfo/d/d411-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1391
file path=usr/gnu/share/terminfo/d/d411-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1392
file path=usr/gnu/share/terminfo/d/d412+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1393
file path=usr/gnu/share/terminfo/d/d412+25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1394
file path=usr/gnu/share/terminfo/d/d412+dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1395
file path=usr/gnu/share/terminfo/d/d412+s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1396
file path=usr/gnu/share/terminfo/d/d412+sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1397
file path=usr/gnu/share/terminfo/d/d412+w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1398
file path=usr/gnu/share/terminfo/d/d412-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1399
file path=usr/gnu/share/terminfo/d/d412-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1400
file path=usr/gnu/share/terminfo/d/d412-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1401
file path=usr/gnu/share/terminfo/d/d412-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1402
file path=usr/gnu/share/terminfo/d/d412-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1403
file path=usr/gnu/share/terminfo/d/d412-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1404
file path=usr/gnu/share/terminfo/d/d413-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1405
file path=usr/gnu/share/terminfo/d/d413-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1406
file path=usr/gnu/share/terminfo/d/d413-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1407
file path=usr/gnu/share/terminfo/d/d413-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1408
file path=usr/gnu/share/terminfo/d/d413-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1409
file path=usr/gnu/share/terminfo/d/d413-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1410
file path=usr/gnu/share/terminfo/d/d414-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1411
file path=usr/gnu/share/terminfo/d/d414-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1412
file path=usr/gnu/share/terminfo/d/d414-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1413
file path=usr/gnu/share/terminfo/d/d414-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1414
file path=usr/gnu/share/terminfo/d/d414-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1415
file path=usr/gnu/share/terminfo/d/d430-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1416
file path=usr/gnu/share/terminfo/d/d430-dg-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1417
file path=usr/gnu/share/terminfo/d/d430-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1418
file path=usr/gnu/share/terminfo/d/d430-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1419
file path=usr/gnu/share/terminfo/d/d430-unix-25-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1420
file path=usr/gnu/share/terminfo/d/d430-unix-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1421
file path=usr/gnu/share/terminfo/d/d430-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1422
file path=usr/gnu/share/terminfo/d/d430-unix-s-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1423
file path=usr/gnu/share/terminfo/d/d430-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1424
file path=usr/gnu/share/terminfo/d/d430-unix-sr-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1425
file path=usr/gnu/share/terminfo/d/d430-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1426
file path=usr/gnu/share/terminfo/d/d430-unix-w-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1427
file path=usr/gnu/share/terminfo/d/d430c-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1428
file path=usr/gnu/share/terminfo/d/d430c-dg-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1429
file path=usr/gnu/share/terminfo/d/d430c-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1430
file path=usr/gnu/share/terminfo/d/d430c-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1431
file path=usr/gnu/share/terminfo/d/d430c-unix-25-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1432
file path=usr/gnu/share/terminfo/d/d430c-unix-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1433
file path=usr/gnu/share/terminfo/d/d430c-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1434
file path=usr/gnu/share/terminfo/d/d430c-unix-s-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1435
file path=usr/gnu/share/terminfo/d/d430c-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1436
file path=usr/gnu/share/terminfo/d/d430c-unix-sr-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1437
file path=usr/gnu/share/terminfo/d/d430c-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1438
file path=usr/gnu/share/terminfo/d/d430c-unix-w-ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1439
file path=usr/gnu/share/terminfo/d/d450
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1440
file path=usr/gnu/share/terminfo/d/d450-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1441
file path=usr/gnu/share/terminfo/d/d460
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1442
file path=usr/gnu/share/terminfo/d/d460-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1443
file path=usr/gnu/share/terminfo/d/d460-7b-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1444
file path=usr/gnu/share/terminfo/d/d460-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1445
file path=usr/gnu/share/terminfo/d/d460-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1446
file path=usr/gnu/share/terminfo/d/d461
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1447
file path=usr/gnu/share/terminfo/d/d461-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1448
file path=usr/gnu/share/terminfo/d/d461-7b-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1449
file path=usr/gnu/share/terminfo/d/d461-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1450
file path=usr/gnu/share/terminfo/d/d461-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1451
file path=usr/gnu/share/terminfo/d/d462+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1452
file path=usr/gnu/share/terminfo/d/d462+25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1453
file path=usr/gnu/share/terminfo/d/d462+dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1454
file path=usr/gnu/share/terminfo/d/d462+s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1455
file path=usr/gnu/share/terminfo/d/d462+sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1456
file path=usr/gnu/share/terminfo/d/d462+w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1457
file path=usr/gnu/share/terminfo/d/d462-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1458
file path=usr/gnu/share/terminfo/d/d462-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1459
file path=usr/gnu/share/terminfo/d/d462-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1460
file path=usr/gnu/share/terminfo/d/d462-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1461
file path=usr/gnu/share/terminfo/d/d462-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1462
file path=usr/gnu/share/terminfo/d/d462-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1463
file path=usr/gnu/share/terminfo/d/d462e-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1464
file path=usr/gnu/share/terminfo/d/d463-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1465
file path=usr/gnu/share/terminfo/d/d463-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1466
file path=usr/gnu/share/terminfo/d/d463-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1467
file path=usr/gnu/share/terminfo/d/d463-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1468
file path=usr/gnu/share/terminfo/d/d463-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1469
file path=usr/gnu/share/terminfo/d/d463-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1470
file path=usr/gnu/share/terminfo/d/d464-unix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1471
file path=usr/gnu/share/terminfo/d/d464-unix-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1472
file path=usr/gnu/share/terminfo/d/d464-unix-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1473
file path=usr/gnu/share/terminfo/d/d464-unix-sr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1474
file path=usr/gnu/share/terminfo/d/d464-unix-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1475
file path=usr/gnu/share/terminfo/d/d470
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1476
file path=usr/gnu/share/terminfo/d/d470-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1477
file path=usr/gnu/share/terminfo/d/d470-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1478
file path=usr/gnu/share/terminfo/d/d470c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1479
file path=usr/gnu/share/terminfo/d/d470c-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1480
file path=usr/gnu/share/terminfo/d/d470c-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1481
file path=usr/gnu/share/terminfo/d/d555
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1482
file path=usr/gnu/share/terminfo/d/d555-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1483
file path=usr/gnu/share/terminfo/d/d555-7b-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1484
file path=usr/gnu/share/terminfo/d/d555-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1485
file path=usr/gnu/share/terminfo/d/d555-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1486
file path=usr/gnu/share/terminfo/d/d577
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1487
file path=usr/gnu/share/terminfo/d/d577-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1488
file path=usr/gnu/share/terminfo/d/d577-7b-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1489
file path=usr/gnu/share/terminfo/d/d577-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1490
file path=usr/gnu/share/terminfo/d/d577-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1491
file path=usr/gnu/share/terminfo/d/d578
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1492
file path=usr/gnu/share/terminfo/d/d578-7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1493
file path=usr/gnu/share/terminfo/d/d578-dg
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1494
file path=usr/gnu/share/terminfo/d/d80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1495
file path=usr/gnu/share/terminfo/d/d800
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1496
file path=usr/gnu/share/terminfo/d/darwin
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1497
file path=usr/gnu/share/terminfo/d/darwin-100x37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1498
file path=usr/gnu/share/terminfo/d/darwin-100x37-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1499
file path=usr/gnu/share/terminfo/d/darwin-112x37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1500
file path=usr/gnu/share/terminfo/d/darwin-112x37-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1501
file path=usr/gnu/share/terminfo/d/darwin-128x40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1502
file path=usr/gnu/share/terminfo/d/darwin-128x40-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1503
file path=usr/gnu/share/terminfo/d/darwin-128x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1504
file path=usr/gnu/share/terminfo/d/darwin-128x48-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1505
file path=usr/gnu/share/terminfo/d/darwin-144x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1506
file path=usr/gnu/share/terminfo/d/darwin-144x48-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1507
file path=usr/gnu/share/terminfo/d/darwin-160x64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1508
file path=usr/gnu/share/terminfo/d/darwin-160x64-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1509
file path=usr/gnu/share/terminfo/d/darwin-200x64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1510
file path=usr/gnu/share/terminfo/d/darwin-200x64-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1511
file path=usr/gnu/share/terminfo/d/darwin-200x75
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1512
file path=usr/gnu/share/terminfo/d/darwin-200x75-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1513
file path=usr/gnu/share/terminfo/d/darwin-256x96
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1514
file path=usr/gnu/share/terminfo/d/darwin-256x96-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1515
file path=usr/gnu/share/terminfo/d/darwin-80x25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1516
file path=usr/gnu/share/terminfo/d/darwin-80x25-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1517
file path=usr/gnu/share/terminfo/d/darwin-80x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1518
file path=usr/gnu/share/terminfo/d/darwin-80x30-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1519
file path=usr/gnu/share/terminfo/d/darwin-90x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1520
file path=usr/gnu/share/terminfo/d/darwin-90x30-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1521
file path=usr/gnu/share/terminfo/d/darwin-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1522
file path=usr/gnu/share/terminfo/d/darwin-f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1523
file path=usr/gnu/share/terminfo/d/darwin-f2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1524
file path=usr/gnu/share/terminfo/d/darwin-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1525
file path=usr/gnu/share/terminfo/d/darwin-m-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1526
file path=usr/gnu/share/terminfo/d/darwin-m-f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1527
file path=usr/gnu/share/terminfo/d/darwin-m-f2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1528
file path=usr/gnu/share/terminfo/d/datagraphix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1529
file path=usr/gnu/share/terminfo/d/datamedia2500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1530
file path=usr/gnu/share/terminfo/d/datapoint
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1531
file path=usr/gnu/share/terminfo/d/dataspeed40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1532
file path=usr/gnu/share/terminfo/d/dd5000
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1533
file path=usr/gnu/share/terminfo/d/ddr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1534
file path=usr/gnu/share/terminfo/d/ddr3180
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1535
file path=usr/gnu/share/terminfo/d/dec-vt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1536
file path=usr/gnu/share/terminfo/d/dec-vt220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1537
file path=usr/gnu/share/terminfo/d/dec-vt330
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1538
file path=usr/gnu/share/terminfo/d/dec-vt340
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1539
file path=usr/gnu/share/terminfo/d/dec-vt400
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1540
file path=usr/gnu/share/terminfo/d/decansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1541
file path=usr/gnu/share/terminfo/d/decpro
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1542
file path=usr/gnu/share/terminfo/d/decwriter
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1543
file path=usr/gnu/share/terminfo/d/delta
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1544
file path=usr/gnu/share/terminfo/d/dg+ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1545
file path=usr/gnu/share/terminfo/d/dg+color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1546
file path=usr/gnu/share/terminfo/d/dg+color8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1547
file path=usr/gnu/share/terminfo/d/dg+fixed
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1548
file path=usr/gnu/share/terminfo/d/dg-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1549
file path=usr/gnu/share/terminfo/d/dg-generic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1550
file path=usr/gnu/share/terminfo/d/dg100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1551
file path=usr/gnu/share/terminfo/d/dg200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1552
file path=usr/gnu/share/terminfo/d/dg210
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1553
file path=usr/gnu/share/terminfo/d/dg211
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1554
file path=usr/gnu/share/terminfo/d/dg450
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1555
file path=usr/gnu/share/terminfo/d/dg460-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1556
file path=usr/gnu/share/terminfo/d/dg6053
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1557
file path=usr/gnu/share/terminfo/d/dg6053-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1558
file path=usr/gnu/share/terminfo/d/dg605x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1559
file path=usr/gnu/share/terminfo/d/dg6134
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1560
file path=usr/gnu/share/terminfo/d/dgkeys+11
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1561
file path=usr/gnu/share/terminfo/d/dgkeys+15
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1562
file path=usr/gnu/share/terminfo/d/dgkeys+7b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1563
file path=usr/gnu/share/terminfo/d/dgkeys+8b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1564
file path=usr/gnu/share/terminfo/d/dgmode+color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1565
file path=usr/gnu/share/terminfo/d/dgmode+color8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1566
file path=usr/gnu/share/terminfo/d/dgunix+ccc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1567
file path=usr/gnu/share/terminfo/d/dgunix+fixed
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1568
file path=usr/gnu/share/terminfo/d/diablo
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1569
file path=usr/gnu/share/terminfo/d/diablo-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1570
file path=usr/gnu/share/terminfo/d/diablo1620
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1571
file path=usr/gnu/share/terminfo/d/diablo1620-m8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1572
file path=usr/gnu/share/terminfo/d/diablo1640
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1573
file path=usr/gnu/share/terminfo/d/diablo1640-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1574
file path=usr/gnu/share/terminfo/d/diablo1640-m8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1575
file path=usr/gnu/share/terminfo/d/diablo1720
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1576
file path=usr/gnu/share/terminfo/d/diablo1730
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1577
file path=usr/gnu/share/terminfo/d/diablo1740
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1578
file path=usr/gnu/share/terminfo/d/diablo1740-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1579
file path=usr/gnu/share/terminfo/d/diablo450
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1580
file path=usr/gnu/share/terminfo/d/diablo630
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1581
file path=usr/gnu/share/terminfo/d/dialogue
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1582
file path=usr/gnu/share/terminfo/d/dialogue80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1583
file path=usr/gnu/share/terminfo/d/digilog
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1584
file path=usr/gnu/share/terminfo/d/djgpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1585
file path=usr/gnu/share/terminfo/d/djgpp203
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1586
file path=usr/gnu/share/terminfo/d/djgpp204
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1587
file path=usr/gnu/share/terminfo/d/dku7003
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1588
file path=usr/gnu/share/terminfo/d/dku7003-dumb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1589
file path=usr/gnu/share/terminfo/d/dku7102
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1590
file path=usr/gnu/share/terminfo/d/dku7102-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1591
file path=usr/gnu/share/terminfo/d/dku7102-sna
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1592
file path=usr/gnu/share/terminfo/d/dku7103-sna
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1593
file path=usr/gnu/share/terminfo/d/dku7202
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1594
file path=usr/gnu/share/terminfo/d/dm1520
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1595
file path=usr/gnu/share/terminfo/d/dm1521
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1596
file path=usr/gnu/share/terminfo/d/dm2500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1597
file path=usr/gnu/share/terminfo/d/dm3025
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1598
file path=usr/gnu/share/terminfo/d/dm3045
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1599
file path=usr/gnu/share/terminfo/d/dm80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1600
file path=usr/gnu/share/terminfo/d/dm80w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1601
file path=usr/gnu/share/terminfo/d/dmchat
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1602
file path=usr/gnu/share/terminfo/d/dmd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1603
file path=usr/gnu/share/terminfo/d/dmd-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1604
file path=usr/gnu/share/terminfo/d/dmd-34
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1605
file path=usr/gnu/share/terminfo/d/dmd1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1606
file path=usr/gnu/share/terminfo/d/dmdt80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1607
file path=usr/gnu/share/terminfo/d/dmdt80w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1608
file path=usr/gnu/share/terminfo/d/dmterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1609
file path=usr/gnu/share/terminfo/d/dp3360
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1610
file path=usr/gnu/share/terminfo/d/dp8242
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1611
file path=usr/gnu/share/terminfo/d/ds40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1612
file path=usr/gnu/share/terminfo/d/ds40-2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1613
file path=usr/gnu/share/terminfo/d/dt-100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1614
file path=usr/gnu/share/terminfo/d/dt-100w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1615
file path=usr/gnu/share/terminfo/d/dt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1616
file path=usr/gnu/share/terminfo/d/dt100w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1617
file path=usr/gnu/share/terminfo/d/dt110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1618
file path=usr/gnu/share/terminfo/d/dt80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1619
file path=usr/gnu/share/terminfo/d/dt80-sas
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1620
file path=usr/gnu/share/terminfo/d/dt80w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1621
file path=usr/gnu/share/terminfo/d/dtc300s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1622
file path=usr/gnu/share/terminfo/d/dtc382
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1623
file path=usr/gnu/share/terminfo/d/dtterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1624
file path=usr/gnu/share/terminfo/d/dumb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1625
file path=usr/gnu/share/terminfo/d/dw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1626
file path=usr/gnu/share/terminfo/d/dw1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1627
file path=usr/gnu/share/terminfo/d/dw2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1628
file path=usr/gnu/share/terminfo/d/dw3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1629
file path=usr/gnu/share/terminfo/d/dw4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1630
file path=usr/gnu/share/terminfo/d/dwk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1631
file path=usr/gnu/share/terminfo/d/dwk-vt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1632
file path=usr/gnu/share/terminfo/e/ecma+color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1633
file path=usr/gnu/share/terminfo/e/ecma+sgr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1634
file path=usr/gnu/share/terminfo/e/elks
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1635
file path=usr/gnu/share/terminfo/e/elks-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1636
file path=usr/gnu/share/terminfo/e/elks-glasstty
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1637
file path=usr/gnu/share/terminfo/e/elks-vt52
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1638
file path=usr/gnu/share/terminfo/e/emots
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1639
file path=usr/gnu/share/terminfo/e/emu
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1640
file path=usr/gnu/share/terminfo/e/emu-220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1641
file path=usr/gnu/share/terminfo/e/emx-base
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1642
file path=usr/gnu/share/terminfo/e/env230
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1643
file path=usr/gnu/share/terminfo/e/envision230
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1644
file path=usr/gnu/share/terminfo/e/ep40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1645
file path=usr/gnu/share/terminfo/e/ep4000
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1646
file path=usr/gnu/share/terminfo/e/ep4080
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1647
file path=usr/gnu/share/terminfo/e/ep48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1648
file path=usr/gnu/share/terminfo/e/ergo4000
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1649
file path=usr/gnu/share/terminfo/e/esprit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1650
file path=usr/gnu/share/terminfo/e/esprit-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1651
file path=usr/gnu/share/terminfo/e/eterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1652
file path=usr/gnu/share/terminfo/e/ex155
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1653
file path=usr/gnu/share/terminfo/e/excel62
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1654
file path=usr/gnu/share/terminfo/e/excel62-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1655
file path=usr/gnu/share/terminfo/e/excel62-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1656
file path=usr/gnu/share/terminfo/e/excel64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1657
file path=usr/gnu/share/terminfo/e/excel64-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1658
file path=usr/gnu/share/terminfo/e/excel64-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1659
file path=usr/gnu/share/terminfo/e/exec80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1660
file path=usr/gnu/share/terminfo/f/f100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1661
file path=usr/gnu/share/terminfo/f/f100-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1662
file path=usr/gnu/share/terminfo/f/f110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1663
file path=usr/gnu/share/terminfo/f/f110-14
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1664
file path=usr/gnu/share/terminfo/f/f110-14w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1665
file path=usr/gnu/share/terminfo/f/f110-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1666
file path=usr/gnu/share/terminfo/f/f1720
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1667
file path=usr/gnu/share/terminfo/f/f1720a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1668
file path=usr/gnu/share/terminfo/f/f200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1669
file path=usr/gnu/share/terminfo/f/f200-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1670
file path=usr/gnu/share/terminfo/f/f200vi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1671
file path=usr/gnu/share/terminfo/f/f200vi-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1672
file path=usr/gnu/share/terminfo/f/falco
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1673
file path=usr/gnu/share/terminfo/f/falco-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1674
file path=usr/gnu/share/terminfo/f/fenix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1675
file path=usr/gnu/share/terminfo/f/fenixw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1676
file path=usr/gnu/share/terminfo/f/fixterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1677
file path=usr/gnu/share/terminfo/f/fortune
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1678
file path=usr/gnu/share/terminfo/f/fos
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1679
file path=usr/gnu/share/terminfo/f/fox
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1680
file path=usr/gnu/share/terminfo/f/freedom
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1681
file path=usr/gnu/share/terminfo/f/freedom-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1682
file path=usr/gnu/share/terminfo/f/freedom100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1683
file path=usr/gnu/share/terminfo/f/freedom110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1684
file path=usr/gnu/share/terminfo/f/freedom200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1685
file path=usr/gnu/share/terminfo/g/gator
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1686
file path=usr/gnu/share/terminfo/g/gator-52
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1687
file path=usr/gnu/share/terminfo/g/gator-52t
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1688
file path=usr/gnu/share/terminfo/g/gator-t
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1689
file path=usr/gnu/share/terminfo/g/gigi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1690
file path=usr/gnu/share/terminfo/g/glasstty
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1691
file path=usr/gnu/share/terminfo/g/gnome
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1692
file path=usr/gnu/share/terminfo/g/gnome+pcfkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1693
file path=usr/gnu/share/terminfo/g/gnome-2007
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1694
file path=usr/gnu/share/terminfo/g/gnome-2008
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1695
file path=usr/gnu/share/terminfo/g/gnome-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1696
file path=usr/gnu/share/terminfo/g/gnome-fc5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1697
file path=usr/gnu/share/terminfo/g/gnome-rh62
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1698
file path=usr/gnu/share/terminfo/g/gnome-rh72
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1699
file path=usr/gnu/share/terminfo/g/gnome-rh80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1700
file path=usr/gnu/share/terminfo/g/gnome-rh90
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1701
file path=usr/gnu/share/terminfo/g/go-225
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1702
file path=usr/gnu/share/terminfo/g/go140
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1703
file path=usr/gnu/share/terminfo/g/go140w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1704
file path=usr/gnu/share/terminfo/g/go225
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1705
file path=usr/gnu/share/terminfo/g/graphos
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1706
file path=usr/gnu/share/terminfo/g/graphos-30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1707
file path=usr/gnu/share/terminfo/g/gs5430
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1708
file path=usr/gnu/share/terminfo/g/gs5430-22
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1709
file path=usr/gnu/share/terminfo/g/gs5430-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1710
file path=usr/gnu/share/terminfo/g/gs6300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1711
file path=usr/gnu/share/terminfo/g/gsi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1712
file path=usr/gnu/share/terminfo/g/gt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1713
file path=usr/gnu/share/terminfo/g/gt100a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1714
file path=usr/gnu/share/terminfo/g/gt40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1715
file path=usr/gnu/share/terminfo/g/gt42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1716
file path=usr/gnu/share/terminfo/g/guru
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1717
file path=usr/gnu/share/terminfo/g/guru+rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1718
file path=usr/gnu/share/terminfo/g/guru+s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1719
file path=usr/gnu/share/terminfo/g/guru+unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1720
file path=usr/gnu/share/terminfo/g/guru-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1721
file path=usr/gnu/share/terminfo/g/guru-33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1722
file path=usr/gnu/share/terminfo/g/guru-33-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1723
file path=usr/gnu/share/terminfo/g/guru-33-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1724
file path=usr/gnu/share/terminfo/g/guru-44
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1725
file path=usr/gnu/share/terminfo/g/guru-44-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1726
file path=usr/gnu/share/terminfo/g/guru-76
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1727
file path=usr/gnu/share/terminfo/g/guru-76-lp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1728
file path=usr/gnu/share/terminfo/g/guru-76-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1729
file path=usr/gnu/share/terminfo/g/guru-76-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1730
file path=usr/gnu/share/terminfo/g/guru-76-w-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1731
file path=usr/gnu/share/terminfo/g/guru-76-wm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1732
file path=usr/gnu/share/terminfo/g/guru-lp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1733
file path=usr/gnu/share/terminfo/g/guru-nctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1734
file path=usr/gnu/share/terminfo/g/guru-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1735
file path=usr/gnu/share/terminfo/g/guru-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1736
file path=usr/gnu/share/terminfo/h/h-100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1737
file path=usr/gnu/share/terminfo/h/h-100bw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1738
file path=usr/gnu/share/terminfo/h/h100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1739
file path=usr/gnu/share/terminfo/h/h100bw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1740
file path=usr/gnu/share/terminfo/h/h19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1741
file path=usr/gnu/share/terminfo/h/h19-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1742
file path=usr/gnu/share/terminfo/h/h19-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1743
file path=usr/gnu/share/terminfo/h/h19-bs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1744
file path=usr/gnu/share/terminfo/h/h19-g
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1745
file path=usr/gnu/share/terminfo/h/h19-smul
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1746
file path=usr/gnu/share/terminfo/h/h19-u
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1747
file path=usr/gnu/share/terminfo/h/h19-us
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1748
file path=usr/gnu/share/terminfo/h/h19a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1749
file path=usr/gnu/share/terminfo/h/h19g
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1750
file path=usr/gnu/share/terminfo/h/h19k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1751
file path=usr/gnu/share/terminfo/h/h19kermit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1752
file path=usr/gnu/share/terminfo/h/h19us
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1753
file path=usr/gnu/share/terminfo/h/h29a-kc-bc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1754
file path=usr/gnu/share/terminfo/h/h29a-kc-uc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1755
file path=usr/gnu/share/terminfo/h/h29a-nkc-bc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1756
file path=usr/gnu/share/terminfo/h/h29a-nkc-uc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1757
file path=usr/gnu/share/terminfo/h/h80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1758
file path=usr/gnu/share/terminfo/h/ha8675
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1759
file path=usr/gnu/share/terminfo/h/ha8686
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1760
file path=usr/gnu/share/terminfo/h/hazel
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1761
file path=usr/gnu/share/terminfo/h/hds200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1762
file path=usr/gnu/share/terminfo/h/he80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1763
file path=usr/gnu/share/terminfo/h/heath
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1764
file path=usr/gnu/share/terminfo/h/heath-19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1765
file path=usr/gnu/share/terminfo/h/heath-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1766
file path=usr/gnu/share/terminfo/h/heathkit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1767
file path=usr/gnu/share/terminfo/h/heathkit-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1768
file path=usr/gnu/share/terminfo/h/hft
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1769
file path=usr/gnu/share/terminfo/h/hft-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1770
file path=usr/gnu/share/terminfo/h/hft-c-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1771
file path=usr/gnu/share/terminfo/h/hft-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1772
file path=usr/gnu/share/terminfo/h/hirez100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1773
file path=usr/gnu/share/terminfo/h/hirez100-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1774
file path=usr/gnu/share/terminfo/h/hmod1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1775
file path=usr/gnu/share/terminfo/h/hp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1776
file path=usr/gnu/share/terminfo/h/hp+arrows
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1777
file path=usr/gnu/share/terminfo/h/hp+color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1778
file path=usr/gnu/share/terminfo/h/hp+labels
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1779
file path=usr/gnu/share/terminfo/h/hp+pfk+arrows
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1780
file path=usr/gnu/share/terminfo/h/hp+pfk+cr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1781
file path=usr/gnu/share/terminfo/h/hp+pfk-cr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1782
file path=usr/gnu/share/terminfo/h/hp+printer
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1783
file path=usr/gnu/share/terminfo/h/hp110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1784
file path=usr/gnu/share/terminfo/h/hp150
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1785
file path=usr/gnu/share/terminfo/h/hp2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1786
file path=usr/gnu/share/terminfo/h/hp236
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1787
file path=usr/gnu/share/terminfo/h/hp2382
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1788
file path=usr/gnu/share/terminfo/h/hp2382a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1789
file path=usr/gnu/share/terminfo/h/hp2392
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1790
file path=usr/gnu/share/terminfo/h/hp2397
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1791
file path=usr/gnu/share/terminfo/h/hp2397a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1792
file path=usr/gnu/share/terminfo/h/hp2621
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1793
file path=usr/gnu/share/terminfo/h/hp2621-48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1794
file path=usr/gnu/share/terminfo/h/hp2621-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1795
file path=usr/gnu/share/terminfo/h/hp2621-ba
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1796
file path=usr/gnu/share/terminfo/h/hp2621-fl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1797
file path=usr/gnu/share/terminfo/h/hp2621-k45
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1798
file path=usr/gnu/share/terminfo/h/hp2621-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1799
file path=usr/gnu/share/terminfo/h/hp2621-nt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1800
file path=usr/gnu/share/terminfo/h/hp2621-wl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1801
file path=usr/gnu/share/terminfo/h/hp2621A
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1802
file path=usr/gnu/share/terminfo/h/hp2621a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1803
file path=usr/gnu/share/terminfo/h/hp2621a-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1804
file path=usr/gnu/share/terminfo/h/hp2621b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1805
file path=usr/gnu/share/terminfo/h/hp2621b-kx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1806
file path=usr/gnu/share/terminfo/h/hp2621b-kx-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1807
file path=usr/gnu/share/terminfo/h/hp2621b-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1808
file path=usr/gnu/share/terminfo/h/hp2621k45
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1809
file path=usr/gnu/share/terminfo/h/hp2621p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1810
file path=usr/gnu/share/terminfo/h/hp2621p-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1811
file path=usr/gnu/share/terminfo/h/hp2622
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1812
file path=usr/gnu/share/terminfo/h/hp2622a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1813
file path=usr/gnu/share/terminfo/h/hp2623
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1814
file path=usr/gnu/share/terminfo/h/hp2623a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1815
file path=usr/gnu/share/terminfo/h/hp2624
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1816
file path=usr/gnu/share/terminfo/h/hp2624-10p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1817
file path=usr/gnu/share/terminfo/h/hp2624a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1818
file path=usr/gnu/share/terminfo/h/hp2624a-10p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1819
file path=usr/gnu/share/terminfo/h/hp2624b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1820
file path=usr/gnu/share/terminfo/h/hp2624b-10p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1821
file path=usr/gnu/share/terminfo/h/hp2624b-10p-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1822
file path=usr/gnu/share/terminfo/h/hp2624b-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1823
file path=usr/gnu/share/terminfo/h/hp2624b-4p-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1824
file path=usr/gnu/share/terminfo/h/hp2624b-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1825
file path=usr/gnu/share/terminfo/h/hp2626
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1826
file path=usr/gnu/share/terminfo/h/hp2626-12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1827
file path=usr/gnu/share/terminfo/h/hp2626-12-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1828
file path=usr/gnu/share/terminfo/h/hp2626-12x40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1829
file path=usr/gnu/share/terminfo/h/hp2626-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1830
file path=usr/gnu/share/terminfo/h/hp2626-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1831
file path=usr/gnu/share/terminfo/h/hp2626-x40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1832
file path=usr/gnu/share/terminfo/h/hp2626a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1833
file path=usr/gnu/share/terminfo/h/hp2626p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1834
file path=usr/gnu/share/terminfo/h/hp2627a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1835
file path=usr/gnu/share/terminfo/h/hp2627a-rev
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1836
file path=usr/gnu/share/terminfo/h/hp2627c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1837
file path=usr/gnu/share/terminfo/h/hp262x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1838
file path=usr/gnu/share/terminfo/h/hp2640a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1839
file path=usr/gnu/share/terminfo/h/hp2640b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1840
file path=usr/gnu/share/terminfo/h/hp2641a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1841
file path=usr/gnu/share/terminfo/h/hp2644a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1842
file path=usr/gnu/share/terminfo/h/hp2645
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1843
file path=usr/gnu/share/terminfo/h/hp2645a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1844
file path=usr/gnu/share/terminfo/h/hp2647a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1845
file path=usr/gnu/share/terminfo/h/hp2648
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1846
file path=usr/gnu/share/terminfo/h/hp2648a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1847
file path=usr/gnu/share/terminfo/h/hp300h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1848
file path=usr/gnu/share/terminfo/h/hp45
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1849
file path=usr/gnu/share/terminfo/h/hp700
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1850
file path=usr/gnu/share/terminfo/h/hp700-wy
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1851
file path=usr/gnu/share/terminfo/h/hp70092
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1852
file path=usr/gnu/share/terminfo/h/hp70092A
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1853
file path=usr/gnu/share/terminfo/h/hp70092a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1854
file path=usr/gnu/share/terminfo/h/hp9837
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1855
file path=usr/gnu/share/terminfo/h/hp9845
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1856
file path=usr/gnu/share/terminfo/h/hp98550
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1857
file path=usr/gnu/share/terminfo/h/hp98550a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1858
file path=usr/gnu/share/terminfo/h/hp98720
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1859
file path=usr/gnu/share/terminfo/h/hp98721
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1860
file path=usr/gnu/share/terminfo/h/hpansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1861
file path=usr/gnu/share/terminfo/h/hpex
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1862
file path=usr/gnu/share/terminfo/h/hpex2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1863
file path=usr/gnu/share/terminfo/h/hpgeneric
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1864
file path=usr/gnu/share/terminfo/h/hpsub
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1865
file path=usr/gnu/share/terminfo/h/hpterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1866
file path=usr/gnu/share/terminfo/h/hpterm-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1867
file path=usr/gnu/share/terminfo/h/htx11
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1868
file path=usr/gnu/share/terminfo/h/hurd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1869
file path=usr/gnu/share/terminfo/h/hz1000
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1870
file path=usr/gnu/share/terminfo/h/hz1420
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1871
file path=usr/gnu/share/terminfo/h/hz1500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1872
file path=usr/gnu/share/terminfo/h/hz1510
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1873
file path=usr/gnu/share/terminfo/h/hz1520
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1874
file path=usr/gnu/share/terminfo/h/hz1520-noesc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1875
file path=usr/gnu/share/terminfo/h/hz1552
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1876
file path=usr/gnu/share/terminfo/h/hz1552-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1877
file path=usr/gnu/share/terminfo/h/hz2000
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1878
file path=usr/gnu/share/terminfo/i/i100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1879
file path=usr/gnu/share/terminfo/i/i3101
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1880
file path=usr/gnu/share/terminfo/i/i3164
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1881
file path=usr/gnu/share/terminfo/i/i400
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1882
file path=usr/gnu/share/terminfo/i/ibcs2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1883
file path=usr/gnu/share/terminfo/i/ibm+16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1884
file path=usr/gnu/share/terminfo/i/ibm+color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1885
file path=usr/gnu/share/terminfo/i/ibm-apl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1886
file path=usr/gnu/share/terminfo/i/ibm-pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1887
file path=usr/gnu/share/terminfo/i/ibm-system1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1888
file path=usr/gnu/share/terminfo/i/ibm3101
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1889
file path=usr/gnu/share/terminfo/i/ibm3151
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1890
file path=usr/gnu/share/terminfo/i/ibm3161
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1891
file path=usr/gnu/share/terminfo/i/ibm3161-C
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1892
file path=usr/gnu/share/terminfo/i/ibm3162
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1893
file path=usr/gnu/share/terminfo/i/ibm3163
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1894
file path=usr/gnu/share/terminfo/i/ibm3164
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1895
file path=usr/gnu/share/terminfo/i/ibm327x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1896
file path=usr/gnu/share/terminfo/i/ibm5051
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1897
file path=usr/gnu/share/terminfo/i/ibm5081
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1898
file path=usr/gnu/share/terminfo/i/ibm5081-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1899
file path=usr/gnu/share/terminfo/i/ibm5151
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1900
file path=usr/gnu/share/terminfo/i/ibm5154
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1901
file path=usr/gnu/share/terminfo/i/ibm5154-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1902
file path=usr/gnu/share/terminfo/i/ibm6153
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1903
file path=usr/gnu/share/terminfo/i/ibm6153-40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1904
file path=usr/gnu/share/terminfo/i/ibm6153-90
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1905
file path=usr/gnu/share/terminfo/i/ibm6154
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1906
file path=usr/gnu/share/terminfo/i/ibm6154-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1907
file path=usr/gnu/share/terminfo/i/ibm6155
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1908
file path=usr/gnu/share/terminfo/i/ibm8503
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1909
file path=usr/gnu/share/terminfo/i/ibm8507
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1910
file path=usr/gnu/share/terminfo/i/ibm8512
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1911
file path=usr/gnu/share/terminfo/i/ibm8513
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1912
file path=usr/gnu/share/terminfo/i/ibm8514
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1913
file path=usr/gnu/share/terminfo/i/ibm8514-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1914
file path=usr/gnu/share/terminfo/i/ibm8604
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1915
file path=usr/gnu/share/terminfo/i/ibmaed
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1916
file path=usr/gnu/share/terminfo/i/ibmapa16
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1917
file path=usr/gnu/share/terminfo/i/ibmapa8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1918
file path=usr/gnu/share/terminfo/i/ibmapa8c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1919
file path=usr/gnu/share/terminfo/i/ibmapa8c-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1920
file path=usr/gnu/share/terminfo/i/ibmega
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1921
file path=usr/gnu/share/terminfo/i/ibmega-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1922
file path=usr/gnu/share/terminfo/i/ibmmono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1923
file path=usr/gnu/share/terminfo/i/ibmmpel-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1924
file path=usr/gnu/share/terminfo/i/ibmpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1925
file path=usr/gnu/share/terminfo/i/ibmpc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1926
file path=usr/gnu/share/terminfo/i/ibmpc3r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1927
file path=usr/gnu/share/terminfo/i/ibmpc3r-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1928
file path=usr/gnu/share/terminfo/i/ibmpcx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1929
file path=usr/gnu/share/terminfo/i/ibmvga
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1930
file path=usr/gnu/share/terminfo/i/ibmvga-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1931
file path=usr/gnu/share/terminfo/i/ibmx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1932
file path=usr/gnu/share/terminfo/i/icl6402
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1933
file path=usr/gnu/share/terminfo/i/icl6404
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1934
file path=usr/gnu/share/terminfo/i/icl6404-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1935
file path=usr/gnu/share/terminfo/i/ifmr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1936
file path=usr/gnu/share/terminfo/i/ims-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1937
file path=usr/gnu/share/terminfo/i/ims950
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1938
file path=usr/gnu/share/terminfo/i/ims950-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1939
file path=usr/gnu/share/terminfo/i/ims950-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1940
file path=usr/gnu/share/terminfo/i/infoton
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1941
file path=usr/gnu/share/terminfo/i/interix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1942
file path=usr/gnu/share/terminfo/i/interix-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1943
file path=usr/gnu/share/terminfo/i/intertec
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1944
file path=usr/gnu/share/terminfo/i/intertube
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1945
file path=usr/gnu/share/terminfo/i/intertube2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1946
file path=usr/gnu/share/terminfo/i/intext
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1947
file path=usr/gnu/share/terminfo/i/intext2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1948
file path=usr/gnu/share/terminfo/i/intextii
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1949
file path=usr/gnu/share/terminfo/i/ips
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1950
file path=usr/gnu/share/terminfo/i/ipsi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1951
file path=usr/gnu/share/terminfo/i/iq120
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1952
file path=usr/gnu/share/terminfo/i/iq140
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1953
file path=usr/gnu/share/terminfo/i/iris-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1954
file path=usr/gnu/share/terminfo/i/iris-ansi-ap
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1955
file path=usr/gnu/share/terminfo/i/iris-ansi-net
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1956
file path=usr/gnu/share/terminfo/i/iris-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1957
file path=usr/gnu/share/terminfo/i/iris40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1958
file path=usr/gnu/share/terminfo/j/jaixterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1959
file path=usr/gnu/share/terminfo/j/jaixterm-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1960
file path=usr/gnu/share/terminfo/j/jerq
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1961
file path=usr/gnu/share/terminfo/j/jfbterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1962
file path=usr/gnu/share/terminfo/k/k45
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1963
file path=usr/gnu/share/terminfo/k/kaypro
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1964
file path=usr/gnu/share/terminfo/k/kaypro2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1965
file path=usr/gnu/share/terminfo/k/kds6402
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1966
file path=usr/gnu/share/terminfo/k/kds7372
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1967
file path=usr/gnu/share/terminfo/k/kds7372-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1968
file path=usr/gnu/share/terminfo/k/kermit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1969
file path=usr/gnu/share/terminfo/k/kermit-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1970
file path=usr/gnu/share/terminfo/k/klone+acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1971
file path=usr/gnu/share/terminfo/k/klone+color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1972
file path=usr/gnu/share/terminfo/k/klone+koi8acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1973
file path=usr/gnu/share/terminfo/k/klone+sgr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1974
file path=usr/gnu/share/terminfo/k/klone+sgr-dumb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1975
file path=usr/gnu/share/terminfo/k/klone+sgr8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1976
file path=usr/gnu/share/terminfo/k/kon
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1977
file path=usr/gnu/share/terminfo/k/kon2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1978
file path=usr/gnu/share/terminfo/k/konsole
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1979
file path=usr/gnu/share/terminfo/k/konsole+pcfkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1980
file path=usr/gnu/share/terminfo/k/konsole-16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1981
file path=usr/gnu/share/terminfo/k/konsole-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1982
file path=usr/gnu/share/terminfo/k/konsole-base
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1983
file path=usr/gnu/share/terminfo/k/konsole-linux
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1984
file path=usr/gnu/share/terminfo/k/konsole-solaris
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1985
file path=usr/gnu/share/terminfo/k/konsole-vt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1986
file path=usr/gnu/share/terminfo/k/konsole-vt420pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1987
file path=usr/gnu/share/terminfo/k/konsole-xf3x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1988
file path=usr/gnu/share/terminfo/k/konsole-xf4x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1989
file path=usr/gnu/share/terminfo/k/kt7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1990
file path=usr/gnu/share/terminfo/k/kt7ix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1991
file path=usr/gnu/share/terminfo/k/kterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1992
file path=usr/gnu/share/terminfo/k/kterm-co
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1993
file path=usr/gnu/share/terminfo/k/kterm-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1994
file path=usr/gnu/share/terminfo/k/ktm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1995
file path=usr/gnu/share/terminfo/k/kvt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1996
file path=usr/gnu/share/terminfo/l/la120
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1997
file path=usr/gnu/share/terminfo/l/layer
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1998
file path=usr/gnu/share/terminfo/l/lft
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  1999
file path=usr/gnu/share/terminfo/l/lft-pc850
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2000
file path=usr/gnu/share/terminfo/l/linux
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2001
file path=usr/gnu/share/terminfo/l/linux-basic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2002
file path=usr/gnu/share/terminfo/l/linux-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2003
file path=usr/gnu/share/terminfo/l/linux-c-nc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2004
file path=usr/gnu/share/terminfo/l/linux-koi8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2005
file path=usr/gnu/share/terminfo/l/linux-koi8r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2006
file path=usr/gnu/share/terminfo/l/linux-lat
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2007
file path=usr/gnu/share/terminfo/l/linux-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2008
file path=usr/gnu/share/terminfo/l/linux-nic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2009
file path=usr/gnu/share/terminfo/l/linux-vt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2010
file path=usr/gnu/share/terminfo/l/linux2.6.26
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2011
file path=usr/gnu/share/terminfo/l/lisa
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2012
file path=usr/gnu/share/terminfo/l/lisaterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2013
file path=usr/gnu/share/terminfo/l/lisaterm-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2014
file path=usr/gnu/share/terminfo/l/liswb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2015
file path=usr/gnu/share/terminfo/l/ln03
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2016
file path=usr/gnu/share/terminfo/l/ln03-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2017
file path=usr/gnu/share/terminfo/l/lpr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2018
file path=usr/gnu/share/terminfo/l/luna
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2019
file path=usr/gnu/share/terminfo/l/luna68k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2020
file path=usr/gnu/share/terminfo/m/m2-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2021
file path=usr/gnu/share/terminfo/m/mac
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2022
file path=usr/gnu/share/terminfo/m/mac-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2023
file path=usr/gnu/share/terminfo/m/mach
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2024
file path=usr/gnu/share/terminfo/m/mach-bold
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2025
file path=usr/gnu/share/terminfo/m/mach-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2026
file path=usr/gnu/share/terminfo/m/macintosh
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2027
file path=usr/gnu/share/terminfo/m/macterminal-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2028
file path=usr/gnu/share/terminfo/m/mai
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2029
file path=usr/gnu/share/terminfo/m/masscomp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2030
file path=usr/gnu/share/terminfo/m/masscomp1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2031
file path=usr/gnu/share/terminfo/m/masscomp2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2032
file path=usr/gnu/share/terminfo/m/mdl110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2033
file path=usr/gnu/share/terminfo/m/megatek
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2034
file path=usr/gnu/share/terminfo/m/memhp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2035
file path=usr/gnu/share/terminfo/m/mgr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2036
file path=usr/gnu/share/terminfo/m/mgr-linux
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2037
file path=usr/gnu/share/terminfo/m/mgr-sun
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2038
file path=usr/gnu/share/terminfo/m/mgt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2039
file path=usr/gnu/share/terminfo/m/mgterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2040
file path=usr/gnu/share/terminfo/m/microb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2041
file path=usr/gnu/share/terminfo/m/microbee
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2042
file path=usr/gnu/share/terminfo/m/microterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2043
file path=usr/gnu/share/terminfo/m/microterm5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2044
file path=usr/gnu/share/terminfo/m/mime
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2045
file path=usr/gnu/share/terminfo/m/mime-3ax
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2046
file path=usr/gnu/share/terminfo/m/mime-fb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2047
file path=usr/gnu/share/terminfo/m/mime-hb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2048
file path=usr/gnu/share/terminfo/m/mime1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2049
file path=usr/gnu/share/terminfo/m/mime2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2050
file path=usr/gnu/share/terminfo/m/mime2a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2051
file path=usr/gnu/share/terminfo/m/mime2a-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2052
file path=usr/gnu/share/terminfo/m/mime2a-v
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2053
file path=usr/gnu/share/terminfo/m/mime314
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2054
file path=usr/gnu/share/terminfo/m/mime340
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2055
file path=usr/gnu/share/terminfo/m/mime3a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2056
file path=usr/gnu/share/terminfo/m/mime3ax
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2057
file path=usr/gnu/share/terminfo/m/mimei
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2058
file path=usr/gnu/share/terminfo/m/mimeii
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2059
file path=usr/gnu/share/terminfo/m/minitel
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2060
file path=usr/gnu/share/terminfo/m/minitel-2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2061
file path=usr/gnu/share/terminfo/m/minitel-2-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2062
file path=usr/gnu/share/terminfo/m/minitel1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2063
file path=usr/gnu/share/terminfo/m/minitel1b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2064
file path=usr/gnu/share/terminfo/m/minitel1b-80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2065
file path=usr/gnu/share/terminfo/m/minix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2066
file path=usr/gnu/share/terminfo/m/minix-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2067
file path=usr/gnu/share/terminfo/m/minix-old-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2068
file path=usr/gnu/share/terminfo/m/mlterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2069
file path=usr/gnu/share/terminfo/m/mlterm+pcfkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2070
file path=usr/gnu/share/terminfo/m/mm314
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2071
file path=usr/gnu/share/terminfo/m/mm340
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2072
file path=usr/gnu/share/terminfo/m/mod
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2073
file path=usr/gnu/share/terminfo/m/mod24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2074
file path=usr/gnu/share/terminfo/m/modgraph
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2075
file path=usr/gnu/share/terminfo/m/modgraph2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2076
file path=usr/gnu/share/terminfo/m/modgraph48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2077
file path=usr/gnu/share/terminfo/m/mono-emx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2078
file path=usr/gnu/share/terminfo/m/morphos
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2079
file path=usr/gnu/share/terminfo/m/mouse-sun
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2080
file path=usr/gnu/share/terminfo/m/mrxvt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2081
file path=usr/gnu/share/terminfo/m/ms-vt-utf8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2082
file path=usr/gnu/share/terminfo/m/ms-vt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2083
file path=usr/gnu/share/terminfo/m/ms-vt100+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2084
file path=usr/gnu/share/terminfo/m/ms-vt100-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2085
file path=usr/gnu/share/terminfo/m/msk227
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2086
file path=usr/gnu/share/terminfo/m/msk22714
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2087
file path=usr/gnu/share/terminfo/m/msk227am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2088
file path=usr/gnu/share/terminfo/m/mskermit227
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2089
file path=usr/gnu/share/terminfo/m/mskermit22714
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2090
file path=usr/gnu/share/terminfo/m/mskermit227am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2091
file path=usr/gnu/share/terminfo/m/mt-70
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2092
file path=usr/gnu/share/terminfo/m/mt4520-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2093
file path=usr/gnu/share/terminfo/m/mt70
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2094
file path=usr/gnu/share/terminfo/m/mterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2095
file path=usr/gnu/share/terminfo/m/mterm-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2096
file path=usr/gnu/share/terminfo/m/mvterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2097
file path=usr/gnu/share/terminfo/n/nansi.sys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2098
file path=usr/gnu/share/terminfo/n/nansi.sysk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2099
file path=usr/gnu/share/terminfo/n/nansisys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2100
file path=usr/gnu/share/terminfo/n/nansisysk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2101
file path=usr/gnu/share/terminfo/n/ncr160vppp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2102
file path=usr/gnu/share/terminfo/n/ncr160vpwpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2103
file path=usr/gnu/share/terminfo/n/ncr160vt100an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2104
file path=usr/gnu/share/terminfo/n/ncr160vt100pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2105
file path=usr/gnu/share/terminfo/n/ncr160vt100wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2106
file path=usr/gnu/share/terminfo/n/ncr160vt100wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2107
file path=usr/gnu/share/terminfo/n/ncr160vt200an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2108
file path=usr/gnu/share/terminfo/n/ncr160vt200pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2109
file path=usr/gnu/share/terminfo/n/ncr160vt200wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2110
file path=usr/gnu/share/terminfo/n/ncr160vt200wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2111
file path=usr/gnu/share/terminfo/n/ncr160vt300an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2112
file path=usr/gnu/share/terminfo/n/ncr160vt300pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2113
file path=usr/gnu/share/terminfo/n/ncr160vt300wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2114
file path=usr/gnu/share/terminfo/n/ncr160vt300wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2115
file path=usr/gnu/share/terminfo/n/ncr160wy50+pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2116
file path=usr/gnu/share/terminfo/n/ncr160wy50+wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2117
file path=usr/gnu/share/terminfo/n/ncr160wy60pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2118
file path=usr/gnu/share/terminfo/n/ncr160wy60wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2119
file path=usr/gnu/share/terminfo/n/ncr260intan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2120
file path=usr/gnu/share/terminfo/n/ncr260intpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2121
file path=usr/gnu/share/terminfo/n/ncr260intwan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2122
file path=usr/gnu/share/terminfo/n/ncr260intwpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2123
file path=usr/gnu/share/terminfo/n/ncr260vppp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2124
file path=usr/gnu/share/terminfo/n/ncr260vpwpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2125
file path=usr/gnu/share/terminfo/n/ncr260vt100an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2126
file path=usr/gnu/share/terminfo/n/ncr260vt100pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2127
file path=usr/gnu/share/terminfo/n/ncr260vt100wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2128
file path=usr/gnu/share/terminfo/n/ncr260vt100wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2129
file path=usr/gnu/share/terminfo/n/ncr260vt200an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2130
file path=usr/gnu/share/terminfo/n/ncr260vt200pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2131
file path=usr/gnu/share/terminfo/n/ncr260vt200wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2132
file path=usr/gnu/share/terminfo/n/ncr260vt200wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2133
file path=usr/gnu/share/terminfo/n/ncr260vt300an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2134
file path=usr/gnu/share/terminfo/n/ncr260vt300pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2135
file path=usr/gnu/share/terminfo/n/ncr260vt300wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2136
file path=usr/gnu/share/terminfo/n/ncr260vt300wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2137
file path=usr/gnu/share/terminfo/n/ncr260wy325pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2138
file path=usr/gnu/share/terminfo/n/ncr260wy325wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2139
file path=usr/gnu/share/terminfo/n/ncr260wy350pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2140
file path=usr/gnu/share/terminfo/n/ncr260wy350wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2141
file path=usr/gnu/share/terminfo/n/ncr260wy50+pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2142
file path=usr/gnu/share/terminfo/n/ncr260wy50+wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2143
file path=usr/gnu/share/terminfo/n/ncr260wy60pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2144
file path=usr/gnu/share/terminfo/n/ncr260wy60wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2145
file path=usr/gnu/share/terminfo/n/ncr7900
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2146
file path=usr/gnu/share/terminfo/n/ncr7900i
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2147
file path=usr/gnu/share/terminfo/n/ncr7900iv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2148
file path=usr/gnu/share/terminfo/n/ncr7901
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2149
file path=usr/gnu/share/terminfo/n/ncrvt100an
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2150
file path=usr/gnu/share/terminfo/n/ncrvt100pp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2151
file path=usr/gnu/share/terminfo/n/ncrvt100wan
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2152
file path=usr/gnu/share/terminfo/n/ncrvt100wpp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2153
file path=usr/gnu/share/terminfo/n/ncsa
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2154
file path=usr/gnu/share/terminfo/n/ncsa-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2155
file path=usr/gnu/share/terminfo/n/ncsa-m-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2156
file path=usr/gnu/share/terminfo/n/ncsa-ns
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2157
file path=usr/gnu/share/terminfo/n/ncsa-vt220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2158
file path=usr/gnu/share/terminfo/n/ncsa-vt220-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2159
file path=usr/gnu/share/terminfo/n/nd9500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2160
file path=usr/gnu/share/terminfo/n/ndr9500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2161
file path=usr/gnu/share/terminfo/n/ndr9500-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2162
file path=usr/gnu/share/terminfo/n/ndr9500-25-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2163
file path=usr/gnu/share/terminfo/n/ndr9500-25-mc-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2164
file path=usr/gnu/share/terminfo/n/ndr9500-25-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2165
file path=usr/gnu/share/terminfo/n/ndr9500-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2166
file path=usr/gnu/share/terminfo/n/ndr9500-mc-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2167
file path=usr/gnu/share/terminfo/n/ndr9500-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2168
file path=usr/gnu/share/terminfo/n/nec
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2169
file path=usr/gnu/share/terminfo/n/nec5520
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2170
file path=usr/gnu/share/terminfo/n/newhp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2171
file path=usr/gnu/share/terminfo/n/newhpkeyboard
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2172
file path=usr/gnu/share/terminfo/n/news
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2173
file path=usr/gnu/share/terminfo/n/news-29
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2174
file path=usr/gnu/share/terminfo/n/news-29-euc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2175
file path=usr/gnu/share/terminfo/n/news-29-sjis
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2176
file path=usr/gnu/share/terminfo/n/news-33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2177
file path=usr/gnu/share/terminfo/n/news-33-euc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2178
file path=usr/gnu/share/terminfo/n/news-33-sjis
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2179
file path=usr/gnu/share/terminfo/n/news-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2180
file path=usr/gnu/share/terminfo/n/news-42-euc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2181
file path=usr/gnu/share/terminfo/n/news-42-sjis
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2182
file path=usr/gnu/share/terminfo/n/news-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2183
file path=usr/gnu/share/terminfo/n/news-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2184
file path=usr/gnu/share/terminfo/n/news-old-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2185
file path=usr/gnu/share/terminfo/n/news-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2186
file path=usr/gnu/share/terminfo/n/news28
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2187
file path=usr/gnu/share/terminfo/n/news28-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2188
file path=usr/gnu/share/terminfo/n/news29
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2189
file path=usr/gnu/share/terminfo/n/news31
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2190
file path=usr/gnu/share/terminfo/n/news31-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2191
file path=usr/gnu/share/terminfo/n/news31-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2192
file path=usr/gnu/share/terminfo/n/news33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2193
file path=usr/gnu/share/terminfo/n/news40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2194
file path=usr/gnu/share/terminfo/n/news40-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2195
file path=usr/gnu/share/terminfo/n/news40-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2196
file path=usr/gnu/share/terminfo/n/news42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2197
file path=usr/gnu/share/terminfo/n/newscbm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2198
file path=usr/gnu/share/terminfo/n/newscbm-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2199
file path=usr/gnu/share/terminfo/n/newscbm-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2200
file path=usr/gnu/share/terminfo/n/newscbm33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2201
file path=usr/gnu/share/terminfo/n/next
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2202
file path=usr/gnu/share/terminfo/n/nextshell
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2203
file path=usr/gnu/share/terminfo/n/northstar
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2204
file path=usr/gnu/share/terminfo/n/nsterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2205
file path=usr/gnu/share/terminfo/n/nsterm+7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2206
file path=usr/gnu/share/terminfo/n/nsterm+acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2207
file path=usr/gnu/share/terminfo/n/nsterm+c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2208
file path=usr/gnu/share/terminfo/n/nsterm+c41
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2209
file path=usr/gnu/share/terminfo/n/nsterm+mac
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2210
file path=usr/gnu/share/terminfo/n/nsterm+s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2211
file path=usr/gnu/share/terminfo/n/nsterm-16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2212
file path=usr/gnu/share/terminfo/n/nsterm-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2213
file path=usr/gnu/share/terminfo/n/nsterm-7-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2214
file path=usr/gnu/share/terminfo/n/nsterm-7-c-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2215
file path=usr/gnu/share/terminfo/n/nsterm-7-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2216
file path=usr/gnu/share/terminfo/n/nsterm-7-m-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2217
file path=usr/gnu/share/terminfo/n/nsterm-7-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2218
file path=usr/gnu/share/terminfo/n/nsterm-acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2219
file path=usr/gnu/share/terminfo/n/nsterm-acs-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2220
file path=usr/gnu/share/terminfo/n/nsterm-acs-c-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2221
file path=usr/gnu/share/terminfo/n/nsterm-acs-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2222
file path=usr/gnu/share/terminfo/n/nsterm-acs-m-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2223
file path=usr/gnu/share/terminfo/n/nsterm-acs-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2224
file path=usr/gnu/share/terminfo/n/nsterm-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2225
file path=usr/gnu/share/terminfo/n/nsterm-c-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2226
file path=usr/gnu/share/terminfo/n/nsterm-c-acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2227
file path=usr/gnu/share/terminfo/n/nsterm-c-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2228
file path=usr/gnu/share/terminfo/n/nsterm-c-s-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2229
file path=usr/gnu/share/terminfo/n/nsterm-c-s-acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2230
file path=usr/gnu/share/terminfo/n/nsterm-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2231
file path=usr/gnu/share/terminfo/n/nsterm-m-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2232
file path=usr/gnu/share/terminfo/n/nsterm-m-acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2233
file path=usr/gnu/share/terminfo/n/nsterm-m-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2234
file path=usr/gnu/share/terminfo/n/nsterm-m-s-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2235
file path=usr/gnu/share/terminfo/n/nsterm-m-s-acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2236
file path=usr/gnu/share/terminfo/n/nsterm-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2237
file path=usr/gnu/share/terminfo/n/nsterm-s-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2238
file path=usr/gnu/share/terminfo/n/nsterm-s-acs
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2239
file path=usr/gnu/share/terminfo/n/ntconsole
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2240
file path=usr/gnu/share/terminfo/n/ntconsole-100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2241
file path=usr/gnu/share/terminfo/n/ntconsole-100-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2242
file path=usr/gnu/share/terminfo/n/ntconsole-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2243
file path=usr/gnu/share/terminfo/n/ntconsole-25-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2244
file path=usr/gnu/share/terminfo/n/ntconsole-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2245
file path=usr/gnu/share/terminfo/n/ntconsole-25-w-vt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2246
file path=usr/gnu/share/terminfo/n/ntconsole-35
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2247
file path=usr/gnu/share/terminfo/n/ntconsole-35-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2248
file path=usr/gnu/share/terminfo/n/ntconsole-35-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2249
file path=usr/gnu/share/terminfo/n/ntconsole-50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2250
file path=usr/gnu/share/terminfo/n/ntconsole-50-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2251
file path=usr/gnu/share/terminfo/n/ntconsole-50-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2252
file path=usr/gnu/share/terminfo/n/ntconsole-60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2253
file path=usr/gnu/share/terminfo/n/ntconsole-60-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2254
file path=usr/gnu/share/terminfo/n/ntconsole-60-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2255
file path=usr/gnu/share/terminfo/n/ntconsole-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2256
file path=usr/gnu/share/terminfo/n/ntconsole-w-vt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2257
file path=usr/gnu/share/terminfo/n/nwe501
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2258
file path=usr/gnu/share/terminfo/n/nwe501-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2259
file path=usr/gnu/share/terminfo/n/nwe501-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2260
file path=usr/gnu/share/terminfo/n/nwp-511
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2261
file path=usr/gnu/share/terminfo/n/nwp-517
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2262
file path=usr/gnu/share/terminfo/n/nwp-517-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2263
file path=usr/gnu/share/terminfo/n/nwp251-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2264
file path=usr/gnu/share/terminfo/n/nwp251-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2265
file path=usr/gnu/share/terminfo/n/nwp511
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2266
file path=usr/gnu/share/terminfo/n/nwp512
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2267
file path=usr/gnu/share/terminfo/n/nwp512-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2268
file path=usr/gnu/share/terminfo/n/nwp512-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2269
file path=usr/gnu/share/terminfo/n/nwp513
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2270
file path=usr/gnu/share/terminfo/n/nwp513-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2271
file path=usr/gnu/share/terminfo/n/nwp513-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2272
file path=usr/gnu/share/terminfo/n/nwp514
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2273
file path=usr/gnu/share/terminfo/n/nwp514-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2274
file path=usr/gnu/share/terminfo/n/nwp514-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2275
file path=usr/gnu/share/terminfo/n/nwp517
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2276
file path=usr/gnu/share/terminfo/n/nwp517-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2277
file path=usr/gnu/share/terminfo/n/nwp518
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2278
file path=usr/gnu/share/terminfo/n/nwp518-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2279
file path=usr/gnu/share/terminfo/n/nwp518-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2280
file path=usr/gnu/share/terminfo/n/nxterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2281
file path=usr/gnu/share/terminfo/o/o31
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2282
file path=usr/gnu/share/terminfo/o/o4112-nd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2283
file path=usr/gnu/share/terminfo/o/o85h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2284
file path=usr/gnu/share/terminfo/o/oabm85h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2285
file path=usr/gnu/share/terminfo/o/oblit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2286
file path=usr/gnu/share/terminfo/o/oc100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2287
file path=usr/gnu/share/terminfo/o/oconcept
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2288
file path=usr/gnu/share/terminfo/o/ofcons
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2289
file path=usr/gnu/share/terminfo/o/ojerq
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2290
file path=usr/gnu/share/terminfo/o/oldibmpc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2291
file path=usr/gnu/share/terminfo/o/oldpc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2292
file path=usr/gnu/share/terminfo/o/oldsun
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2293
file path=usr/gnu/share/terminfo/o/omron
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2294
file path=usr/gnu/share/terminfo/o/opennt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2295
file path=usr/gnu/share/terminfo/o/opennt-100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2296
file path=usr/gnu/share/terminfo/o/opennt-100-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2297
file path=usr/gnu/share/terminfo/o/opennt-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2298
file path=usr/gnu/share/terminfo/o/opennt-25-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2299
file path=usr/gnu/share/terminfo/o/opennt-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2300
file path=usr/gnu/share/terminfo/o/opennt-25-w-vt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2301
file path=usr/gnu/share/terminfo/o/opennt-35
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2302
file path=usr/gnu/share/terminfo/o/opennt-35-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2303
file path=usr/gnu/share/terminfo/o/opennt-35-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2304
file path=usr/gnu/share/terminfo/o/opennt-50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2305
file path=usr/gnu/share/terminfo/o/opennt-50-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2306
file path=usr/gnu/share/terminfo/o/opennt-50-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2307
file path=usr/gnu/share/terminfo/o/opennt-60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2308
file path=usr/gnu/share/terminfo/o/opennt-60-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2309
file path=usr/gnu/share/terminfo/o/opennt-60-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2310
file path=usr/gnu/share/terminfo/o/opennt-nti
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2311
file path=usr/gnu/share/terminfo/o/opennt-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2312
file path=usr/gnu/share/terminfo/o/opennt-w-vt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2313
file path=usr/gnu/share/terminfo/o/opus3n1+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2314
file path=usr/gnu/share/terminfo/o/origibmpc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2315
file path=usr/gnu/share/terminfo/o/origpc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2316
file path=usr/gnu/share/terminfo/o/os9LII
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2317
file path=usr/gnu/share/terminfo/o/osborne
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2318
file path=usr/gnu/share/terminfo/o/osborne-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2319
file path=usr/gnu/share/terminfo/o/osborne1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2320
file path=usr/gnu/share/terminfo/o/osborne1-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2321
file path=usr/gnu/share/terminfo/o/osexec
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2322
file path=usr/gnu/share/terminfo/o/otek4112
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2323
file path=usr/gnu/share/terminfo/o/otek4113
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2324
file path=usr/gnu/share/terminfo/o/otek4114
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2325
file path=usr/gnu/share/terminfo/o/otek4115
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2326
file path=usr/gnu/share/terminfo/o/owl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2327
file path=usr/gnu/share/terminfo/p/p12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2328
file path=usr/gnu/share/terminfo/p/p12-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2329
file path=usr/gnu/share/terminfo/p/p12-m-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2330
file path=usr/gnu/share/terminfo/p/p12-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2331
file path=usr/gnu/share/terminfo/p/p14
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2332
file path=usr/gnu/share/terminfo/p/p14-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2333
file path=usr/gnu/share/terminfo/p/p14-m-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2334
file path=usr/gnu/share/terminfo/p/p14-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2335
file path=usr/gnu/share/terminfo/p/p19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2336
file path=usr/gnu/share/terminfo/p/p4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2337
file path=usr/gnu/share/terminfo/p/p5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2338
file path=usr/gnu/share/terminfo/p/p7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2339
file path=usr/gnu/share/terminfo/p/p8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2340
file path=usr/gnu/share/terminfo/p/p8-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2341
file path=usr/gnu/share/terminfo/p/p8gl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2342
file path=usr/gnu/share/terminfo/p/p9
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2343
file path=usr/gnu/share/terminfo/p/p9-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2344
file path=usr/gnu/share/terminfo/p/p9-8-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2345
file path=usr/gnu/share/terminfo/p/p9-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2346
file path=usr/gnu/share/terminfo/p/pc-coherent
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2347
file path=usr/gnu/share/terminfo/p/pc-minix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2348
file path=usr/gnu/share/terminfo/p/pc-venix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2349
file path=usr/gnu/share/terminfo/p/pc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2350
file path=usr/gnu/share/terminfo/p/pc3-bold
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2351
file path=usr/gnu/share/terminfo/p/pc3r
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2352
file path=usr/gnu/share/terminfo/p/pc3r-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2353
file path=usr/gnu/share/terminfo/p/pc6300plus
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2354
file path=usr/gnu/share/terminfo/p/pc7300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2355
file path=usr/gnu/share/terminfo/p/pcansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2356
file path=usr/gnu/share/terminfo/p/pcansi-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2357
file path=usr/gnu/share/terminfo/p/pcansi-25-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2358
file path=usr/gnu/share/terminfo/p/pcansi-33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2359
file path=usr/gnu/share/terminfo/p/pcansi-33-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2360
file path=usr/gnu/share/terminfo/p/pcansi-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2361
file path=usr/gnu/share/terminfo/p/pcansi-43-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2362
file path=usr/gnu/share/terminfo/p/pcansi-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2363
file path=usr/gnu/share/terminfo/p/pcansi-mono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2364
file path=usr/gnu/share/terminfo/p/pcansi25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2365
file path=usr/gnu/share/terminfo/p/pcansi25m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2366
file path=usr/gnu/share/terminfo/p/pcansi33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2367
file path=usr/gnu/share/terminfo/p/pcansi33m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2368
file path=usr/gnu/share/terminfo/p/pcansi43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2369
file path=usr/gnu/share/terminfo/p/pccons
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2370
file path=usr/gnu/share/terminfo/p/pcconsole
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2371
file path=usr/gnu/share/terminfo/p/pcix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2372
file path=usr/gnu/share/terminfo/p/pckermit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2373
file path=usr/gnu/share/terminfo/p/pckermit12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2374
file path=usr/gnu/share/terminfo/p/pckermit120
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2375
file path=usr/gnu/share/terminfo/p/pcmw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2376
file path=usr/gnu/share/terminfo/p/pcplot
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2377
file path=usr/gnu/share/terminfo/p/pcvt25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2378
file path=usr/gnu/share/terminfo/p/pcvt25-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2379
file path=usr/gnu/share/terminfo/p/pcvt25w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2380
file path=usr/gnu/share/terminfo/p/pcvt28
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2381
file path=usr/gnu/share/terminfo/p/pcvt28w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2382
file path=usr/gnu/share/terminfo/p/pcvt35
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2383
file path=usr/gnu/share/terminfo/p/pcvt35w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2384
file path=usr/gnu/share/terminfo/p/pcvt40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2385
file path=usr/gnu/share/terminfo/p/pcvt40w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2386
file path=usr/gnu/share/terminfo/p/pcvt43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2387
file path=usr/gnu/share/terminfo/p/pcvt43w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2388
file path=usr/gnu/share/terminfo/p/pcvt50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2389
file path=usr/gnu/share/terminfo/p/pcvt50w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2390
file path=usr/gnu/share/terminfo/p/pcvtXX
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2391
file path=usr/gnu/share/terminfo/p/pcz19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2392
file path=usr/gnu/share/terminfo/p/pe1100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2393
file path=usr/gnu/share/terminfo/p/pe1200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2394
file path=usr/gnu/share/terminfo/p/pe1251
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2395
file path=usr/gnu/share/terminfo/p/pe550
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2396
file path=usr/gnu/share/terminfo/p/pe6100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2397
file path=usr/gnu/share/terminfo/p/pe6300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2398
file path=usr/gnu/share/terminfo/p/pe6312
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2399
file path=usr/gnu/share/terminfo/p/pe7000c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2400
file path=usr/gnu/share/terminfo/p/pe7000m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2401
file path=usr/gnu/share/terminfo/p/pilot
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2402
file path=usr/gnu/share/terminfo/p/pmcons
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2403
file path=usr/gnu/share/terminfo/p/pmconsole
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2404
file path=usr/gnu/share/terminfo/p/printer
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2405
file path=usr/gnu/share/terminfo/p/prism12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2406
file path=usr/gnu/share/terminfo/p/prism12-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2407
file path=usr/gnu/share/terminfo/p/prism12-m-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2408
file path=usr/gnu/share/terminfo/p/prism12-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2409
file path=usr/gnu/share/terminfo/p/prism14
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2410
file path=usr/gnu/share/terminfo/p/prism14-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2411
file path=usr/gnu/share/terminfo/p/prism14-m-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2412
file path=usr/gnu/share/terminfo/p/prism14-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2413
file path=usr/gnu/share/terminfo/p/prism2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2414
file path=usr/gnu/share/terminfo/p/prism4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2415
file path=usr/gnu/share/terminfo/p/prism5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2416
file path=usr/gnu/share/terminfo/p/prism7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2417
file path=usr/gnu/share/terminfo/p/prism8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2418
file path=usr/gnu/share/terminfo/p/prism8-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2419
file path=usr/gnu/share/terminfo/p/prism8gl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2420
file path=usr/gnu/share/terminfo/p/prism9
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2421
file path=usr/gnu/share/terminfo/p/prism9-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2422
file path=usr/gnu/share/terminfo/p/prism9-8-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2423
file path=usr/gnu/share/terminfo/p/prism9-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2424
file path=usr/gnu/share/terminfo/p/pro350
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2425
file path=usr/gnu/share/terminfo/p/ps300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2426
file path=usr/gnu/share/terminfo/p/psterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2427
file path=usr/gnu/share/terminfo/p/psterm-80x24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2428
file path=usr/gnu/share/terminfo/p/psterm-90x28
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2429
file path=usr/gnu/share/terminfo/p/psterm-96x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2430
file path=usr/gnu/share/terminfo/p/psterm-basic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2431
file path=usr/gnu/share/terminfo/p/psterm-fast
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2432
file path=usr/gnu/share/terminfo/p/psx_ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2433
file path=usr/gnu/share/terminfo/p/pt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2434
file path=usr/gnu/share/terminfo/p/pt100w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2435
file path=usr/gnu/share/terminfo/p/pt200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2436
file path=usr/gnu/share/terminfo/p/pt200w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2437
file path=usr/gnu/share/terminfo/p/pt210
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2438
file path=usr/gnu/share/terminfo/p/pt250
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2439
file path=usr/gnu/share/terminfo/p/pt250w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2440
file path=usr/gnu/share/terminfo/p/pt505
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2441
file path=usr/gnu/share/terminfo/p/pt505-22
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2442
file path=usr/gnu/share/terminfo/p/pt505-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2443
file path=usr/gnu/share/terminfo/p/pty
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2444
file path=usr/gnu/share/terminfo/p/putty
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2445
file path=usr/gnu/share/terminfo/p/putty-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2446
file path=usr/gnu/share/terminfo/p/putty-vt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2447
file path=usr/gnu/share/terminfo/q/qansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2448
file path=usr/gnu/share/terminfo/q/qansi-g
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2449
file path=usr/gnu/share/terminfo/q/qansi-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2450
file path=usr/gnu/share/terminfo/q/qansi-t
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2451
file path=usr/gnu/share/terminfo/q/qansi-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2452
file path=usr/gnu/share/terminfo/q/qdcons
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2453
file path=usr/gnu/share/terminfo/q/qdss
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2454
file path=usr/gnu/share/terminfo/q/qnx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2455
file path=usr/gnu/share/terminfo/q/qnx4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2456
file path=usr/gnu/share/terminfo/q/qnxm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2457
file path=usr/gnu/share/terminfo/q/qnxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2458
file path=usr/gnu/share/terminfo/q/qnxt2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2459
file path=usr/gnu/share/terminfo/q/qnxt4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2460
file path=usr/gnu/share/terminfo/q/qnxtmono
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2461
file path=usr/gnu/share/terminfo/q/qnxw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2462
file path=usr/gnu/share/terminfo/q/qume
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2463
file path=usr/gnu/share/terminfo/q/qume5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2464
file path=usr/gnu/share/terminfo/q/qvt101
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2465
file path=usr/gnu/share/terminfo/q/qvt101+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2466
file path=usr/gnu/share/terminfo/q/qvt101p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2467
file path=usr/gnu/share/terminfo/q/qvt102
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2468
file path=usr/gnu/share/terminfo/q/qvt103
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2469
file path=usr/gnu/share/terminfo/q/qvt103-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2470
file path=usr/gnu/share/terminfo/q/qvt108
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2471
file path=usr/gnu/share/terminfo/q/qvt119
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2472
file path=usr/gnu/share/terminfo/q/qvt119+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2473
file path=usr/gnu/share/terminfo/q/qvt119+-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2474
file path=usr/gnu/share/terminfo/q/qvt119+-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2475
file path=usr/gnu/share/terminfo/q/qvt119+-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2476
file path=usr/gnu/share/terminfo/q/qvt119-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2477
file path=usr/gnu/share/terminfo/q/qvt119-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2478
file path=usr/gnu/share/terminfo/q/qvt119p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2479
file path=usr/gnu/share/terminfo/q/qvt119p-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2480
file path=usr/gnu/share/terminfo/q/qvt119p-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2481
file path=usr/gnu/share/terminfo/q/qvt119p-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2482
file path=usr/gnu/share/terminfo/q/qvt203
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2483
file path=usr/gnu/share/terminfo/q/qvt203+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2484
file path=usr/gnu/share/terminfo/q/qvt203-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2485
file path=usr/gnu/share/terminfo/q/qvt203-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2486
file path=usr/gnu/share/terminfo/q/qvt203-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2487
file path=usr/gnu/share/terminfo/q/qvt203-w-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2488
file path=usr/gnu/share/terminfo/r/rbcomm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2489
file path=usr/gnu/share/terminfo/r/rbcomm-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2490
file path=usr/gnu/share/terminfo/r/rbcomm-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2491
file path=usr/gnu/share/terminfo/r/rca
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2492
file path=usr/gnu/share/terminfo/r/rcons
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2493
file path=usr/gnu/share/terminfo/r/rcons-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2494
file path=usr/gnu/share/terminfo/r/rebus3180
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2495
file path=usr/gnu/share/terminfo/r/regent
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2496
file path=usr/gnu/share/terminfo/r/regent100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2497
file path=usr/gnu/share/terminfo/r/regent20
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2498
file path=usr/gnu/share/terminfo/r/regent200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2499
file path=usr/gnu/share/terminfo/r/regent25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2500
file path=usr/gnu/share/terminfo/r/regent40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2501
file path=usr/gnu/share/terminfo/r/regent40+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2502
file path=usr/gnu/share/terminfo/r/regent60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2503
file path=usr/gnu/share/terminfo/r/rt6221
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2504
file path=usr/gnu/share/terminfo/r/rt6221-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2505
file path=usr/gnu/share/terminfo/r/rtpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2506
file path=usr/gnu/share/terminfo/r/rxvt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2507
file path=usr/gnu/share/terminfo/r/rxvt+pcfkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2508
file path=usr/gnu/share/terminfo/r/rxvt-16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2509
file path=usr/gnu/share/terminfo/r/rxvt-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2510
file path=usr/gnu/share/terminfo/r/rxvt-88color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2511
file path=usr/gnu/share/terminfo/r/rxvt-basic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2512
file path=usr/gnu/share/terminfo/r/rxvt-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2513
file path=usr/gnu/share/terminfo/r/rxvt-cygwin
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2514
file path=usr/gnu/share/terminfo/r/rxvt-cygwin-native
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2515
file path=usr/gnu/share/terminfo/r/rxvt-xpm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2516
file path=usr/gnu/share/terminfo/s/s4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2517
file path=usr/gnu/share/terminfo/s/sb1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2518
file path=usr/gnu/share/terminfo/s/sb2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2519
file path=usr/gnu/share/terminfo/s/sb3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2520
file path=usr/gnu/share/terminfo/s/sbi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2521
file path=usr/gnu/share/terminfo/s/sbobcat
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2522
file path=usr/gnu/share/terminfo/s/sc410
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2523
file path=usr/gnu/share/terminfo/s/sc415
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2524
file path=usr/gnu/share/terminfo/s/scanset
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2525
file path=usr/gnu/share/terminfo/s/scoansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2526
file path=usr/gnu/share/terminfo/s/scoansi-new
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2527
file path=usr/gnu/share/terminfo/s/scoansi-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2528
file path=usr/gnu/share/terminfo/s/screen
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2529
file path=usr/gnu/share/terminfo/s/screen+fkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2530
file path=usr/gnu/share/terminfo/s/screen-16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2531
file path=usr/gnu/share/terminfo/s/screen-16color-bce
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2532
file path=usr/gnu/share/terminfo/s/screen-16color-bce-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2533
file path=usr/gnu/share/terminfo/s/screen-16color-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2534
file path=usr/gnu/share/terminfo/s/screen-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2535
file path=usr/gnu/share/terminfo/s/screen-256color-bce
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2536
file path=usr/gnu/share/terminfo/s/screen-256color-bce-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2537
file path=usr/gnu/share/terminfo/s/screen-256color-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2538
file path=usr/gnu/share/terminfo/s/screen-bce
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2539
file path=usr/gnu/share/terminfo/s/screen-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2540
file path=usr/gnu/share/terminfo/s/screen-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2541
file path=usr/gnu/share/terminfo/s/screen.linux
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2542
file path=usr/gnu/share/terminfo/s/screen.mlterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2543
file path=usr/gnu/share/terminfo/s/screen.rxvt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2544
file path=usr/gnu/share/terminfo/s/screen.teraterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2545
file path=usr/gnu/share/terminfo/s/screen.xterm-new
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2546
file path=usr/gnu/share/terminfo/s/screen.xterm-r6
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2547
file path=usr/gnu/share/terminfo/s/screen.xterm-xfree86
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2548
file path=usr/gnu/share/terminfo/s/screen2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2549
file path=usr/gnu/share/terminfo/s/screen3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2550
file path=usr/gnu/share/terminfo/s/screwpoint
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2551
file path=usr/gnu/share/terminfo/s/scrhp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2552
file path=usr/gnu/share/terminfo/s/sibo
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2553
file path=usr/gnu/share/terminfo/s/simterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2554
file path=usr/gnu/share/terminfo/s/soroc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2555
file path=usr/gnu/share/terminfo/s/soroc120
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2556
file path=usr/gnu/share/terminfo/s/soroc140
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2557
file path=usr/gnu/share/terminfo/s/spinwriter
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2558
file path=usr/gnu/share/terminfo/s/st52
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2559
file path=usr/gnu/share/terminfo/s/sun
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2560
file path=usr/gnu/share/terminfo/s/sun-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2561
file path=usr/gnu/share/terminfo/s/sun-12
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2562
file path=usr/gnu/share/terminfo/s/sun-17
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2563
file path=usr/gnu/share/terminfo/s/sun-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2564
file path=usr/gnu/share/terminfo/s/sun-34
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2565
file path=usr/gnu/share/terminfo/s/sun-48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2566
file path=usr/gnu/share/terminfo/s/sun-c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2567
file path=usr/gnu/share/terminfo/s/sun-cgsix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2568
file path=usr/gnu/share/terminfo/s/sun-cmd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2569
file path=usr/gnu/share/terminfo/s/sun-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2570
file path=usr/gnu/share/terminfo/s/sun-e
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2571
file path=usr/gnu/share/terminfo/s/sun-e-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2572
file path=usr/gnu/share/terminfo/s/sun-il
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2573
file path=usr/gnu/share/terminfo/s/sun-nic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2574
file path=usr/gnu/share/terminfo/s/sun-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2575
file path=usr/gnu/share/terminfo/s/sun-s-e
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2576
file path=usr/gnu/share/terminfo/s/sun-ss5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2577
file path=usr/gnu/share/terminfo/s/sun-type4
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2578
file path=usr/gnu/share/terminfo/s/sun1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2579
file path=usr/gnu/share/terminfo/s/sun2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2580
file path=usr/gnu/share/terminfo/s/sune
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2581
file path=usr/gnu/share/terminfo/s/superbee
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2582
file path=usr/gnu/share/terminfo/s/superbee-xsb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2583
file path=usr/gnu/share/terminfo/s/superbeeic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2584
file path=usr/gnu/share/terminfo/s/superbrain
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2585
file path=usr/gnu/share/terminfo/s/sv80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2586
file path=usr/gnu/share/terminfo/s/swtp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2587
file path=usr/gnu/share/terminfo/s/synertek
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2588
file path=usr/gnu/share/terminfo/s/synertek380
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2589
file path=usr/gnu/share/terminfo/s/system1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2590
file path=usr/gnu/share/terminfo/t/t10
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2591
file path=usr/gnu/share/terminfo/t/t1061
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2592
file path=usr/gnu/share/terminfo/t/t1061f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2593
file path=usr/gnu/share/terminfo/t/t16
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2594
file path=usr/gnu/share/terminfo/t/t3700
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2595
file path=usr/gnu/share/terminfo/t/t3800
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2596
file path=usr/gnu/share/terminfo/t/t653x
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2597
file path=usr/gnu/share/terminfo/t/tab
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2598
file path=usr/gnu/share/terminfo/t/tab132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2599
file path=usr/gnu/share/terminfo/t/tab132-15
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2600
file path=usr/gnu/share/terminfo/t/tab132-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2601
file path=usr/gnu/share/terminfo/t/tab132-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2602
file path=usr/gnu/share/terminfo/t/tab132-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2603
file path=usr/gnu/share/terminfo/t/tandem6510
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2604
file path=usr/gnu/share/terminfo/t/tandem653
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2605
file path=usr/gnu/share/terminfo/t/tek
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2606
file path=usr/gnu/share/terminfo/t/tek4012
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2607
file path=usr/gnu/share/terminfo/t/tek4013
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2608
file path=usr/gnu/share/terminfo/t/tek4014
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2609
file path=usr/gnu/share/terminfo/t/tek4014-sm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2610
file path=usr/gnu/share/terminfo/t/tek4015
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2611
file path=usr/gnu/share/terminfo/t/tek4015-sm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2612
file path=usr/gnu/share/terminfo/t/tek4023
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2613
file path=usr/gnu/share/terminfo/t/tek4024
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2614
file path=usr/gnu/share/terminfo/t/tek4025
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2615
file path=usr/gnu/share/terminfo/t/tek4025-17
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2616
file path=usr/gnu/share/terminfo/t/tek4025-17-ws
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2617
file path=usr/gnu/share/terminfo/t/tek4025-cr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2618
file path=usr/gnu/share/terminfo/t/tek4025-ex
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2619
file path=usr/gnu/share/terminfo/t/tek4025a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2620
file path=usr/gnu/share/terminfo/t/tek4025ex
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2621
file path=usr/gnu/share/terminfo/t/tek4027
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2622
file path=usr/gnu/share/terminfo/t/tek4027-ex
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2623
file path=usr/gnu/share/terminfo/t/tek4105
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2624
file path=usr/gnu/share/terminfo/t/tek4105-30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2625
file path=usr/gnu/share/terminfo/t/tek4105a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2626
file path=usr/gnu/share/terminfo/t/tek4106brl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2627
file path=usr/gnu/share/terminfo/t/tek4107
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2628
file path=usr/gnu/share/terminfo/t/tek4107brl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2629
file path=usr/gnu/share/terminfo/t/tek4109
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2630
file path=usr/gnu/share/terminfo/t/tek4109brl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2631
file path=usr/gnu/share/terminfo/t/tek4112
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2632
file path=usr/gnu/share/terminfo/t/tek4112-5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2633
file path=usr/gnu/share/terminfo/t/tek4112-nd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2634
file path=usr/gnu/share/terminfo/t/tek4113
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2635
file path=usr/gnu/share/terminfo/t/tek4113-34
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2636
file path=usr/gnu/share/terminfo/t/tek4113-nd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2637
file path=usr/gnu/share/terminfo/t/tek4114
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2638
file path=usr/gnu/share/terminfo/t/tek4115
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2639
file path=usr/gnu/share/terminfo/t/tek4125
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2640
file path=usr/gnu/share/terminfo/t/tek4205
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2641
file path=usr/gnu/share/terminfo/t/tek4207
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2642
file path=usr/gnu/share/terminfo/t/tek4207-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2643
file path=usr/gnu/share/terminfo/t/tek4404
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2644
file path=usr/gnu/share/terminfo/t/teleray
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2645
file path=usr/gnu/share/terminfo/t/teletec
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2646
file path=usr/gnu/share/terminfo/t/teraterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2647
file path=usr/gnu/share/terminfo/t/teraterm2.3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2648
file path=usr/gnu/share/terminfo/t/teraterm4.59
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2649
file path=usr/gnu/share/terminfo/t/terminet
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2650
file path=usr/gnu/share/terminfo/t/terminet1200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2651
file path=usr/gnu/share/terminfo/t/terminet300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2652
file path=usr/gnu/share/terminfo/t/tgtelnet
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2653
file path=usr/gnu/share/terminfo/t/ti700
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2654
file path=usr/gnu/share/terminfo/t/ti733
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2655
file path=usr/gnu/share/terminfo/t/ti735
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2656
file path=usr/gnu/share/terminfo/t/ti745
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2657
file path=usr/gnu/share/terminfo/t/ti800
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2658
file path=usr/gnu/share/terminfo/t/ti916
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2659
file path=usr/gnu/share/terminfo/t/ti916-132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2660
file path=usr/gnu/share/terminfo/t/ti916-220-7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2661
file path=usr/gnu/share/terminfo/t/ti916-220-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2662
file path=usr/gnu/share/terminfo/t/ti916-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2663
file path=usr/gnu/share/terminfo/t/ti916-8-132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2664
file path=usr/gnu/share/terminfo/t/ti924
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2665
file path=usr/gnu/share/terminfo/t/ti924-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2666
file path=usr/gnu/share/terminfo/t/ti924-8w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2667
file path=usr/gnu/share/terminfo/t/ti924w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2668
file path=usr/gnu/share/terminfo/t/ti926
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2669
file path=usr/gnu/share/terminfo/t/ti926-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2670
file path=usr/gnu/share/terminfo/t/ti928
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2671
file path=usr/gnu/share/terminfo/t/ti928-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2672
file path=usr/gnu/share/terminfo/t/ti931
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2673
file path=usr/gnu/share/terminfo/t/ti_ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2674
file path=usr/gnu/share/terminfo/t/tkterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2675
file path=usr/gnu/share/terminfo/t/tn1200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2676
file path=usr/gnu/share/terminfo/t/tn300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2677
file path=usr/gnu/share/terminfo/t/trs16
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2678
file path=usr/gnu/share/terminfo/t/trs2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2679
file path=usr/gnu/share/terminfo/t/trs80II
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2680
file path=usr/gnu/share/terminfo/t/trsII
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2681
file path=usr/gnu/share/terminfo/t/ts-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2682
file path=usr/gnu/share/terminfo/t/ts-1p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2683
file path=usr/gnu/share/terminfo/t/ts1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2684
file path=usr/gnu/share/terminfo/t/ts100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2685
file path=usr/gnu/share/terminfo/t/ts100-ctxt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2686
file path=usr/gnu/share/terminfo/t/ts100-sp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2687
file path=usr/gnu/share/terminfo/t/ts1p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2688
file path=usr/gnu/share/terminfo/t/tt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2689
file path=usr/gnu/share/terminfo/t/tt505-22
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2690
file path=usr/gnu/share/terminfo/t/tty33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2691
file path=usr/gnu/share/terminfo/t/tty35
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2692
file path=usr/gnu/share/terminfo/t/tty37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2693
file path=usr/gnu/share/terminfo/t/tty40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2694
file path=usr/gnu/share/terminfo/t/tty43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2695
file path=usr/gnu/share/terminfo/t/tty4420
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2696
file path=usr/gnu/share/terminfo/t/tty4424
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2697
file path=usr/gnu/share/terminfo/t/tty4424-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2698
file path=usr/gnu/share/terminfo/t/tty4424m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2699
file path=usr/gnu/share/terminfo/t/tty4426
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2700
file path=usr/gnu/share/terminfo/t/tty5410
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2701
file path=usr/gnu/share/terminfo/t/tty5410-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2702
file path=usr/gnu/share/terminfo/t/tty5410v1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2703
file path=usr/gnu/share/terminfo/t/tty5410v1-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2704
file path=usr/gnu/share/terminfo/t/tty5420
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2705
file path=usr/gnu/share/terminfo/t/tty5420+nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2706
file path=usr/gnu/share/terminfo/t/tty5420-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2707
file path=usr/gnu/share/terminfo/t/tty5420-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2708
file path=usr/gnu/share/terminfo/t/tty5420-rv-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2709
file path=usr/gnu/share/terminfo/t/tty5420-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2710
file path=usr/gnu/share/terminfo/t/tty5420-w-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2711
file path=usr/gnu/share/terminfo/t/tty5420-w-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2712
file path=usr/gnu/share/terminfo/t/tty5420-w-rv-n
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2713
file path=usr/gnu/share/terminfo/t/tty5425
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2714
file path=usr/gnu/share/terminfo/t/tty5425-nl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2715
file path=usr/gnu/share/terminfo/t/tty5425-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2716
file path=usr/gnu/share/terminfo/t/tty5620
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2717
file path=usr/gnu/share/terminfo/t/tty5620-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2718
file path=usr/gnu/share/terminfo/t/tty5620-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2719
file path=usr/gnu/share/terminfo/t/tty5620-34
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2720
file path=usr/gnu/share/terminfo/t/tty5620-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2721
file path=usr/gnu/share/terminfo/t/ttydmd
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2722
file path=usr/gnu/share/terminfo/t/tvi803
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2723
file path=usr/gnu/share/terminfo/t/tvi9065
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2724
file path=usr/gnu/share/terminfo/t/tvi910
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2725
file path=usr/gnu/share/terminfo/t/tvi910+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2726
file path=usr/gnu/share/terminfo/t/tvi912
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2727
file path=usr/gnu/share/terminfo/t/tvi912b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2728
file path=usr/gnu/share/terminfo/t/tvi912b+2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2729
file path=usr/gnu/share/terminfo/t/tvi912b+dim
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2730
file path=usr/gnu/share/terminfo/t/tvi912b+mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2731
file path=usr/gnu/share/terminfo/t/tvi912b+printer
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2732
file path=usr/gnu/share/terminfo/t/tvi912b+vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2733
file path=usr/gnu/share/terminfo/t/tvi912b-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2734
file path=usr/gnu/share/terminfo/t/tvi912b-2p-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2735
file path=usr/gnu/share/terminfo/t/tvi912b-2p-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2736
file path=usr/gnu/share/terminfo/t/tvi912b-2p-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2737
file path=usr/gnu/share/terminfo/t/tvi912b-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2738
file path=usr/gnu/share/terminfo/t/tvi912b-mc-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2739
file path=usr/gnu/share/terminfo/t/tvi912b-mc-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2740
file path=usr/gnu/share/terminfo/t/tvi912b-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2741
file path=usr/gnu/share/terminfo/t/tvi912b-p-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2742
file path=usr/gnu/share/terminfo/t/tvi912b-p-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2743
file path=usr/gnu/share/terminfo/t/tvi912b-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2744
file path=usr/gnu/share/terminfo/t/tvi912b-unk-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2745
file path=usr/gnu/share/terminfo/t/tvi912b-unk-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2746
file path=usr/gnu/share/terminfo/t/tvi912b-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2747
file path=usr/gnu/share/terminfo/t/tvi912b-vb-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2748
file path=usr/gnu/share/terminfo/t/tvi912b-vb-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2749
file path=usr/gnu/share/terminfo/t/tvi912b-vb-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2750
file path=usr/gnu/share/terminfo/t/tvi912c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2751
file path=usr/gnu/share/terminfo/t/tvi912c-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2752
file path=usr/gnu/share/terminfo/t/tvi912c-2p-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2753
file path=usr/gnu/share/terminfo/t/tvi912c-2p-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2754
file path=usr/gnu/share/terminfo/t/tvi912c-2p-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2755
file path=usr/gnu/share/terminfo/t/tvi912c-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2756
file path=usr/gnu/share/terminfo/t/tvi912c-mc-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2757
file path=usr/gnu/share/terminfo/t/tvi912c-mc-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2758
file path=usr/gnu/share/terminfo/t/tvi912c-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2759
file path=usr/gnu/share/terminfo/t/tvi912c-p-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2760
file path=usr/gnu/share/terminfo/t/tvi912c-p-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2761
file path=usr/gnu/share/terminfo/t/tvi912c-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2762
file path=usr/gnu/share/terminfo/t/tvi912c-unk-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2763
file path=usr/gnu/share/terminfo/t/tvi912c-unk-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2764
file path=usr/gnu/share/terminfo/t/tvi912c-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2765
file path=usr/gnu/share/terminfo/t/tvi912c-vb-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2766
file path=usr/gnu/share/terminfo/t/tvi912c-vb-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2767
file path=usr/gnu/share/terminfo/t/tvi912c-vb-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2768
file path=usr/gnu/share/terminfo/t/tvi912cc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2769
file path=usr/gnu/share/terminfo/t/tvi914
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2770
file path=usr/gnu/share/terminfo/t/tvi920
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2771
file path=usr/gnu/share/terminfo/t/tvi920b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2772
file path=usr/gnu/share/terminfo/t/tvi920b+fn
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2773
file path=usr/gnu/share/terminfo/t/tvi920b-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2774
file path=usr/gnu/share/terminfo/t/tvi920b-2p-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2775
file path=usr/gnu/share/terminfo/t/tvi920b-2p-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2776
file path=usr/gnu/share/terminfo/t/tvi920b-2p-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2777
file path=usr/gnu/share/terminfo/t/tvi920b-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2778
file path=usr/gnu/share/terminfo/t/tvi920b-mc-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2779
file path=usr/gnu/share/terminfo/t/tvi920b-mc-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2780
file path=usr/gnu/share/terminfo/t/tvi920b-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2781
file path=usr/gnu/share/terminfo/t/tvi920b-p-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2782
file path=usr/gnu/share/terminfo/t/tvi920b-p-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2783
file path=usr/gnu/share/terminfo/t/tvi920b-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2784
file path=usr/gnu/share/terminfo/t/tvi920b-unk-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2785
file path=usr/gnu/share/terminfo/t/tvi920b-unk-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2786
file path=usr/gnu/share/terminfo/t/tvi920b-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2787
file path=usr/gnu/share/terminfo/t/tvi920b-vb-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2788
file path=usr/gnu/share/terminfo/t/tvi920b-vb-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2789
file path=usr/gnu/share/terminfo/t/tvi920b-vb-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2790
file path=usr/gnu/share/terminfo/t/tvi920c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2791
file path=usr/gnu/share/terminfo/t/tvi920c-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2792
file path=usr/gnu/share/terminfo/t/tvi920c-2p-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2793
file path=usr/gnu/share/terminfo/t/tvi920c-2p-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2794
file path=usr/gnu/share/terminfo/t/tvi920c-2p-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2795
file path=usr/gnu/share/terminfo/t/tvi920c-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2796
file path=usr/gnu/share/terminfo/t/tvi920c-mc-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2797
file path=usr/gnu/share/terminfo/t/tvi920c-mc-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2798
file path=usr/gnu/share/terminfo/t/tvi920c-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2799
file path=usr/gnu/share/terminfo/t/tvi920c-p-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2800
file path=usr/gnu/share/terminfo/t/tvi920c-p-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2801
file path=usr/gnu/share/terminfo/t/tvi920c-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2802
file path=usr/gnu/share/terminfo/t/tvi920c-unk-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2803
file path=usr/gnu/share/terminfo/t/tvi920c-unk-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2804
file path=usr/gnu/share/terminfo/t/tvi920c-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2805
file path=usr/gnu/share/terminfo/t/tvi920c-vb-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2806
file path=usr/gnu/share/terminfo/t/tvi920c-vb-p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2807
file path=usr/gnu/share/terminfo/t/tvi920c-vb-unk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2808
file path=usr/gnu/share/terminfo/t/tvi921
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2809
file path=usr/gnu/share/terminfo/t/tvi924
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2810
file path=usr/gnu/share/terminfo/t/tvi925
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2811
file path=usr/gnu/share/terminfo/t/tvi925-hi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2812
file path=usr/gnu/share/terminfo/t/tvi92B
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2813
file path=usr/gnu/share/terminfo/t/tvi92D
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2814
file path=usr/gnu/share/terminfo/t/tvi950
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2815
file path=usr/gnu/share/terminfo/t/tvi950-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2816
file path=usr/gnu/share/terminfo/t/tvi950-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2817
file path=usr/gnu/share/terminfo/t/tvi950-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2818
file path=usr/gnu/share/terminfo/t/tvi950-rv-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2819
file path=usr/gnu/share/terminfo/t/tvi950-rv-4p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2820
file path=usr/gnu/share/terminfo/t/tvi955
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2821
file path=usr/gnu/share/terminfo/t/tvi955-hb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2822
file path=usr/gnu/share/terminfo/t/tvi955-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2823
file path=usr/gnu/share/terminfo/t/tvi970
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2824
file path=usr/gnu/share/terminfo/t/tvi970-2p
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2825
file path=usr/gnu/share/terminfo/t/tvi970-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2826
file path=usr/gnu/share/terminfo/t/tvipt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2827
file path=usr/gnu/share/terminfo/t/tws-generic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2828
file path=usr/gnu/share/terminfo/t/tws2102-sna
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2829
file path=usr/gnu/share/terminfo/t/tws2103
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2830
file path=usr/gnu/share/terminfo/t/tws2103-sna
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2831
file path=usr/gnu/share/terminfo/u/ultima2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2832
file path=usr/gnu/share/terminfo/u/ultimaII
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2833
file path=usr/gnu/share/terminfo/u/uniterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2834
file path=usr/gnu/share/terminfo/u/uniterm49
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2835
file path=usr/gnu/share/terminfo/u/unixpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2836
file path=usr/gnu/share/terminfo/u/unknown
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2837
file path=usr/gnu/share/terminfo/u/uts30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2838
file path=usr/gnu/share/terminfo/u/uwin
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2839
file path=usr/gnu/share/terminfo/v/v200-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2840
file path=usr/gnu/share/terminfo/v/v320n
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2841
file path=usr/gnu/share/terminfo/v/v3220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2842
file path=usr/gnu/share/terminfo/v/v5410
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2843
file path=usr/gnu/share/terminfo/v/vanilla
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2844
file path=usr/gnu/share/terminfo/v/vapple
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2845
file path=usr/gnu/share/terminfo/v/vc103
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2846
file path=usr/gnu/share/terminfo/v/vc203
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2847
file path=usr/gnu/share/terminfo/v/vc303
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2848
file path=usr/gnu/share/terminfo/v/vc303a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2849
file path=usr/gnu/share/terminfo/v/vc403a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2850
file path=usr/gnu/share/terminfo/v/vc404
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2851
file path=usr/gnu/share/terminfo/v/vc404-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2852
file path=usr/gnu/share/terminfo/v/vc414
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2853
file path=usr/gnu/share/terminfo/v/vc414h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2854
file path=usr/gnu/share/terminfo/v/vc415
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2855
file path=usr/gnu/share/terminfo/v/venix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2856
file path=usr/gnu/share/terminfo/v/versaterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2857
file path=usr/gnu/share/terminfo/v/vi200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2858
file path=usr/gnu/share/terminfo/v/vi200-f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2859
file path=usr/gnu/share/terminfo/v/vi200-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2860
file path=usr/gnu/share/terminfo/v/vi300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2861
file path=usr/gnu/share/terminfo/v/vi300-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2862
file path=usr/gnu/share/terminfo/v/vi50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2863
file path=usr/gnu/share/terminfo/v/vi500
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2864
file path=usr/gnu/share/terminfo/v/vi50adm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2865
file path=usr/gnu/share/terminfo/v/vi55
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2866
file path=usr/gnu/share/terminfo/v/vi550
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2867
file path=usr/gnu/share/terminfo/v/vi603
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2868
file path=usr/gnu/share/terminfo/v/viewpoint
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2869
file path=usr/gnu/share/terminfo/v/viewpoint3a+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2870
file path=usr/gnu/share/terminfo/v/viewpoint60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2871
file path=usr/gnu/share/terminfo/v/viewpoint90
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2872
file path=usr/gnu/share/terminfo/v/vip
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2873
file path=usr/gnu/share/terminfo/v/vip-H
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2874
file path=usr/gnu/share/terminfo/v/vip-Hw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2875
file path=usr/gnu/share/terminfo/v/vip-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2876
file path=usr/gnu/share/terminfo/v/vip7800-H
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2877
file path=usr/gnu/share/terminfo/v/vip7800-Hw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2878
file path=usr/gnu/share/terminfo/v/vip7800-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2879
file path=usr/gnu/share/terminfo/v/visa50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2880
file path=usr/gnu/share/terminfo/v/visual603
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2881
file path=usr/gnu/share/terminfo/v/vitty
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2882
file path=usr/gnu/share/terminfo/v/vk100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2883
file path=usr/gnu/share/terminfo/v/vp3a+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2884
file path=usr/gnu/share/terminfo/v/vp60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2885
file path=usr/gnu/share/terminfo/v/vp90
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2886
file path=usr/gnu/share/terminfo/v/vremote
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2887
file path=usr/gnu/share/terminfo/v/vs100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2888
file path=usr/gnu/share/terminfo/v/vs100-x10
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2889
file path=usr/gnu/share/terminfo/v/vsc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2890
file path=usr/gnu/share/terminfo/v/vt-61
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2891
file path=usr/gnu/share/terminfo/v/vt-utf8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2892
file path=usr/gnu/share/terminfo/v/vt100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2893
file path=usr/gnu/share/terminfo/v/vt100+
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2894
file path=usr/gnu/share/terminfo/v/vt100+enq
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2895
file path=usr/gnu/share/terminfo/v/vt100+fnkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2896
file path=usr/gnu/share/terminfo/v/vt100+keypad
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2897
file path=usr/gnu/share/terminfo/v/vt100+pfkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2898
file path=usr/gnu/share/terminfo/v/vt100-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2899
file path=usr/gnu/share/terminfo/v/vt100-bm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2900
file path=usr/gnu/share/terminfo/v/vt100-bm-o
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2901
file path=usr/gnu/share/terminfo/v/vt100-bot-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2902
file path=usr/gnu/share/terminfo/v/vt100-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2903
file path=usr/gnu/share/terminfo/v/vt100-nam-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2904
file path=usr/gnu/share/terminfo/v/vt100-nav
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2905
file path=usr/gnu/share/terminfo/v/vt100-nav-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2906
file path=usr/gnu/share/terminfo/v/vt100-putty
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2907
file path=usr/gnu/share/terminfo/v/vt100-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2908
file path=usr/gnu/share/terminfo/v/vt100-s-bot
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2909
file path=usr/gnu/share/terminfo/v/vt100-s-top
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2910
file path=usr/gnu/share/terminfo/v/vt100-top-s
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2911
file path=usr/gnu/share/terminfo/v/vt100-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2912
file path=usr/gnu/share/terminfo/v/vt100-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2913
file path=usr/gnu/share/terminfo/v/vt100-w-am
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2914
file path=usr/gnu/share/terminfo/v/vt100-w-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2915
file path=usr/gnu/share/terminfo/v/vt100-w-nav
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2916
file path=usr/gnu/share/terminfo/v/vt100nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2917
file path=usr/gnu/share/terminfo/v/vt102
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2918
file path=usr/gnu/share/terminfo/v/vt102+enq
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2919
file path=usr/gnu/share/terminfo/v/vt102-nsgr
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2920
file path=usr/gnu/share/terminfo/v/vt102-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2921
file path=usr/gnu/share/terminfo/v/vt125
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2922
file path=usr/gnu/share/terminfo/v/vt131
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2923
file path=usr/gnu/share/terminfo/v/vt132
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2924
file path=usr/gnu/share/terminfo/v/vt200
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2925
file path=usr/gnu/share/terminfo/v/vt200-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2926
file path=usr/gnu/share/terminfo/v/vt200-8bit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2927
file path=usr/gnu/share/terminfo/v/vt200-js
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2928
file path=usr/gnu/share/terminfo/v/vt200-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2929
file path=usr/gnu/share/terminfo/v/vt200-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2930
file path=usr/gnu/share/terminfo/v/vt220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2931
file path=usr/gnu/share/terminfo/v/vt220+keypad
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2932
file path=usr/gnu/share/terminfo/v/vt220-8
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2933
file path=usr/gnu/share/terminfo/v/vt220-8bit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2934
file path=usr/gnu/share/terminfo/v/vt220-js
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2935
file path=usr/gnu/share/terminfo/v/vt220-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2936
file path=usr/gnu/share/terminfo/v/vt220-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2937
file path=usr/gnu/share/terminfo/v/vt220-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2938
file path=usr/gnu/share/terminfo/v/vt220d
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2939
file path=usr/gnu/share/terminfo/v/vt300
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2940
file path=usr/gnu/share/terminfo/v/vt300-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2941
file path=usr/gnu/share/terminfo/v/vt300-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2942
file path=usr/gnu/share/terminfo/v/vt300-w-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2943
file path=usr/gnu/share/terminfo/v/vt320
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2944
file path=usr/gnu/share/terminfo/v/vt320-k3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2945
file path=usr/gnu/share/terminfo/v/vt320-k311
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2946
file path=usr/gnu/share/terminfo/v/vt320-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2947
file path=usr/gnu/share/terminfo/v/vt320-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2948
file path=usr/gnu/share/terminfo/v/vt320-w-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2949
file path=usr/gnu/share/terminfo/v/vt320nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2950
file path=usr/gnu/share/terminfo/v/vt330
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2951
file path=usr/gnu/share/terminfo/v/vt340
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2952
file path=usr/gnu/share/terminfo/v/vt400
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2953
file path=usr/gnu/share/terminfo/v/vt400-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2954
file path=usr/gnu/share/terminfo/v/vt420
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2955
file path=usr/gnu/share/terminfo/v/vt420f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2956
file path=usr/gnu/share/terminfo/v/vt420pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2957
file path=usr/gnu/share/terminfo/v/vt420pcdos
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2958
file path=usr/gnu/share/terminfo/v/vt50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2959
file path=usr/gnu/share/terminfo/v/vt50h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2960
file path=usr/gnu/share/terminfo/v/vt510
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2961
file path=usr/gnu/share/terminfo/v/vt510pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2962
file path=usr/gnu/share/terminfo/v/vt510pcdos
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2963
file path=usr/gnu/share/terminfo/v/vt52
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2964
file path=usr/gnu/share/terminfo/v/vt520
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2965
file path=usr/gnu/share/terminfo/v/vt525
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2966
file path=usr/gnu/share/terminfo/v/vt61
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2967
file path=usr/gnu/share/terminfo/v/vt61.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2968
file path=usr/gnu/share/terminfo/v/vtnt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2969
file path=usr/gnu/share/terminfo/v/vv100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2970
file path=usr/gnu/share/terminfo/w/wren
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2971
file path=usr/gnu/share/terminfo/w/wrenw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2972
file path=usr/gnu/share/terminfo/w/wsiris
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2973
file path=usr/gnu/share/terminfo/w/wsvt25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2974
file path=usr/gnu/share/terminfo/w/wsvt25m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2975
file path=usr/gnu/share/terminfo/w/wy-75ap
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2976
file path=usr/gnu/share/terminfo/w/wy-99fgt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2977
file path=usr/gnu/share/terminfo/w/wy-99fgta
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2978
file path=usr/gnu/share/terminfo/w/wy100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2979
file path=usr/gnu/share/terminfo/w/wy100q
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2980
file path=usr/gnu/share/terminfo/w/wy120
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2981
file path=usr/gnu/share/terminfo/w/wy120-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2982
file path=usr/gnu/share/terminfo/w/wy120-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2983
file path=usr/gnu/share/terminfo/w/wy120-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2984
file path=usr/gnu/share/terminfo/w/wy120-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2985
file path=usr/gnu/share/terminfo/w/wy120-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2986
file path=usr/gnu/share/terminfo/w/wy120-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2987
file path=usr/gnu/share/terminfo/w/wy150
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2988
file path=usr/gnu/share/terminfo/w/wy150-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2989
file path=usr/gnu/share/terminfo/w/wy150-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2990
file path=usr/gnu/share/terminfo/w/wy150-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2991
file path=usr/gnu/share/terminfo/w/wy150-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2992
file path=usr/gnu/share/terminfo/w/wy150-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2993
file path=usr/gnu/share/terminfo/w/wy160
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2994
file path=usr/gnu/share/terminfo/w/wy160-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2995
file path=usr/gnu/share/terminfo/w/wy160-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2996
file path=usr/gnu/share/terminfo/w/wy160-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2997
file path=usr/gnu/share/terminfo/w/wy160-42-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2998
file path=usr/gnu/share/terminfo/w/wy160-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  2999
file path=usr/gnu/share/terminfo/w/wy160-43-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3000
file path=usr/gnu/share/terminfo/w/wy160-tek
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3001
file path=usr/gnu/share/terminfo/w/wy160-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3002
file path=usr/gnu/share/terminfo/w/wy160-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3003
file path=usr/gnu/share/terminfo/w/wy160-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3004
file path=usr/gnu/share/terminfo/w/wy160-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3005
file path=usr/gnu/share/terminfo/w/wy185
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3006
file path=usr/gnu/share/terminfo/w/wy185-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3007
file path=usr/gnu/share/terminfo/w/wy185-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3008
file path=usr/gnu/share/terminfo/w/wy185-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3009
file path=usr/gnu/share/terminfo/w/wy185-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3010
file path=usr/gnu/share/terminfo/w/wy30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3011
file path=usr/gnu/share/terminfo/w/wy30-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3012
file path=usr/gnu/share/terminfo/w/wy30-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3013
file path=usr/gnu/share/terminfo/w/wy325
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3014
file path=usr/gnu/share/terminfo/w/wy325-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3015
file path=usr/gnu/share/terminfo/w/wy325-25w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3016
file path=usr/gnu/share/terminfo/w/wy325-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3017
file path=usr/gnu/share/terminfo/w/wy325-42w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3018
file path=usr/gnu/share/terminfo/w/wy325-42w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3019
file path=usr/gnu/share/terminfo/w/wy325-42wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3020
file path=usr/gnu/share/terminfo/w/wy325-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3021
file path=usr/gnu/share/terminfo/w/wy325-43w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3022
file path=usr/gnu/share/terminfo/w/wy325-43w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3023
file path=usr/gnu/share/terminfo/w/wy325-43wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3024
file path=usr/gnu/share/terminfo/w/wy325-80
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3025
file path=usr/gnu/share/terminfo/w/wy325-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3026
file path=usr/gnu/share/terminfo/w/wy325-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3027
file path=usr/gnu/share/terminfo/w/wy325-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3028
file path=usr/gnu/share/terminfo/w/wy325-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3029
file path=usr/gnu/share/terminfo/w/wy325w-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3030
file path=usr/gnu/share/terminfo/w/wy350
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3031
file path=usr/gnu/share/terminfo/w/wy350-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3032
file path=usr/gnu/share/terminfo/w/wy350-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3033
file path=usr/gnu/share/terminfo/w/wy350-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3034
file path=usr/gnu/share/terminfo/w/wy370
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3035
file path=usr/gnu/share/terminfo/w/wy370-101k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3036
file path=usr/gnu/share/terminfo/w/wy370-105k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3037
file path=usr/gnu/share/terminfo/w/wy370-EPC
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3038
file path=usr/gnu/share/terminfo/w/wy370-nk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3039
file path=usr/gnu/share/terminfo/w/wy370-rv
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3040
file path=usr/gnu/share/terminfo/w/wy370-tek
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3041
file path=usr/gnu/share/terminfo/w/wy370-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3042
file path=usr/gnu/share/terminfo/w/wy370-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3043
file path=usr/gnu/share/terminfo/w/wy370-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3044
file path=usr/gnu/share/terminfo/w/wy50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3045
file path=usr/gnu/share/terminfo/w/wy50-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3046
file path=usr/gnu/share/terminfo/w/wy50-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3047
file path=usr/gnu/share/terminfo/w/wy50-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3048
file path=usr/gnu/share/terminfo/w/wy50-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3049
file path=usr/gnu/share/terminfo/w/wy520
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3050
file path=usr/gnu/share/terminfo/w/wy520-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3051
file path=usr/gnu/share/terminfo/w/wy520-36
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3052
file path=usr/gnu/share/terminfo/w/wy520-36pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3053
file path=usr/gnu/share/terminfo/w/wy520-36w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3054
file path=usr/gnu/share/terminfo/w/wy520-36wpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3055
file path=usr/gnu/share/terminfo/w/wy520-48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3056
file path=usr/gnu/share/terminfo/w/wy520-48pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3057
file path=usr/gnu/share/terminfo/w/wy520-48w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3058
file path=usr/gnu/share/terminfo/w/wy520-48wpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3059
file path=usr/gnu/share/terminfo/w/wy520-epc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3060
file path=usr/gnu/share/terminfo/w/wy520-epc-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3061
file path=usr/gnu/share/terminfo/w/wy520-epc-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3062
file path=usr/gnu/share/terminfo/w/wy520-epc-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3063
file path=usr/gnu/share/terminfo/w/wy520-epc-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3064
file path=usr/gnu/share/terminfo/w/wy520-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3065
file path=usr/gnu/share/terminfo/w/wy520-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3066
file path=usr/gnu/share/terminfo/w/wy520-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3067
file path=usr/gnu/share/terminfo/w/wy60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3068
file path=usr/gnu/share/terminfo/w/wy60-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3069
file path=usr/gnu/share/terminfo/w/wy60-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3070
file path=usr/gnu/share/terminfo/w/wy60-316X
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3071
file path=usr/gnu/share/terminfo/w/wy60-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3072
file path=usr/gnu/share/terminfo/w/wy60-42-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3073
file path=usr/gnu/share/terminfo/w/wy60-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3074
file path=usr/gnu/share/terminfo/w/wy60-43-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3075
file path=usr/gnu/share/terminfo/w/wy60-AT
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3076
file path=usr/gnu/share/terminfo/w/wy60-PC
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3077
file path=usr/gnu/share/terminfo/w/wy60-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3078
file path=usr/gnu/share/terminfo/w/wy60-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3079
file path=usr/gnu/share/terminfo/w/wy60-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3080
file path=usr/gnu/share/terminfo/w/wy60-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3081
file path=usr/gnu/share/terminfo/w/wy75
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3082
file path=usr/gnu/share/terminfo/w/wy75-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3083
file path=usr/gnu/share/terminfo/w/wy75-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3084
file path=usr/gnu/share/terminfo/w/wy75-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3085
file path=usr/gnu/share/terminfo/w/wy75-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3086
file path=usr/gnu/share/terminfo/w/wy75ap
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3087
file path=usr/gnu/share/terminfo/w/wy85
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3088
file path=usr/gnu/share/terminfo/w/wy85-8bit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3089
file path=usr/gnu/share/terminfo/w/wy85-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3090
file path=usr/gnu/share/terminfo/w/wy85-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3091
file path=usr/gnu/share/terminfo/w/wy85-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3092
file path=usr/gnu/share/terminfo/w/wy99-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3093
file path=usr/gnu/share/terminfo/w/wy99a-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3094
file path=usr/gnu/share/terminfo/w/wy99f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3095
file path=usr/gnu/share/terminfo/w/wy99fa
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3096
file path=usr/gnu/share/terminfo/w/wy99fgt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3097
file path=usr/gnu/share/terminfo/w/wy99fgta
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3098
file path=usr/gnu/share/terminfo/w/wy99gt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3099
file path=usr/gnu/share/terminfo/w/wy99gt-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3100
file path=usr/gnu/share/terminfo/w/wy99gt-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3101
file path=usr/gnu/share/terminfo/w/wy99gt-tek
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3102
file path=usr/gnu/share/terminfo/w/wy99gt-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3103
file path=usr/gnu/share/terminfo/w/wy99gt-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3104
file path=usr/gnu/share/terminfo/w/wy99gt-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3105
file path=usr/gnu/share/terminfo/w/wy99gt-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3106
file path=usr/gnu/share/terminfo/w/wyse-325
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3107
file path=usr/gnu/share/terminfo/w/wyse-75ap
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3108
file path=usr/gnu/share/terminfo/w/wyse-vp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3109
file path=usr/gnu/share/terminfo/w/wyse120
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3110
file path=usr/gnu/share/terminfo/w/wyse120-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3111
file path=usr/gnu/share/terminfo/w/wyse120-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3112
file path=usr/gnu/share/terminfo/w/wyse120-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3113
file path=usr/gnu/share/terminfo/w/wyse120-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3114
file path=usr/gnu/share/terminfo/w/wyse120-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3115
file path=usr/gnu/share/terminfo/w/wyse150
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3116
file path=usr/gnu/share/terminfo/w/wyse150-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3117
file path=usr/gnu/share/terminfo/w/wyse150-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3118
file path=usr/gnu/share/terminfo/w/wyse150-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3119
file path=usr/gnu/share/terminfo/w/wyse150-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3120
file path=usr/gnu/share/terminfo/w/wyse150-w-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3121
file path=usr/gnu/share/terminfo/w/wyse160
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3122
file path=usr/gnu/share/terminfo/w/wyse160-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3123
file path=usr/gnu/share/terminfo/w/wyse160-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3124
file path=usr/gnu/share/terminfo/w/wyse160-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3125
file path=usr/gnu/share/terminfo/w/wyse160-42-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3126
file path=usr/gnu/share/terminfo/w/wyse160-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3127
file path=usr/gnu/share/terminfo/w/wyse160-43-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3128
file path=usr/gnu/share/terminfo/w/wyse160-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3129
file path=usr/gnu/share/terminfo/w/wyse160-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3130
file path=usr/gnu/share/terminfo/w/wyse160-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3131
file path=usr/gnu/share/terminfo/w/wyse185
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3132
file path=usr/gnu/share/terminfo/w/wyse185-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3133
file path=usr/gnu/share/terminfo/w/wyse185-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3134
file path=usr/gnu/share/terminfo/w/wyse185-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3135
file path=usr/gnu/share/terminfo/w/wyse185-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3136
file path=usr/gnu/share/terminfo/w/wyse30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3137
file path=usr/gnu/share/terminfo/w/wyse30-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3138
file path=usr/gnu/share/terminfo/w/wyse30-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3139
file path=usr/gnu/share/terminfo/w/wyse325
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3140
file path=usr/gnu/share/terminfo/w/wyse325-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3141
file path=usr/gnu/share/terminfo/w/wyse325-25w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3142
file path=usr/gnu/share/terminfo/w/wyse325-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3143
file path=usr/gnu/share/terminfo/w/wyse325-42w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3144
file path=usr/gnu/share/terminfo/w/wyse325-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3145
file path=usr/gnu/share/terminfo/w/wyse325-43w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3146
file path=usr/gnu/share/terminfo/w/wyse325-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3147
file path=usr/gnu/share/terminfo/w/wyse325-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3148
file path=usr/gnu/share/terminfo/w/wyse325-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3149
file path=usr/gnu/share/terminfo/w/wyse350
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3150
file path=usr/gnu/share/terminfo/w/wyse350-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3151
file path=usr/gnu/share/terminfo/w/wyse350-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3152
file path=usr/gnu/share/terminfo/w/wyse350-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3153
file path=usr/gnu/share/terminfo/w/wyse370
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3154
file path=usr/gnu/share/terminfo/w/wyse50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3155
file path=usr/gnu/share/terminfo/w/wyse50-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3156
file path=usr/gnu/share/terminfo/w/wyse50-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3157
file path=usr/gnu/share/terminfo/w/wyse50-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3158
file path=usr/gnu/share/terminfo/w/wyse50-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3159
file path=usr/gnu/share/terminfo/w/wyse520
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3160
file path=usr/gnu/share/terminfo/w/wyse520-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3161
file path=usr/gnu/share/terminfo/w/wyse520-36
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3162
file path=usr/gnu/share/terminfo/w/wyse520-36pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3163
file path=usr/gnu/share/terminfo/w/wyse520-36w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3164
file path=usr/gnu/share/terminfo/w/wyse520-36wpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3165
file path=usr/gnu/share/terminfo/w/wyse520-48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3166
file path=usr/gnu/share/terminfo/w/wyse520-48pc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3167
file path=usr/gnu/share/terminfo/w/wyse520-48w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3168
file path=usr/gnu/share/terminfo/w/wyse520-48wpc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3169
file path=usr/gnu/share/terminfo/w/wyse520-epc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3170
file path=usr/gnu/share/terminfo/w/wyse520-epc-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3171
file path=usr/gnu/share/terminfo/w/wyse520-p-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3172
file path=usr/gnu/share/terminfo/w/wyse520-pc-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3173
file path=usr/gnu/share/terminfo/w/wyse520-pc-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3174
file path=usr/gnu/share/terminfo/w/wyse520-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3175
file path=usr/gnu/share/terminfo/w/wyse520-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3176
file path=usr/gnu/share/terminfo/w/wyse520-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3177
file path=usr/gnu/share/terminfo/w/wyse60
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3178
file path=usr/gnu/share/terminfo/w/wyse60-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3179
file path=usr/gnu/share/terminfo/w/wyse60-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3180
file path=usr/gnu/share/terminfo/w/wyse60-316X
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3181
file path=usr/gnu/share/terminfo/w/wyse60-42
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3182
file path=usr/gnu/share/terminfo/w/wyse60-42-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3183
file path=usr/gnu/share/terminfo/w/wyse60-43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3184
file path=usr/gnu/share/terminfo/w/wyse60-43-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3185
file path=usr/gnu/share/terminfo/w/wyse60-AT
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3186
file path=usr/gnu/share/terminfo/w/wyse60-PC
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3187
file path=usr/gnu/share/terminfo/w/wyse60-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3188
file path=usr/gnu/share/terminfo/w/wyse60-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3189
file path=usr/gnu/share/terminfo/w/wyse60-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3190
file path=usr/gnu/share/terminfo/w/wyse75
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3191
file path=usr/gnu/share/terminfo/w/wyse75-mc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3192
file path=usr/gnu/share/terminfo/w/wyse75-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3193
file path=usr/gnu/share/terminfo/w/wyse75-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3194
file path=usr/gnu/share/terminfo/w/wyse75-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3195
file path=usr/gnu/share/terminfo/w/wyse75ap
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3196
file path=usr/gnu/share/terminfo/w/wyse85
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3197
file path=usr/gnu/share/terminfo/w/wyse85-8bit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3198
file path=usr/gnu/share/terminfo/w/wyse85-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3199
file path=usr/gnu/share/terminfo/w/wyse85-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3200
file path=usr/gnu/share/terminfo/w/wyse85-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3201
file path=usr/gnu/share/terminfo/w/wyse99gt
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3202
file path=usr/gnu/share/terminfo/w/wyse99gt-25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3203
file path=usr/gnu/share/terminfo/w/wyse99gt-25-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3204
file path=usr/gnu/share/terminfo/w/wyse99gt-vb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3205
file path=usr/gnu/share/terminfo/w/wyse99gt-w
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3206
file path=usr/gnu/share/terminfo/w/wyse99gt-wvb
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3207
file path=usr/gnu/share/terminfo/x/x10term
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3208
file path=usr/gnu/share/terminfo/x/x1700
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3209
file path=usr/gnu/share/terminfo/x/x1700-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3210
file path=usr/gnu/share/terminfo/x/x1720
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3211
file path=usr/gnu/share/terminfo/x/x1750
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3212
file path=usr/gnu/share/terminfo/x/x68k
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3213
file path=usr/gnu/share/terminfo/x/x68k-ite
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3214
file path=usr/gnu/share/terminfo/x/x820
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3215
file path=usr/gnu/share/terminfo/x/xdku
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3216
file path=usr/gnu/share/terminfo/x/xenix
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3217
file path=usr/gnu/share/terminfo/x/xerox
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3218
file path=usr/gnu/share/terminfo/x/xerox-lm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3219
file path=usr/gnu/share/terminfo/x/xerox1720
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3220
file path=usr/gnu/share/terminfo/x/xerox820
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3221
file path=usr/gnu/share/terminfo/x/xfce
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3222
file path=usr/gnu/share/terminfo/x/xiterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3223
file path=usr/gnu/share/terminfo/x/xl83
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3224
file path=usr/gnu/share/terminfo/x/xnuppc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3225
file path=usr/gnu/share/terminfo/x/xnuppc+100x37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3226
file path=usr/gnu/share/terminfo/x/xnuppc+112x37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3227
file path=usr/gnu/share/terminfo/x/xnuppc+128x40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3228
file path=usr/gnu/share/terminfo/x/xnuppc+128x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3229
file path=usr/gnu/share/terminfo/x/xnuppc+144x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3230
file path=usr/gnu/share/terminfo/x/xnuppc+160x64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3231
file path=usr/gnu/share/terminfo/x/xnuppc+200x64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3232
file path=usr/gnu/share/terminfo/x/xnuppc+200x75
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3233
file path=usr/gnu/share/terminfo/x/xnuppc+256x96
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3234
file path=usr/gnu/share/terminfo/x/xnuppc+80x25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3235
file path=usr/gnu/share/terminfo/x/xnuppc+80x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3236
file path=usr/gnu/share/terminfo/x/xnuppc+90x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3237
file path=usr/gnu/share/terminfo/x/xnuppc+b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3238
file path=usr/gnu/share/terminfo/x/xnuppc+basic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3239
file path=usr/gnu/share/terminfo/x/xnuppc+c
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3240
file path=usr/gnu/share/terminfo/x/xnuppc+f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3241
file path=usr/gnu/share/terminfo/x/xnuppc+f2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3242
file path=usr/gnu/share/terminfo/x/xnuppc-100x37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3243
file path=usr/gnu/share/terminfo/x/xnuppc-100x37-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3244
file path=usr/gnu/share/terminfo/x/xnuppc-112x37
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3245
file path=usr/gnu/share/terminfo/x/xnuppc-112x37-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3246
file path=usr/gnu/share/terminfo/x/xnuppc-128x40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3247
file path=usr/gnu/share/terminfo/x/xnuppc-128x40-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3248
file path=usr/gnu/share/terminfo/x/xnuppc-128x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3249
file path=usr/gnu/share/terminfo/x/xnuppc-128x48-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3250
file path=usr/gnu/share/terminfo/x/xnuppc-144x48
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3251
file path=usr/gnu/share/terminfo/x/xnuppc-144x48-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3252
file path=usr/gnu/share/terminfo/x/xnuppc-160x64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3253
file path=usr/gnu/share/terminfo/x/xnuppc-160x64-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3254
file path=usr/gnu/share/terminfo/x/xnuppc-200x64
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3255
file path=usr/gnu/share/terminfo/x/xnuppc-200x64-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3256
file path=usr/gnu/share/terminfo/x/xnuppc-200x75
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3257
file path=usr/gnu/share/terminfo/x/xnuppc-200x75-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3258
file path=usr/gnu/share/terminfo/x/xnuppc-256x96
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3259
file path=usr/gnu/share/terminfo/x/xnuppc-256x96-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3260
file path=usr/gnu/share/terminfo/x/xnuppc-80x25
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3261
file path=usr/gnu/share/terminfo/x/xnuppc-80x25-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3262
file path=usr/gnu/share/terminfo/x/xnuppc-80x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3263
file path=usr/gnu/share/terminfo/x/xnuppc-80x30-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3264
file path=usr/gnu/share/terminfo/x/xnuppc-90x30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3265
file path=usr/gnu/share/terminfo/x/xnuppc-90x30-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3266
file path=usr/gnu/share/terminfo/x/xnuppc-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3267
file path=usr/gnu/share/terminfo/x/xnuppc-f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3268
file path=usr/gnu/share/terminfo/x/xnuppc-f2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3269
file path=usr/gnu/share/terminfo/x/xnuppc-m
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3270
file path=usr/gnu/share/terminfo/x/xnuppc-m-b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3271
file path=usr/gnu/share/terminfo/x/xnuppc-m-f
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3272
file path=usr/gnu/share/terminfo/x/xnuppc-m-f2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3273
file path=usr/gnu/share/terminfo/x/xtalk
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3274
file path=usr/gnu/share/terminfo/x/xterm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3275
file path=usr/gnu/share/terminfo/x/xterm+256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3276
file path=usr/gnu/share/terminfo/x/xterm+88color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3277
file path=usr/gnu/share/terminfo/x/xterm+app
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3278
file path=usr/gnu/share/terminfo/x/xterm+edit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3279
file path=usr/gnu/share/terminfo/x/xterm+noapp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3280
file path=usr/gnu/share/terminfo/x/xterm+pc+edit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3281
file path=usr/gnu/share/terminfo/x/xterm+pcc0
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3282
file path=usr/gnu/share/terminfo/x/xterm+pcc1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3283
file path=usr/gnu/share/terminfo/x/xterm+pcc2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3284
file path=usr/gnu/share/terminfo/x/xterm+pcc3
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3285
file path=usr/gnu/share/terminfo/x/xterm+pce2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3286
file path=usr/gnu/share/terminfo/x/xterm+pcf0
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3287
file path=usr/gnu/share/terminfo/x/xterm+pcf2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3288
file path=usr/gnu/share/terminfo/x/xterm+pcfkeys
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3289
file path=usr/gnu/share/terminfo/x/xterm+r6f2
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3290
file path=usr/gnu/share/terminfo/x/xterm+sl
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3291
file path=usr/gnu/share/terminfo/x/xterm+sl-twm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3292
file path=usr/gnu/share/terminfo/x/xterm+vt+edit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3293
file path=usr/gnu/share/terminfo/x/xterm-1002
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3294
file path=usr/gnu/share/terminfo/x/xterm-1003
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3295
file path=usr/gnu/share/terminfo/x/xterm-16color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3296
file path=usr/gnu/share/terminfo/x/xterm-24
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3297
file path=usr/gnu/share/terminfo/x/xterm-256color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3298
file path=usr/gnu/share/terminfo/x/xterm-88color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3299
file path=usr/gnu/share/terminfo/x/xterm-8bit
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3300
file path=usr/gnu/share/terminfo/x/xterm-basic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3301
file path=usr/gnu/share/terminfo/x/xterm-bold
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3302
file path=usr/gnu/share/terminfo/x/xterm-color
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3303
file path=usr/gnu/share/terminfo/x/xterm-hp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3304
file path=usr/gnu/share/terminfo/x/xterm-new
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3305
file path=usr/gnu/share/terminfo/x/xterm-nic
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3306
file path=usr/gnu/share/terminfo/x/xterm-noapp
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3307
file path=usr/gnu/share/terminfo/x/xterm-old
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3308
file path=usr/gnu/share/terminfo/x/xterm-pcolor
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3309
file path=usr/gnu/share/terminfo/x/xterm-r5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3310
file path=usr/gnu/share/terminfo/x/xterm-r6
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3311
file path=usr/gnu/share/terminfo/x/xterm-sco
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3312
file path=usr/gnu/share/terminfo/x/xterm-sun
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3313
file path=usr/gnu/share/terminfo/x/xterm-vt220
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3314
file path=usr/gnu/share/terminfo/x/xterm-vt52
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3315
file path=usr/gnu/share/terminfo/x/xterm-xf86-v32
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3316
file path=usr/gnu/share/terminfo/x/xterm-xf86-v33
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3317
file path=usr/gnu/share/terminfo/x/xterm-xf86-v333
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3318
file path=usr/gnu/share/terminfo/x/xterm-xf86-v40
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3319
file path=usr/gnu/share/terminfo/x/xterm-xf86-v43
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3320
file path=usr/gnu/share/terminfo/x/xterm-xf86-v44
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3321
file path=usr/gnu/share/terminfo/x/xterm-xfree86
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3322
file path=usr/gnu/share/terminfo/x/xterm-xi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3323
file path=usr/gnu/share/terminfo/x/xterm1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3324
file path=usr/gnu/share/terminfo/x/xtermc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3325
file path=usr/gnu/share/terminfo/x/xtermm
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3326
file path=usr/gnu/share/terminfo/x/xterms
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3327
file path=usr/gnu/share/terminfo/x/xterms-sun
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3328
file path=usr/gnu/share/terminfo/x/xwsh
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3329
file path=usr/gnu/share/terminfo/z/z-100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3330
file path=usr/gnu/share/terminfo/z/z-100bw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3331
file path=usr/gnu/share/terminfo/z/z100
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3332
file path=usr/gnu/share/terminfo/z/z100bw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3333
file path=usr/gnu/share/terminfo/z/z110
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3334
file path=usr/gnu/share/terminfo/z/z110bw
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3335
file path=usr/gnu/share/terminfo/z/z19
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3336
file path=usr/gnu/share/terminfo/z/z29
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3337
file path=usr/gnu/share/terminfo/z/z29a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3338
file path=usr/gnu/share/terminfo/z/z29a-kc-bc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3339
file path=usr/gnu/share/terminfo/z/z29a-kc-uc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3340
file path=usr/gnu/share/terminfo/z/z29a-nkc-bc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3341
file path=usr/gnu/share/terminfo/z/z29a-nkc-uc
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3342
file path=usr/gnu/share/terminfo/z/z29b
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3343
file path=usr/gnu/share/terminfo/z/z30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3344
file path=usr/gnu/share/terminfo/z/z340
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3345
file path=usr/gnu/share/terminfo/z/z340-nam
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3346
file path=usr/gnu/share/terminfo/z/z39-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3347
file path=usr/gnu/share/terminfo/z/z39a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3348
file path=usr/gnu/share/terminfo/z/z50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3349
file path=usr/gnu/share/terminfo/z/z8001
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3350
file path=usr/gnu/share/terminfo/z/zen30
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3351
file path=usr/gnu/share/terminfo/z/zen50
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3352
file path=usr/gnu/share/terminfo/z/zen8001
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3353
file path=usr/gnu/share/terminfo/z/zenith
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3354
file path=usr/gnu/share/terminfo/z/zenith29
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3355
file path=usr/gnu/share/terminfo/z/zenith39-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3356
file path=usr/gnu/share/terminfo/z/zenith39-ansi
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3357
file path=usr/gnu/share/terminfo/z/zt-1
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3358
file path=usr/gnu/share/terminfo/z/ztx
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3359
file path=usr/gnu/share/terminfo/z/ztx-1-a
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3360
file path=usr/gnu/share/terminfo/z/ztx11
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3361
file path=usr/include/ncurses/curses.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3362
file path=usr/include/ncurses/cursesapp.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3363
file path=usr/include/ncurses/cursesf.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3364
file path=usr/include/ncurses/cursesm.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3365
file path=usr/include/ncurses/cursesp.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3366
file path=usr/include/ncurses/cursesw.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3367
file path=usr/include/ncurses/cursslk.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3368
file path=usr/include/ncurses/eti.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3369
file path=usr/include/ncurses/etip.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3370
file path=usr/include/ncurses/form.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3371
file path=usr/include/ncurses/menu.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3372
file path=usr/include/ncurses/nc_tparm.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3373
link path=usr/include/ncurses/ncurses.h target=curses.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3374
file path=usr/include/ncurses/ncurses_dll.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3375
file path=usr/include/ncurses/panel.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3376
file path=usr/include/ncurses/term.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3377
file path=usr/include/ncurses/term_entry.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3378
file path=usr/include/ncurses/termcap.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3379
file path=usr/include/ncurses/tic.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3380
file path=usr/include/ncurses/unctrl.h
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3381
link path=usr/lib/$(MACH64)/libncurses.so target=libncurses.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3382
link path=usr/lib/$(MACH64)/libncurses.so.5 target=libncurses.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3383
file usr/gnu/lib/$(MACH64)/libncurses.so.5.7 \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3384
    path=usr/lib/$(MACH64)/libncurses.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3385
link path=usr/lib/libncurses.so target=libncurses.so.5
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3386
link path=usr/lib/libncurses.so.5 target=libncurses.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3387
file usr/gnu/lib/libncurses.so.5.7 path=usr/lib/libncurses.so.5.7
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3388
license ncurses.license license=MIT
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3389
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3390
# ncurses was previously in the 'desktop' consolidation. This optional
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3391
# dependency is here to facilitate the safe transfer of the package
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3392
# to the 'userland' consolidation.
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3393
depend type=optional \
138732f62341 17219320 Various Userland components should be back-ported to 11.2
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
  3394
    fmri=consolidation/desktop/[email protected]