master
/ miniconda3 / pkgs / ncurses-6.4-h6a678d5_0 / info / files

files @74036c5 raw · history · blame

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
bin/captoinfo
bin/clear
bin/infocmp
bin/infotocap
bin/ncursesw6-config
bin/reset
bin/tabs
bin/tic
bin/toe
bin/tput
bin/tset
include/curses.h
include/cursesapp.h
include/cursesf.h
include/cursesm.h
include/cursesp.h
include/cursesw.h
include/cursslk.h
include/eti.h
include/etip.h
include/form.h
include/menu.h
include/nc_tparm.h
include/ncurses.h
include/ncurses/curses.h
include/ncurses/cursesapp.h
include/ncurses/cursesf.h
include/ncurses/cursesm.h
include/ncurses/cursesp.h
include/ncurses/cursesw.h
include/ncurses/cursslk.h
include/ncurses/eti.h
include/ncurses/etip.h
include/ncurses/form.h
include/ncurses/menu.h
include/ncurses/nc_tparm.h
include/ncurses/ncurses.h
include/ncurses/ncurses_dll.h
include/ncurses/panel.h
include/ncurses/term.h
include/ncurses/term_entry.h
include/ncurses/termcap.h
include/ncurses/tic.h
include/ncurses/unctrl.h
include/ncurses_dll.h
include/ncursesw/curses.h
include/ncursesw/cursesapp.h
include/ncursesw/cursesf.h
include/ncursesw/cursesm.h
include/ncursesw/cursesp.h
include/ncursesw/cursesw.h
include/ncursesw/cursslk.h
include/ncursesw/eti.h
include/ncursesw/etip.h
include/ncursesw/form.h
include/ncursesw/menu.h
include/ncursesw/nc_tparm.h
include/ncursesw/ncurses.h
include/ncursesw/ncurses_dll.h
include/ncursesw/panel.h
include/ncursesw/term.h
include/ncursesw/term_entry.h
include/ncursesw/termcap.h
include/ncursesw/tic.h
include/ncursesw/unctrl.h
include/panel.h
include/term.h
include/term_entry.h
include/termcap.h
include/tic.h
include/unctrl.h
lib/libform.a
lib/libform.so
lib/libform.so.6
lib/libform.so.6.4
lib/libformw.a
lib/libformw.so
lib/libformw.so.6
lib/libformw.so.6.4
lib/libmenu.a
lib/libmenu.so
lib/libmenu.so.6
lib/libmenu.so.6.4
lib/libmenuw.a
lib/libmenuw.so
lib/libmenuw.so.6
lib/libmenuw.so.6.4
lib/libncurses++.a
lib/libncurses++w.a
lib/libncurses.a
lib/libncurses.so
lib/libncurses.so.6
lib/libncurses.so.6.4
lib/libncursesw.a
lib/libncursesw.so
lib/libncursesw.so.6
lib/libncursesw.so.6.4
lib/libpanel.a
lib/libpanel.so
lib/libpanel.so.6
lib/libpanel.so.6.4
lib/libpanelw.a
lib/libpanelw.so
lib/libpanelw.so.6
lib/libpanelw.so.6.4
lib/libtinfo.a
lib/libtinfo.so
lib/libtinfo.so.6
lib/libtinfo.so.6.4
lib/libtinfow.a
lib/libtinfow.so
lib/libtinfow.so.6
lib/libtinfow.so.6.4
lib/pkgconfig/formw.pc
lib/pkgconfig/menuw.pc
lib/pkgconfig/ncurses++w.pc
lib/pkgconfig/ncursesw.pc
lib/pkgconfig/panelw.pc
lib/pkgconfig/tinfow.pc
lib/terminfo
share/tabset/std
share/tabset/stdcrt
share/tabset/vt100
share/tabset/vt300
share/terminfo/1/1178
share/terminfo/1/1730-lm
share/terminfo/2/2621
share/terminfo/2/2621-wl
share/terminfo/2/2621A
share/terminfo/2/2621a
share/terminfo/3/386at
share/terminfo/3/3b1
share/terminfo/4/4025ex
share/terminfo/4/4027ex
share/terminfo/4/4410-w
share/terminfo/5/5051
share/terminfo/5/5410-w
share/terminfo/5/5620
share/terminfo/5/5630-24
share/terminfo/5/5630DMD-24
share/terminfo/6/6053
share/terminfo/6/6053-dg
share/terminfo/6/605x
share/terminfo/6/605x-dg
share/terminfo/6/630-lm
share/terminfo/6/630MTG-24
share/terminfo/7/730MTG-24
share/terminfo/7/730MTG-41
share/terminfo/7/730MTG-41r
share/terminfo/7/730MTGr
share/terminfo/7/730MTGr-24
share/terminfo/8/8510
share/terminfo/9/955-hb
share/terminfo/9/955-w
share/terminfo/9/9term
share/terminfo/A/Apple_Terminal
share/terminfo/E/Eterm
share/terminfo/E/Eterm-256color
share/terminfo/E/Eterm-88color
share/terminfo/E/Eterm-color
share/terminfo/L/LFT-PC850
share/terminfo/M/MtxOrb
share/terminfo/M/MtxOrb162
share/terminfo/M/MtxOrb204
share/terminfo/N/NCR260VT300WPP
share/terminfo/N/NCRVT100WPP
share/terminfo/P/P12
share/terminfo/P/P12-M
share/terminfo/P/P12-M-W
share/terminfo/P/P12-W
share/terminfo/P/P14
share/terminfo/P/P14-M
share/terminfo/P/P14-M-W
share/terminfo/P/P14-W
share/terminfo/P/P4
share/terminfo/P/P5
share/terminfo/P/P7
share/terminfo/P/P8
share/terminfo/P/P8-W
share/terminfo/P/P9
share/terminfo/P/P9-8
share/terminfo/P/P9-8-W
share/terminfo/P/P9-W
share/terminfo/Q/Q306-8-pc
share/terminfo/Q/Q310-vip-H
share/terminfo/Q/Q310-vip-H-am
share/terminfo/Q/Q310-vip-Hw
share/terminfo/Q/Q310-vip-w
share/terminfo/Q/Q310-vip-w-am
share/terminfo/X/X-hpterm
share/terminfo/X/X-hpterm-color2
share/terminfo/a/a210
share/terminfo/a/a80
share/terminfo/a/a980
share/terminfo/a/aa4080
share/terminfo/a/aaa
share/terminfo/a/aaa+dec
share/terminfo/a/aaa+rv
share/terminfo/a/aaa+unk
share/terminfo/a/aaa-18
share/terminfo/a/aaa-18-rv
share/terminfo/a/aaa-20
share/terminfo/a/aaa-22
share/terminfo/a/aaa-24
share/terminfo/a/aaa-24-rv
share/terminfo/a/aaa-26
share/terminfo/a/aaa-28
share/terminfo/a/aaa-30
share/terminfo/a/aaa-30-ctxt
share/terminfo/a/aaa-30-rv
share/terminfo/a/aaa-30-rv-ctxt
share/terminfo/a/aaa-30-s
share/terminfo/a/aaa-30-s-ctxt
share/terminfo/a/aaa-30-s-rv
share/terminfo/a/aaa-30-s-rv-ct
share/terminfo/a/aaa-36
share/terminfo/a/aaa-36-rv
share/terminfo/a/aaa-40
share/terminfo/a/aaa-40-rv
share/terminfo/a/aaa-48
share/terminfo/a/aaa-48-rv
share/terminfo/a/aaa-60
share/terminfo/a/aaa-60-dec-rv
share/terminfo/a/aaa-60-rv
share/terminfo/a/aaa-60-s
share/terminfo/a/aaa-60-s-rv
share/terminfo/a/aaa-ctxt
share/terminfo/a/aaa-db
share/terminfo/a/aaa-rv
share/terminfo/a/aaa-rv-ctxt
share/terminfo/a/aaa-rv-unk
share/terminfo/a/aaa-s
share/terminfo/a/aaa-s-ctxt
share/terminfo/a/aaa-s-rv
share/terminfo/a/aaa-s-rv-ctxt
share/terminfo/a/aaa-unk
share/terminfo/a/aas1901
share/terminfo/a/abm80
share/terminfo/a/abm85
share/terminfo/a/abm85e
share/terminfo/a/abm85h
share/terminfo/a/abm85h-old
share/terminfo/a/absolute
share/terminfo/a/act4
share/terminfo/a/act5
share/terminfo/a/addrinfo
share/terminfo/a/adds200
share/terminfo/a/adds980
share/terminfo/a/addsviewpoint
share/terminfo/a/addsvp60
share/terminfo/a/adm+sgr
share/terminfo/a/adm1
share/terminfo/a/adm11
share/terminfo/a/adm1178
share/terminfo/a/adm12
share/terminfo/a/adm1a
share/terminfo/a/adm2
share/terminfo/a/adm20
share/terminfo/a/adm21
share/terminfo/a/adm22
share/terminfo/a/adm3
share/terminfo/a/adm31
share/terminfo/a/adm31-old
share/terminfo/a/adm36
share/terminfo/a/adm3a
share/terminfo/a/adm3a+
share/terminfo/a/adm42
share/terminfo/a/adm42-ns
share/terminfo/a/adm5
share/terminfo/a/aepro
share/terminfo/a/aixterm
share/terminfo/a/aixterm+sl
share/terminfo/a/aixterm-16color
share/terminfo/a/aixterm-m
share/terminfo/a/aixterm-m-old
share/terminfo/a/aj
share/terminfo/a/aj510
share/terminfo/a/aj830
share/terminfo/a/aj832
share/terminfo/a/alacritty
share/terminfo/a/alacritty+common
share/terminfo/a/alacritty-direct
share/terminfo/a/alt2
share/terminfo/a/alt3
share/terminfo/a/alt4
share/terminfo/a/alt5
share/terminfo/a/alt7
share/terminfo/a/alt7pc
share/terminfo/a/alto-h19
share/terminfo/a/alto-heath
share/terminfo/a/altoh19
share/terminfo/a/altoheath
share/terminfo/a/altos-2
share/terminfo/a/altos-3
share/terminfo/a/altos-4
share/terminfo/a/altos-5
share/terminfo/a/altos2
share/terminfo/a/altos3
share/terminfo/a/altos4
share/terminfo/a/altos5
share/terminfo/a/altos7
share/terminfo/a/altos7pc
share/terminfo/a/ambas
share/terminfo/a/ambassador
share/terminfo/a/amiga
share/terminfo/a/amiga-8bit
share/terminfo/a/amiga-h
share/terminfo/a/amiga-vnc
share/terminfo/a/amp219
share/terminfo/a/amp219w
share/terminfo/a/ampex-219
share/terminfo/a/ampex-219w
share/terminfo/a/ampex-232
share/terminfo/a/ampex175
share/terminfo/a/ampex175-b
share/terminfo/a/ampex210
share/terminfo/a/ampex219
share/terminfo/a/ampex219w
share/terminfo/a/ampex232
share/terminfo/a/ampex232w
share/terminfo/a/ampex80
share/terminfo/a/annarbor4080
share/terminfo/a/ansi
share/terminfo/a/ansi+arrows
share/terminfo/a/ansi+cpr
share/terminfo/a/ansi+csr
share/terminfo/a/ansi+cup
share/terminfo/a/ansi+enq
share/terminfo/a/ansi+erase
share/terminfo/a/ansi+idc
share/terminfo/a/ansi+idc1
share/terminfo/a/ansi+idl
share/terminfo/a/ansi+idl1
share/terminfo/a/ansi+inittabs
share/terminfo/a/ansi+local
share/terminfo/a/ansi+local1
share/terminfo/a/ansi+pp
share/terminfo/a/ansi+rca
share/terminfo/a/ansi+rca2
share/terminfo/a/ansi+rep
share/terminfo/a/ansi+sgr
share/terminfo/a/ansi+sgrbold
share/terminfo/a/ansi+sgrdim
share/terminfo/a/ansi+sgrso
share/terminfo/a/ansi+sgrul
share/terminfo/a/ansi+tabs
share/terminfo/a/ansi-color-2-emx
share/terminfo/a/ansi-color-3-emx
share/terminfo/a/ansi-emx
share/terminfo/a/ansi-generic
share/terminfo/a/ansi-m
share/terminfo/a/ansi-mini
share/terminfo/a/ansi-mono
share/terminfo/a/ansi-mr
share/terminfo/a/ansi-mtabs
share/terminfo/a/ansi-nt
share/terminfo/a/ansi.sys
share/terminfo/a/ansi.sys-old
share/terminfo/a/ansi.sysk
share/terminfo/a/ansi43m
share/terminfo/a/ansi77
share/terminfo/a/ansi80x25
share/terminfo/a/ansi80x25-mono
share/terminfo/a/ansi80x25-raw
share/terminfo/a/ansi80x30
share/terminfo/a/ansi80x30-mono
share/terminfo/a/ansi80x43
share/terminfo/a/ansi80x43-mono
share/terminfo/a/ansi80x50
share/terminfo/a/ansi80x50-mono
share/terminfo/a/ansi80x60
share/terminfo/a/ansi80x60-mono
share/terminfo/a/ansil
share/terminfo/a/ansil-mono
share/terminfo/a/ansis
share/terminfo/a/ansis-mono
share/terminfo/a/ansisysk
share/terminfo/a/ansiterm
share/terminfo/a/ansiw
share/terminfo/a/ap-vm80
share/terminfo/a/apl
share/terminfo/a/apollo
share/terminfo/a/apollo+vt132
share/terminfo/a/apollo_15P
share/terminfo/a/apollo_19L
share/terminfo/a/apollo_color
share/terminfo/a/apple-80
share/terminfo/a/apple-ae
share/terminfo/a/apple-soroc
share/terminfo/a/apple-uterm
share/terminfo/a/apple-uterm-vb
share/terminfo/a/apple-videx
share/terminfo/a/apple-videx2
share/terminfo/a/apple-videx3
share/terminfo/a/apple-vm80
share/terminfo/a/apple2e
share/terminfo/a/apple2e-p
share/terminfo/a/apple80p
share/terminfo/a/appleII
share/terminfo/a/appleIIc
share/terminfo/a/appleIIe
share/terminfo/a/appleIIgs
share/terminfo/a/arm100
share/terminfo/a/arm100-am
share/terminfo/a/arm100-w
share/terminfo/a/arm100-wam
share/terminfo/a/at
share/terminfo/a/at-color
share/terminfo/a/at-m
share/terminfo/a/at386
share/terminfo/a/atari
share/terminfo/a/atari-color
share/terminfo/a/atari-m
share/terminfo/a/atari-old
share/terminfo/a/atari_st
share/terminfo/a/atari_st-color
share/terminfo/a/atarist-m
share/terminfo/a/aterm
share/terminfo/a/att2300
share/terminfo/a/att2350
share/terminfo/a/att4410
share/terminfo/a/att4410-w
share/terminfo/a/att4410v1
share/terminfo/a/att4410v1-w
share/terminfo/a/att4415
share/terminfo/a/att4415+nl
share/terminfo/a/att4415-nl
share/terminfo/a/att4415-rv
share/terminfo/a/att4415-rv-nl
share/terminfo/a/att4415-w
share/terminfo/a/att4415-w-nl
share/terminfo/a/att4415-w-rv
share/terminfo/a/att4415-w-rv-n
share/terminfo/a/att4418
share/terminfo/a/att4418-w
share/terminfo/a/att4420
share/terminfo/a/att4424
share/terminfo/a/att4424-1
share/terminfo/a/att4424m
share/terminfo/a/att4425
share/terminfo/a/att4425-nl
share/terminfo/a/att4425-w
share/terminfo/a/att4426
share/terminfo/a/att500
share/terminfo/a/att505
share/terminfo/a/att505-22
share/terminfo/a/att505-24
share/terminfo/a/att510a
share/terminfo/a/att510d
share/terminfo/a/att513
share/terminfo/a/att5310
share/terminfo/a/att5320
share/terminfo/a/att5410
share/terminfo/a/att5410-w
share/terminfo/a/att5410v1
share/terminfo/a/att5410v1-w
share/terminfo/a/att5418
share/terminfo/a/att5418-w
share/terminfo/a/att5420
share/terminfo/a/att5420+nl
share/terminfo/a/att5420-nl
share/terminfo/a/att5420-rv
share/terminfo/a/att5420-rv-nl
share/terminfo/a/att5420-w
share/terminfo/a/att5420-w-nl
share/terminfo/a/att5420-w-rv
share/terminfo/a/att5420-w-rv-n
share/terminfo/a/att5420_2
share/terminfo/a/att5420_2-w
share/terminfo/a/att5425
share/terminfo/a/att5425-nl
share/terminfo/a/att5425-w
share/terminfo/a/att5430
share/terminfo/a/att5620
share/terminfo/a/att5620-1
share/terminfo/a/att5620-24
share/terminfo/a/att5620-34
share/terminfo/a/att5620-s
share/terminfo/a/att605
share/terminfo/a/att605-pc
share/terminfo/a/att605-w
share/terminfo/a/att610
share/terminfo/a/att610+cvis
share/terminfo/a/att610+cvis0
share/terminfo/a/att610-103k
share/terminfo/a/att610-103k-w
share/terminfo/a/att610-w
share/terminfo/a/att615
share/terminfo/a/att615-103k
share/terminfo/a/att615-103k-w
share/terminfo/a/att615-w
share/terminfo/a/att620
share/terminfo/a/att620-103k
share/terminfo/a/att620-103k-w
share/terminfo/a/att620-w
share/terminfo/a/att630
share/terminfo/a/att630-24
share/terminfo/a/att6386
share/terminfo/a/att700
share/terminfo/a/att730
share/terminfo/a/att730-24
share/terminfo/a/att730-41
share/terminfo/a/att7300
share/terminfo/a/att730r
share/terminfo/a/att730r-24
share/terminfo/a/att730r-41
share/terminfo/a/avatar
share/terminfo/a/avatar0
share/terminfo/a/avatar0+
share/terminfo/a/avatar1
share/terminfo/a/avt
share/terminfo/a/avt+s
share/terminfo/a/avt-ns
share/terminfo/a/avt-rv
share/terminfo/a/avt-rv-ns
share/terminfo/a/avt-rv-s
share/terminfo/a/avt-s
share/terminfo/a/avt-w
share/terminfo/a/avt-w-ns
share/terminfo/a/avt-w-rv
share/terminfo/a/avt-w-rv-ns
share/terminfo/a/avt-w-rv-s
share/terminfo/a/avt-w-s
share/terminfo/a/aws
share/terminfo/a/awsc
share/terminfo/b/b-128
share/terminfo/b/bantam
share/terminfo/b/basic4
share/terminfo/b/basis
share/terminfo/b/bct510a
share/terminfo/b/bct510d
share/terminfo/b/beacon
share/terminfo/b/bee
share/terminfo/b/beehive
share/terminfo/b/beehive3
share/terminfo/b/beehive4
share/terminfo/b/beehiveIIIm
share/terminfo/b/beterm
share/terminfo/b/bg1.25
share/terminfo/b/bg1.25nv
share/terminfo/b/bg1.25rv
share/terminfo/b/bg2.0
share/terminfo/b/bg2.0nv
share/terminfo/b/bg2.0rv
share/terminfo/b/bg3.10
share/terminfo/b/bg3.10nv
share/terminfo/b/bg3.10rv
share/terminfo/b/bh3m
share/terminfo/b/bh4
share/terminfo/b/bitgraph
share/terminfo/b/blit
share/terminfo/b/bobcat
share/terminfo/b/bq300
share/terminfo/b/bq300-8
share/terminfo/b/bq300-8-pc
share/terminfo/b/bq300-8-pc-rv
share/terminfo/b/bq300-8-pc-w
share/terminfo/b/bq300-8-pc-w-rv
share/terminfo/b/bq300-8rv
share/terminfo/b/bq300-8w
share/terminfo/b/bq300-pc
share/terminfo/b/bq300-pc-rv
share/terminfo/b/bq300-pc-w
share/terminfo/b/bq300-pc-w-rv
share/terminfo/b/bq300-rv
share/terminfo/b/bq300-w
share/terminfo/b/bq300-w-8rv
share/terminfo/b/bq300-w-rv
share/terminfo/b/bracketed+paste
share/terminfo/b/bsdos-pc
share/terminfo/b/bsdos-pc-m
share/terminfo/b/bsdos-pc-mono
share/terminfo/b/bsdos-pc-nobold
share/terminfo/b/bsdos-ppc
share/terminfo/b/bsdos-sparc
share/terminfo/b/bterm
share/terminfo/c/c100
share/terminfo/c/c100-1p
share/terminfo/c/c100-4p
share/terminfo/c/c100-rv
share/terminfo/c/c100-rv-4p
share/terminfo/c/c104
share/terminfo/c/c108
share/terminfo/c/c108-4p
share/terminfo/c/c108-8p
share/terminfo/c/c108-rv
share/terminfo/c/c108-rv-4p
share/terminfo/c/c108-rv-8p
share/terminfo/c/c108-w
share/terminfo/c/c108-w-8p
share/terminfo/c/c300
share/terminfo/c/c301
share/terminfo/c/c321
share/terminfo/c/ca22851
share/terminfo/c/cad68-2
share/terminfo/c/cad68-3
share/terminfo/c/cbblit
share/terminfo/c/cbunix
share/terminfo/c/cci
share/terminfo/c/cci1
share/terminfo/c/cdc456
share/terminfo/c/cdc721
share/terminfo/c/cdc721-esc
share/terminfo/c/cdc721ll
share/terminfo/c/cdc752
share/terminfo/c/cdc756
share/terminfo/c/cg7900
share/terminfo/c/cgc2
share/terminfo/c/cgc3
share/terminfo/c/chromatics
share/terminfo/c/ci8510
share/terminfo/c/cit-80
share/terminfo/c/cit101
share/terminfo/c/cit101e
share/terminfo/c/cit101e-132
share/terminfo/c/cit101e-n
share/terminfo/c/cit101e-n132
share/terminfo/c/cit101e-rv
share/terminfo/c/cit500
share/terminfo/c/cit80
share/terminfo/c/citc
share/terminfo/c/citoh
share/terminfo/c/citoh-6lpi
share/terminfo/c/citoh-8lpi
share/terminfo/c/citoh-comp
share/terminfo/c/citoh-elite
share/terminfo/c/citoh-pica
share/terminfo/c/citoh-prop
share/terminfo/c/citoh-ps
share/terminfo/c/coco3
share/terminfo/c/coherent
share/terminfo/c/color_xterm
share/terminfo/c/colorscan
share/terminfo/c/commodore
share/terminfo/c/concept
share/terminfo/c/concept-avt
share/terminfo/c/concept100
share/terminfo/c/concept100-rv
share/terminfo/c/concept108
share/terminfo/c/concept108-4p
share/terminfo/c/concept108-8p
share/terminfo/c/concept108-w-8
share/terminfo/c/concept108-w8p
share/terminfo/c/concept108rv4p
share/terminfo/c/cons25
share/terminfo/c/cons25-debian
share/terminfo/c/cons25-iso-m
share/terminfo/c/cons25-iso8859
share/terminfo/c/cons25-koi8-r
share/terminfo/c/cons25-koi8r-m
share/terminfo/c/cons25-m
share/terminfo/c/cons25l1
share/terminfo/c/cons25l1-m
share/terminfo/c/cons25r
share/terminfo/c/cons25r-m
share/terminfo/c/cons25w
share/terminfo/c/cons30
share/terminfo/c/cons30-m
share/terminfo/c/cons43
share/terminfo/c/cons43-m
share/terminfo/c/cons50
share/terminfo/c/cons50-iso-m
share/terminfo/c/cons50-iso8859
share/terminfo/c/cons50-koi8r
share/terminfo/c/cons50-koi8r-m
share/terminfo/c/cons50-m
share/terminfo/c/cons50l1
share/terminfo/c/cons50l1-m
share/terminfo/c/cons50r
share/terminfo/c/cons50r-m
share/terminfo/c/cons60
share/terminfo/c/cons60-iso
share/terminfo/c/cons60-iso-m
share/terminfo/c/cons60-koi8r
share/terminfo/c/cons60-koi8r-m
share/terminfo/c/cons60-m
share/terminfo/c/cons60l1
share/terminfo/c/cons60l1-m
share/terminfo/c/cons60r
share/terminfo/c/cons60r-m
share/terminfo/c/contel300
share/terminfo/c/contel301
share/terminfo/c/contel320
share/terminfo/c/contel321
share/terminfo/c/cops
share/terminfo/c/cops-10
share/terminfo/c/cops10
share/terminfo/c/crt
share/terminfo/c/crt-vt220
share/terminfo/c/cs10
share/terminfo/c/cs10-w
share/terminfo/c/ct82
share/terminfo/c/ct8500
share/terminfo/c/ctrm
share/terminfo/c/cx
share/terminfo/c/cx100
share/terminfo/c/cyb110
share/terminfo/c/cyb83
share/terminfo/c/cygwin
share/terminfo/c/cygwinB19
share/terminfo/c/cygwinDBG
share/terminfo/d/d132
share/terminfo/d/d2
share/terminfo/d/d2-dg
share/terminfo/d/d200
share/terminfo/d/d200-dg
share/terminfo/d/d210
share/terminfo/d/d210-dg
share/terminfo/d/d211
share/terminfo/d/d211-7b
share/terminfo/d/d211-dg
share/terminfo/d/d214
share/terminfo/d/d214-dg
share/terminfo/d/d215
share/terminfo/d/d215-7b
share/terminfo/d/d215-dg
share/terminfo/d/d216+
share/terminfo/d/d216+25
share/terminfo/d/d216+dg
share/terminfo/d/d216-dg
share/terminfo/d/d216-unix
share/terminfo/d/d216-unix-25
share/terminfo/d/d216e+
share/terminfo/d/d216e+dg
share/terminfo/d/d216e-dg
share/terminfo/d/d216e-unix
share/terminfo/d/d217-dg
share/terminfo/d/d217-unix
share/terminfo/d/d217-unix-25
share/terminfo/d/d220
share/terminfo/d/d220-7b
share/terminfo/d/d220-dg
share/terminfo/d/d230
share/terminfo/d/d230-dg
share/terminfo/d/d230c
share/terminfo/d/d230c-dg
share/terminfo/d/d400
share/terminfo/d/d400-dg
share/terminfo/d/d410
share/terminfo/d/d410-7b
share/terminfo/d/d410-7b-w
share/terminfo/d/d410-dg
share/terminfo/d/d410-w
share/terminfo/d/d411
share/terminfo/d/d411-7b
share/terminfo/d/d411-7b-w
share/terminfo/d/d411-dg
share/terminfo/d/d411-w
share/terminfo/d/d412+
share/terminfo/d/d412+25
share/terminfo/d/d412+dg
share/terminfo/d/d412+s
share/terminfo/d/d412+sr
share/terminfo/d/d412+w
share/terminfo/d/d412-dg
share/terminfo/d/d412-unix
share/terminfo/d/d412-unix-25
share/terminfo/d/d412-unix-s
share/terminfo/d/d412-unix-sr
share/terminfo/d/d412-unix-w
share/terminfo/d/d413-dg
share/terminfo/d/d413-unix
share/terminfo/d/d413-unix-25
share/terminfo/d/d413-unix-s
share/terminfo/d/d413-unix-sr
share/terminfo/d/d413-unix-w
share/terminfo/d/d414-unix
share/terminfo/d/d414-unix-25
share/terminfo/d/d414-unix-s
share/terminfo/d/d414-unix-sr
share/terminfo/d/d414-unix-w
share/terminfo/d/d430-dg
share/terminfo/d/d430-dg-ccc
share/terminfo/d/d430-unix
share/terminfo/d/d430-unix-25
share/terminfo/d/d430-unix-25-ccc
share/terminfo/d/d430-unix-ccc
share/terminfo/d/d430-unix-s
share/terminfo/d/d430-unix-s-ccc
share/terminfo/d/d430-unix-sr
share/terminfo/d/d430-unix-sr-ccc
share/terminfo/d/d430-unix-w
share/terminfo/d/d430-unix-w-ccc
share/terminfo/d/d430c-dg
share/terminfo/d/d430c-dg-ccc
share/terminfo/d/d430c-unix
share/terminfo/d/d430c-unix-25
share/terminfo/d/d430c-unix-25-ccc
share/terminfo/d/d430c-unix-ccc
share/terminfo/d/d430c-unix-s
share/terminfo/d/d430c-unix-s-ccc
share/terminfo/d/d430c-unix-sr
share/terminfo/d/d430c-unix-sr-ccc
share/terminfo/d/d430c-unix-w
share/terminfo/d/d430c-unix-w-ccc
share/terminfo/d/d450
share/terminfo/d/d450-dg
share/terminfo/d/d460
share/terminfo/d/d460-7b
share/terminfo/d/d460-7b-w
share/terminfo/d/d460-dg
share/terminfo/d/d460-w
share/terminfo/d/d461
share/terminfo/d/d461-7b
share/terminfo/d/d461-7b-w
share/terminfo/d/d461-dg
share/terminfo/d/d461-w
share/terminfo/d/d462+
share/terminfo/d/d462+25
share/terminfo/d/d462+dg
share/terminfo/d/d462+s
share/terminfo/d/d462+sr
share/terminfo/d/d462+w
share/terminfo/d/d462-dg
share/terminfo/d/d462-unix
share/terminfo/d/d462-unix-25
share/terminfo/d/d462-unix-s
share/terminfo/d/d462-unix-sr
share/terminfo/d/d462-unix-w
share/terminfo/d/d462e-dg
share/terminfo/d/d463-dg
share/terminfo/d/d463-unix
share/terminfo/d/d463-unix-25
share/terminfo/d/d463-unix-s
share/terminfo/d/d463-unix-sr
share/terminfo/d/d463-unix-w
share/terminfo/d/d464-unix
share/terminfo/d/d464-unix-25
share/terminfo/d/d464-unix-s
share/terminfo/d/d464-unix-sr
share/terminfo/d/d464-unix-w
share/terminfo/d/d470
share/terminfo/d/d470-7b
share/terminfo/d/d470-dg
share/terminfo/d/d470c
share/terminfo/d/d470c-7b
share/terminfo/d/d470c-dg
share/terminfo/d/d555
share/terminfo/d/d555-7b
share/terminfo/d/d555-7b-w
share/terminfo/d/d555-dg
share/terminfo/d/d555-w
share/terminfo/d/d577
share/terminfo/d/d577-7b
share/terminfo/d/d577-7b-w
share/terminfo/d/d577-dg
share/terminfo/d/d577-w
share/terminfo/d/d578
share/terminfo/d/d578-7b
share/terminfo/d/d578-dg
share/terminfo/d/d80
share/terminfo/d/d800
share/terminfo/d/darwin
share/terminfo/d/darwin-100x37
share/terminfo/d/darwin-100x37-m
share/terminfo/d/darwin-112x37
share/terminfo/d/darwin-112x37-m
share/terminfo/d/darwin-128x40
share/terminfo/d/darwin-128x40-m
share/terminfo/d/darwin-128x48
share/terminfo/d/darwin-128x48-m
share/terminfo/d/darwin-144x48
share/terminfo/d/darwin-144x48-m
share/terminfo/d/darwin-160x64
share/terminfo/d/darwin-160x64-m
share/terminfo/d/darwin-200x64
share/terminfo/d/darwin-200x64-m
share/terminfo/d/darwin-200x75
share/terminfo/d/darwin-200x75-m
share/terminfo/d/darwin-256x96
share/terminfo/d/darwin-256x96-m
share/terminfo/d/darwin-80x25
share/terminfo/d/darwin-80x25-m
share/terminfo/d/darwin-80x30
share/terminfo/d/darwin-80x30-m
share/terminfo/d/darwin-90x30
share/terminfo/d/darwin-90x30-m
share/terminfo/d/darwin-b
share/terminfo/d/darwin-f
share/terminfo/d/darwin-f2
share/terminfo/d/darwin-m
share/terminfo/d/darwin-m-b
share/terminfo/d/darwin-m-f
share/terminfo/d/darwin-m-f2
share/terminfo/d/datagraphix
share/terminfo/d/datamedia2500
share/terminfo/d/datapoint
share/terminfo/d/dataspeed40
share/terminfo/d/dd5000
share/terminfo/d/ddr
share/terminfo/d/ddr3180
share/terminfo/d/dec+pp
share/terminfo/d/dec+sl
share/terminfo/d/dec-vt100
share/terminfo/d/dec-vt220
share/terminfo/d/dec-vt330
share/terminfo/d/dec-vt340
share/terminfo/d/dec-vt400
share/terminfo/d/decansi
share/terminfo/d/decid+cpr
share/terminfo/d/decpro
share/terminfo/d/decwriter
share/terminfo/d/delta
share/terminfo/d/dg+ccc
share/terminfo/d/dg+color
share/terminfo/d/dg+color8
share/terminfo/d/dg+fixed
share/terminfo/d/dg-ansi
share/terminfo/d/dg-generic
share/terminfo/d/dg100
share/terminfo/d/dg200
share/terminfo/d/dg210
share/terminfo/d/dg211
share/terminfo/d/dg450
share/terminfo/d/dg460-ansi
share/terminfo/d/dg6053
share/terminfo/d/dg6053-old
share/terminfo/d/dg605x
share/terminfo/d/dg6134
share/terminfo/d/dgkeys+11
share/terminfo/d/dgkeys+15
share/terminfo/d/dgkeys+7b
share/terminfo/d/dgkeys+8b
share/terminfo/d/dgmode+color
share/terminfo/d/dgmode+color8
share/terminfo/d/dgunix+ccc
share/terminfo/d/dgunix+fixed
share/terminfo/d/diablo
share/terminfo/d/diablo-lm
share/terminfo/d/diablo1620
share/terminfo/d/diablo1620-m8
share/terminfo/d/diablo1640
share/terminfo/d/diablo1640-lm
share/terminfo/d/diablo1640-m8
share/terminfo/d/diablo1720
share/terminfo/d/diablo1730
share/terminfo/d/diablo1740
share/terminfo/d/diablo1740-lm
share/terminfo/d/diablo450
share/terminfo/d/diablo630
share/terminfo/d/dialogue
share/terminfo/d/dialogue80
share/terminfo/d/digilog
share/terminfo/d/djgpp
share/terminfo/d/djgpp203
share/terminfo/d/djgpp204
share/terminfo/d/dku7003
share/terminfo/d/dku7003-dumb
share/terminfo/d/dku7102
share/terminfo/d/dku7102-old
share/terminfo/d/dku7102-sna
share/terminfo/d/dku7103-sna
share/terminfo/d/dku7202
share/terminfo/d/dm1520
share/terminfo/d/dm1521
share/terminfo/d/dm2500
share/terminfo/d/dm3025
share/terminfo/d/dm3045
share/terminfo/d/dm80
share/terminfo/d/dm80w
share/terminfo/d/dmchat
share/terminfo/d/dmd
share/terminfo/d/dmd-24
share/terminfo/d/dmd-34
share/terminfo/d/dmd1
share/terminfo/d/dmdt80
share/terminfo/d/dmdt80w
share/terminfo/d/dmterm
share/terminfo/d/domterm
share/terminfo/d/dp3360
share/terminfo/d/dp8242
share/terminfo/d/ds40
share/terminfo/d/ds40-2
share/terminfo/d/dt-100
share/terminfo/d/dt-100w
share/terminfo/d/dt100
share/terminfo/d/dt100w
share/terminfo/d/dt110
share/terminfo/d/dt80
share/terminfo/d/dt80-sas
share/terminfo/d/dt80w
share/terminfo/d/dtc300s
share/terminfo/d/dtc382
share/terminfo/d/dtterm
share/terminfo/d/dumb
share/terminfo/d/dumb-emacs-ansi
share/terminfo/d/dvtm
share/terminfo/d/dvtm-256color
share/terminfo/d/dw
share/terminfo/d/dw1
share/terminfo/d/dw2
share/terminfo/d/dw3
share/terminfo/d/dw4
share/terminfo/d/dwk
share/terminfo/d/dwk-vt
share/terminfo/e/ecma+color
share/terminfo/e/ecma+index
share/terminfo/e/ecma+italics
share/terminfo/e/ecma+sgr
share/terminfo/e/ecma+strikeout
share/terminfo/e/elks
share/terminfo/e/elks-ansi
share/terminfo/e/elks-glasstty
share/terminfo/e/elks-vt52
share/terminfo/e/emots
share/terminfo/e/emu
share/terminfo/e/emu-220
share/terminfo/e/emx-base
share/terminfo/e/env230
share/terminfo/e/envision230
share/terminfo/e/ep40
share/terminfo/e/ep4000
share/terminfo/e/ep4080
share/terminfo/e/ep48
share/terminfo/e/ergo4000
share/terminfo/e/esprit
share/terminfo/e/esprit-am
share/terminfo/e/eterm
share/terminfo/e/eterm-color
share/terminfo/e/ex155
share/terminfo/e/excel62
share/terminfo/e/excel62-rv
share/terminfo/e/excel62-w
share/terminfo/e/excel64
share/terminfo/e/excel64-rv
share/terminfo/e/excel64-w
share/terminfo/e/exec80
share/terminfo/f/f100
share/terminfo/f/f100-rv
share/terminfo/f/f110
share/terminfo/f/f110-14
share/terminfo/f/f110-14w
share/terminfo/f/f110-w
share/terminfo/f/f1720
share/terminfo/f/f1720a
share/terminfo/f/f200
share/terminfo/f/f200-w
share/terminfo/f/f200vi
share/terminfo/f/f200vi-w
share/terminfo/f/falco
share/terminfo/f/falco-p
share/terminfo/f/fbterm
share/terminfo/f/fenix
share/terminfo/f/fenixw
share/terminfo/f/fixterm
share/terminfo/f/foot
share/terminfo/f/foot+base
share/terminfo/f/foot-direct
share/terminfo/f/fortune
share/terminfo/f/fos
share/terminfo/f/fox
share/terminfo/f/freedom
share/terminfo/f/freedom-rv
share/terminfo/f/freedom100
share/terminfo/f/freedom110
share/terminfo/f/freedom200
share/terminfo/g/gator
share/terminfo/g/gator-52
share/terminfo/g/gator-52t
share/terminfo/g/gator-t
share/terminfo/g/gigi
share/terminfo/g/glasstty
share/terminfo/g/gnome
share/terminfo/g/gnome+pcfkeys
share/terminfo/g/gnome-2007
share/terminfo/g/gnome-2008
share/terminfo/g/gnome-2012
share/terminfo/g/gnome-256color
share/terminfo/g/gnome-fc5
share/terminfo/g/gnome-rh62
share/terminfo/g/gnome-rh72
share/terminfo/g/gnome-rh80
share/terminfo/g/gnome-rh90
share/terminfo/g/go-225
share/terminfo/g/go140
share/terminfo/g/go140w
share/terminfo/g/go225
share/terminfo/g/graphos
share/terminfo/g/graphos-30
share/terminfo/g/gs5430
share/terminfo/g/gs5430-22
share/terminfo/g/gs5430-24
share/terminfo/g/gs6300
share/terminfo/g/gsi
share/terminfo/g/gt100
share/terminfo/g/gt100a
share/terminfo/g/gt40
share/terminfo/g/gt42
share/terminfo/g/guru
share/terminfo/g/guru+rv
share/terminfo/g/guru+s
share/terminfo/g/guru+unk
share/terminfo/g/guru-24
share/terminfo/g/guru-33
share/terminfo/g/guru-33-rv
share/terminfo/g/guru-33-s
share/terminfo/g/guru-44
share/terminfo/g/guru-44-s
share/terminfo/g/guru-76
share/terminfo/g/guru-76-lp
share/terminfo/g/guru-76-s
share/terminfo/g/guru-76-w
share/terminfo/g/guru-76-w-s
share/terminfo/g/guru-76-wm
share/terminfo/g/guru-lp
share/terminfo/g/guru-nctxt
share/terminfo/g/guru-rv
share/terminfo/g/guru-s
share/terminfo/h/h-100
share/terminfo/h/h-100bw
share/terminfo/h/h100
share/terminfo/h/h100bw
share/terminfo/h/h19
share/terminfo/h/h19-a
share/terminfo/h/h19-b
share/terminfo/h/h19-bs
share/terminfo/h/h19-g
share/terminfo/h/h19-smul
share/terminfo/h/h19-u
share/terminfo/h/h19-us
share/terminfo/h/h19a
share/terminfo/h/h19g
share/terminfo/h/h19k
share/terminfo/h/h19kermit
share/terminfo/h/h19us
share/terminfo/h/h29a-kc-bc
share/terminfo/h/h29a-kc-uc
share/terminfo/h/h29a-nkc-bc
share/terminfo/h/h29a-nkc-uc
share/terminfo/h/h80
share/terminfo/h/ha8675
share/terminfo/h/ha8686
share/terminfo/h/hazel
share/terminfo/h/hds200
share/terminfo/h/he80
share/terminfo/h/heath
share/terminfo/h/heath-19
share/terminfo/h/heath-ansi
share/terminfo/h/heathkit
share/terminfo/h/heathkit-a
share/terminfo/h/hft
share/terminfo/h/hft-c
share/terminfo/h/hft-c-old
share/terminfo/h/hft-old
share/terminfo/h/hirez100
share/terminfo/h/hirez100-w
share/terminfo/h/hmod1
share/terminfo/h/hp
share/terminfo/h/hp+arrows
share/terminfo/h/hp+color
share/terminfo/h/hp+labels
share/terminfo/h/hp+pfk+arrows
share/terminfo/h/hp+pfk+cr
share/terminfo/h/hp+pfk-cr
share/terminfo/h/hp+printer
share/terminfo/h/hp110
share/terminfo/h/hp150
share/terminfo/h/hp2
share/terminfo/h/hp236
share/terminfo/h/hp2382
share/terminfo/h/hp2382a
share/terminfo/h/hp2392
share/terminfo/h/hp2397
share/terminfo/h/hp2397a
share/terminfo/h/hp2621
share/terminfo/h/hp2621-48
share/terminfo/h/hp2621-a
share/terminfo/h/hp2621-ba
share/terminfo/h/hp2621-fl
share/terminfo/h/hp2621-k45
share/terminfo/h/hp2621-nl
share/terminfo/h/hp2621-nt
share/terminfo/h/hp2621-wl
share/terminfo/h/hp2621A
share/terminfo/h/hp2621a
share/terminfo/h/hp2621a-a
share/terminfo/h/hp2621b
share/terminfo/h/hp2621b-kx
share/terminfo/h/hp2621b-kx-p
share/terminfo/h/hp2621b-p
share/terminfo/h/hp2621k45
share/terminfo/h/hp2621p
share/terminfo/h/hp2621p-a
share/terminfo/h/hp2622
share/terminfo/h/hp2622a
share/terminfo/h/hp2623
share/terminfo/h/hp2623a
share/terminfo/h/hp2624
share/terminfo/h/hp2624-10p
share/terminfo/h/hp2624a
share/terminfo/h/hp2624a-10p
share/terminfo/h/hp2624b
share/terminfo/h/hp2624b-10p
share/terminfo/h/hp2624b-10p-p
share/terminfo/h/hp2624b-4p
share/terminfo/h/hp2624b-4p-p
share/terminfo/h/hp2624b-p
share/terminfo/h/hp2626
share/terminfo/h/hp2626-12
share/terminfo/h/hp2626-12-s
share/terminfo/h/hp2626-12x40
share/terminfo/h/hp2626-ns
share/terminfo/h/hp2626-s
share/terminfo/h/hp2626-x40
share/terminfo/h/hp2626a
share/terminfo/h/hp2626p
share/terminfo/h/hp2627a
share/terminfo/h/hp2627a-rev
share/terminfo/h/hp2627c
share/terminfo/h/hp262x
share/terminfo/h/hp2640a
share/terminfo/h/hp2640b
share/terminfo/h/hp2641a
share/terminfo/h/hp2644a
share/terminfo/h/hp2645
share/terminfo/h/hp2645a
share/terminfo/h/hp2647a
share/terminfo/h/hp2648
share/terminfo/h/hp2648a
share/terminfo/h/hp300h
share/terminfo/h/hp45
share/terminfo/h/hp700
share/terminfo/h/hp700-wy
share/terminfo/h/hp70092
share/terminfo/h/hp70092A
share/terminfo/h/hp70092a
share/terminfo/h/hp9837
share/terminfo/h/hp9845
share/terminfo/h/hp98550
share/terminfo/h/hp98550-color
share/terminfo/h/hp98550a
share/terminfo/h/hp98550a-color
share/terminfo/h/hp98720
share/terminfo/h/hp98721
share/terminfo/h/hpansi
share/terminfo/h/hpex
share/terminfo/h/hpex2
share/terminfo/h/hpgeneric
share/terminfo/h/hpsub
share/terminfo/h/hpterm
share/terminfo/h/hpterm-color
share/terminfo/h/hpterm-color2
share/terminfo/h/hterm
share/terminfo/h/hterm-256color
share/terminfo/h/htx11
share/terminfo/h/hurd
share/terminfo/h/hz1000
share/terminfo/h/hz1420
share/terminfo/h/hz1500
share/terminfo/h/hz1510
share/terminfo/h/hz1520
share/terminfo/h/hz1520-noesc
share/terminfo/h/hz1552
share/terminfo/h/hz1552-rv
share/terminfo/h/hz2000
share/terminfo/i/i100
share/terminfo/i/i3101
share/terminfo/i/i3164
share/terminfo/i/i400
share/terminfo/i/iTerm.app
share/terminfo/i/iTerm2.app
share/terminfo/i/ibcs2
share/terminfo/i/ibm+16color
share/terminfo/i/ibm+color
share/terminfo/i/ibm-apl
share/terminfo/i/ibm-pc
share/terminfo/i/ibm-system1
share/terminfo/i/ibm3101
share/terminfo/i/ibm3151
share/terminfo/i/ibm3161
share/terminfo/i/ibm3161-C
share/terminfo/i/ibm3162
share/terminfo/i/ibm3163
share/terminfo/i/ibm3164
share/terminfo/i/ibm327x
share/terminfo/i/ibm5051
share/terminfo/i/ibm5081
share/terminfo/i/ibm5081-c
share/terminfo/i/ibm5151
share/terminfo/i/ibm5154
share/terminfo/i/ibm5154-c
share/terminfo/i/ibm6153
share/terminfo/i/ibm6153-40
share/terminfo/i/ibm6153-90
share/terminfo/i/ibm6154
share/terminfo/i/ibm6154-c
share/terminfo/i/ibm6155
share/terminfo/i/ibm8503
share/terminfo/i/ibm8507
share/terminfo/i/ibm8512
share/terminfo/i/ibm8513
share/terminfo/i/ibm8514
share/terminfo/i/ibm8514-c
share/terminfo/i/ibm8604
share/terminfo/i/ibmaed
share/terminfo/i/ibmapa16
share/terminfo/i/ibmapa8
share/terminfo/i/ibmapa8c
share/terminfo/i/ibmapa8c-c
share/terminfo/i/ibmega
share/terminfo/i/ibmega-c
share/terminfo/i/ibmmono
share/terminfo/i/ibmmpel-c
share/terminfo/i/ibmpc
share/terminfo/i/ibmpc3
share/terminfo/i/ibmpc3r
share/terminfo/i/ibmpc3r-mono
share/terminfo/i/ibmpcx
share/terminfo/i/ibmvga
share/terminfo/i/ibmvga-c
share/terminfo/i/ibmx
share/terminfo/i/icl6402
share/terminfo/i/icl6404
share/terminfo/i/icl6404-w
share/terminfo/i/ifmr
share/terminfo/i/ims-ansi
share/terminfo/i/ims950
share/terminfo/i/ims950-b
share/terminfo/i/ims950-rv
share/terminfo/i/infoton
share/terminfo/i/infoton2
share/terminfo/i/interix
share/terminfo/i/interix-nti
share/terminfo/i/intertec
share/terminfo/i/intertube
share/terminfo/i/intertube2
share/terminfo/i/intext
share/terminfo/i/intext2
share/terminfo/i/intextii
share/terminfo/i/ips
share/terminfo/i/ipsi
share/terminfo/i/iq120
share/terminfo/i/iq140
share/terminfo/i/iris-ansi
share/terminfo/i/iris-ansi-ap
share/terminfo/i/iris-ansi-net
share/terminfo/i/iris-color
share/terminfo/i/iris40
share/terminfo/i/iterm
share/terminfo/i/iterm2
share/terminfo/i/iterm2-direct
share/terminfo/j/jaixterm
share/terminfo/j/jaixterm-m
share/terminfo/j/jerq
share/terminfo/j/jfbterm
share/terminfo/k/k45
share/terminfo/k/kaypro
share/terminfo/k/kaypro2
share/terminfo/k/kds6402
share/terminfo/k/kds7372
share/terminfo/k/kds7372-w
share/terminfo/k/kermit
share/terminfo/k/kermit-am
share/terminfo/k/kitty
share/terminfo/k/kitty+common
share/terminfo/k/kitty+setal
share/terminfo/k/kitty-direct
share/terminfo/k/klone+acs
share/terminfo/k/klone+color
share/terminfo/k/klone+koi8acs
share/terminfo/k/klone+sgr
share/terminfo/k/klone+sgr-dumb
share/terminfo/k/klone+sgr8
share/terminfo/k/kon
share/terminfo/k/kon2
share/terminfo/k/konsole
share/terminfo/k/konsole+pcfkeys
share/terminfo/k/konsole-16color
share/terminfo/k/konsole-256color
share/terminfo/k/konsole-base
share/terminfo/k/konsole-direct
share/terminfo/k/konsole-linux
share/terminfo/k/konsole-solaris
share/terminfo/k/konsole-vt100
share/terminfo/k/konsole-vt420pc
share/terminfo/k/konsole-xf3x
share/terminfo/k/konsole-xf4x
share/terminfo/k/kt7
share/terminfo/k/kt7ix
share/terminfo/k/kterm
share/terminfo/k/kterm-co
share/terminfo/k/kterm-color
share/terminfo/k/ktm
share/terminfo/k/kvt
share/terminfo/l/la120
share/terminfo/l/layer
share/terminfo/l/lft
share/terminfo/l/lft-pc850
share/terminfo/l/linux
share/terminfo/l/linux+decid
share/terminfo/l/linux+sfkeys
share/terminfo/l/linux-16color
share/terminfo/l/linux-basic
share/terminfo/l/linux-c
share/terminfo/l/linux-c-nc
share/terminfo/l/linux-koi8
share/terminfo/l/linux-koi8r
share/terminfo/l/linux-lat
share/terminfo/l/linux-m
share/terminfo/l/linux-m1
share/terminfo/l/linux-m1b
share/terminfo/l/linux-m2
share/terminfo/l/linux-nic
share/terminfo/l/linux-s
share/terminfo/l/linux-vt
share/terminfo/l/linux2.2
share/terminfo/l/linux2.6
share/terminfo/l/linux2.6.26
share/terminfo/l/linux3.0
share/terminfo/l/lisa
share/terminfo/l/lisaterm
share/terminfo/l/lisaterm-w
share/terminfo/l/liswb
share/terminfo/l/ln03
share/terminfo/l/ln03-w
share/terminfo/l/lpr
share/terminfo/l/luna
share/terminfo/l/luna68k
share/terminfo/m/m2-nam
share/terminfo/m/mac
share/terminfo/m/mac-w
share/terminfo/m/mach
share/terminfo/m/mach-bold
share/terminfo/m/mach-color
share/terminfo/m/mach-gnu
share/terminfo/m/mach-gnu-color
share/terminfo/m/macintosh
share/terminfo/m/macterminal-w
share/terminfo/m/mai
share/terminfo/m/masscomp
share/terminfo/m/masscomp1
share/terminfo/m/masscomp2
share/terminfo/m/mdl110
share/terminfo/m/megatek
share/terminfo/m/memhp
share/terminfo/m/mgr
share/terminfo/m/mgr-linux
share/terminfo/m/mgr-sun
share/terminfo/m/mgt
share/terminfo/m/mgterm
share/terminfo/m/microb
share/terminfo/m/microbee
share/terminfo/m/microterm
share/terminfo/m/microterm5
share/terminfo/m/mime
share/terminfo/m/mime-3ax
share/terminfo/m/mime-fb
share/terminfo/m/mime-hb
share/terminfo/m/mime1
share/terminfo/m/mime2
share/terminfo/m/mime2a
share/terminfo/m/mime2a-s
share/terminfo/m/mime2a-v
share/terminfo/m/mime314
share/terminfo/m/mime340
share/terminfo/m/mime3a
share/terminfo/m/mime3ax
share/terminfo/m/mimei
share/terminfo/m/mimeii
share/terminfo/m/minitel
share/terminfo/m/minitel-2
share/terminfo/m/minitel-2-nam
share/terminfo/m/minitel1
share/terminfo/m/minitel1-nb
share/terminfo/m/minitel12-80
share/terminfo/m/minitel1b
share/terminfo/m/minitel1b-80
share/terminfo/m/minitel1b-nb
share/terminfo/m/minitel2-80
share/terminfo/m/minix
share/terminfo/m/minix-1.5
share/terminfo/m/minix-1.7
share/terminfo/m/minix-3.0
share/terminfo/m/minix-old
share/terminfo/m/minix-old-am
share/terminfo/m/mintty
share/terminfo/m/mintty+common
share/terminfo/m/mintty-direct
share/terminfo/m/mlterm
share/terminfo/m/mlterm+pcfkeys
share/terminfo/m/mlterm-256color
share/terminfo/m/mlterm-direct
share/terminfo/m/mlterm2
share/terminfo/m/mlterm3
share/terminfo/m/mm314
share/terminfo/m/mm340
share/terminfo/m/mod
share/terminfo/m/mod24
share/terminfo/m/modgraph
share/terminfo/m/modgraph2
share/terminfo/m/modgraph48
share/terminfo/m/mono-emx
share/terminfo/m/morphos
share/terminfo/m/mosh
share/terminfo/m/mosh-256color
share/terminfo/m/mouse-sun
share/terminfo/m/mrxvt
share/terminfo/m/mrxvt-256color
share/terminfo/m/ms-terminal
share/terminfo/m/ms-vt-utf8
share/terminfo/m/ms-vt100
share/terminfo/m/ms-vt100+
share/terminfo/m/ms-vt100-color
share/terminfo/m/msk227
share/terminfo/m/msk22714
share/terminfo/m/msk227am
share/terminfo/m/mskermit227
share/terminfo/m/mskermit22714
share/terminfo/m/mskermit227am
share/terminfo/m/mt-70
share/terminfo/m/mt4520-rv
share/terminfo/m/mt70
share/terminfo/m/mterm
share/terminfo/m/mterm-ansi
share/terminfo/m/mvterm
share/terminfo/n/n7900
share/terminfo/n/nansi.sys
share/terminfo/n/nansi.sysk
share/terminfo/n/nansisys
share/terminfo/n/nansisysk
share/terminfo/n/ncr160vppp
share/terminfo/n/ncr160vpwpp
share/terminfo/n/ncr160vt100an
share/terminfo/n/ncr160vt100pp
share/terminfo/n/ncr160vt100wan
share/terminfo/n/ncr160vt100wpp
share/terminfo/n/ncr160vt200an
share/terminfo/n/ncr160vt200pp
share/terminfo/n/ncr160vt200wan
share/terminfo/n/ncr160vt200wpp
share/terminfo/n/ncr160vt300an
share/terminfo/n/ncr160vt300pp
share/terminfo/n/ncr160vt300wan
share/terminfo/n/ncr160vt300wpp
share/terminfo/n/ncr160wy50+pp
share/terminfo/n/ncr160wy50+wpp
share/terminfo/n/ncr160wy60pp
share/terminfo/n/ncr160wy60wpp
share/terminfo/n/ncr260intan
share/terminfo/n/ncr260intpp
share/terminfo/n/ncr260intwan
share/terminfo/n/ncr260intwpp
share/terminfo/n/ncr260vp+sl
share/terminfo/n/ncr260vppp
share/terminfo/n/ncr260vpwpp
share/terminfo/n/ncr260vt+sl
share/terminfo/n/ncr260vt100an
share/terminfo/n/ncr260vt100pp
share/terminfo/n/ncr260vt100wan
share/terminfo/n/ncr260vt100wpp
share/terminfo/n/ncr260vt200an
share/terminfo/n/ncr260vt200pp
share/terminfo/n/ncr260vt200wan
share/terminfo/n/ncr260vt200wpp
share/terminfo/n/ncr260vt300an
share/terminfo/n/ncr260vt300pp
share/terminfo/n/ncr260vt300wan
share/terminfo/n/ncr260vt300wpp
share/terminfo/n/ncr260wy325pp
share/terminfo/n/ncr260wy325wpp
share/terminfo/n/ncr260wy350pp
share/terminfo/n/ncr260wy350wpp
share/terminfo/n/ncr260wy50+pp
share/terminfo/n/ncr260wy50+wpp
share/terminfo/n/ncr260wy60pp
share/terminfo/n/ncr260wy60wpp
share/terminfo/n/ncr7900
share/terminfo/n/ncr7900i
share/terminfo/n/ncr7900iv
share/terminfo/n/ncr7901
share/terminfo/n/ncrvt100an
share/terminfo/n/ncrvt100pp
share/terminfo/n/ncrvt100wan
share/terminfo/n/ncrvt100wpp
share/terminfo/n/ncsa
share/terminfo/n/ncsa-m
share/terminfo/n/ncsa-m-ns
share/terminfo/n/ncsa-ns
share/terminfo/n/ncsa-vt220
share/terminfo/n/ncsa-vt220-8
share/terminfo/n/nd9500
share/terminfo/n/ndr9500
share/terminfo/n/ndr9500-25
share/terminfo/n/ndr9500-25-mc
share/terminfo/n/ndr9500-25-mc-nl
share/terminfo/n/ndr9500-25-nl
share/terminfo/n/ndr9500-mc
share/terminfo/n/ndr9500-mc-nl
share/terminfo/n/ndr9500-nl
share/terminfo/n/nec
share/terminfo/n/nec5520
share/terminfo/n/netbsd6
share/terminfo/n/newhp
share/terminfo/n/newhpkeyboard
share/terminfo/n/news
share/terminfo/n/news-29
share/terminfo/n/news-29-euc
share/terminfo/n/news-29-sjis
share/terminfo/n/news-33
share/terminfo/n/news-33-euc
share/terminfo/n/news-33-sjis
share/terminfo/n/news-42
share/terminfo/n/news-42-euc
share/terminfo/n/news-42-sjis
share/terminfo/n/news-a
share/terminfo/n/news-o
share/terminfo/n/news-old-unk
share/terminfo/n/news-unk
share/terminfo/n/news28
share/terminfo/n/news28-a
share/terminfo/n/news29
share/terminfo/n/news31
share/terminfo/n/news31-a
share/terminfo/n/news31-o
share/terminfo/n/news33
share/terminfo/n/news40
share/terminfo/n/news40-a
share/terminfo/n/news40-o
share/terminfo/n/news42
share/terminfo/n/newscbm
share/terminfo/n/newscbm-a
share/terminfo/n/newscbm-o
share/terminfo/n/newscbm33
share/terminfo/n/next
share/terminfo/n/nextshell
share/terminfo/n/no+brackets
share/terminfo/n/northstar
share/terminfo/n/nsterm
share/terminfo/n/nsterm+7
share/terminfo/n/nsterm+acs
share/terminfo/n/nsterm+c
share/terminfo/n/nsterm+c41
share/terminfo/n/nsterm+mac
share/terminfo/n/nsterm+s
share/terminfo/n/nsterm-16color
share/terminfo/n/nsterm-256color
share/terminfo/n/nsterm-7
share/terminfo/n/nsterm-7-c
share/terminfo/n/nsterm-7-c-s
share/terminfo/n/nsterm-7-m
share/terminfo/n/nsterm-7-m-s
share/terminfo/n/nsterm-7-s
share/terminfo/n/nsterm-acs
share/terminfo/n/nsterm-acs-c
share/terminfo/n/nsterm-acs-c-s
share/terminfo/n/nsterm-acs-m
share/terminfo/n/nsterm-acs-m-s
share/terminfo/n/nsterm-acs-s
share/terminfo/n/nsterm-bce
share/terminfo/n/nsterm-build309
share/terminfo/n/nsterm-build326
share/terminfo/n/nsterm-build343
share/terminfo/n/nsterm-build361
share/terminfo/n/nsterm-build400
share/terminfo/n/nsterm-build440
share/terminfo/n/nsterm-c
share/terminfo/n/nsterm-c-7
share/terminfo/n/nsterm-c-acs
share/terminfo/n/nsterm-c-s
share/terminfo/n/nsterm-c-s-7
share/terminfo/n/nsterm-c-s-acs
share/terminfo/n/nsterm-direct
share/terminfo/n/nsterm-m
share/terminfo/n/nsterm-m-7
share/terminfo/n/nsterm-m-acs
share/terminfo/n/nsterm-m-s
share/terminfo/n/nsterm-m-s-7
share/terminfo/n/nsterm-m-s-acs
share/terminfo/n/nsterm-old
share/terminfo/n/nsterm-s
share/terminfo/n/nsterm-s-7
share/terminfo/n/nsterm-s-acs
share/terminfo/n/ntconsole
share/terminfo/n/ntconsole-100
share/terminfo/n/ntconsole-100-nti
share/terminfo/n/ntconsole-25
share/terminfo/n/ntconsole-25-nti
share/terminfo/n/ntconsole-25-w
share/terminfo/n/ntconsole-25-w-vt
share/terminfo/n/ntconsole-35
share/terminfo/n/ntconsole-35-nti
share/terminfo/n/ntconsole-35-w
share/terminfo/n/ntconsole-50
share/terminfo/n/ntconsole-50-nti
share/terminfo/n/ntconsole-50-w
share/terminfo/n/ntconsole-60
share/terminfo/n/ntconsole-60-nti
share/terminfo/n/ntconsole-60-w
share/terminfo/n/ntconsole-w
share/terminfo/n/ntconsole-w-vt
share/terminfo/n/nwe501
share/terminfo/n/nwe501-a
share/terminfo/n/nwe501-o
share/terminfo/n/nwp-511
share/terminfo/n/nwp-517
share/terminfo/n/nwp-517-w
share/terminfo/n/nwp251-a
share/terminfo/n/nwp251-o
share/terminfo/n/nwp511
share/terminfo/n/nwp512
share/terminfo/n/nwp512-a
share/terminfo/n/nwp512-o
share/terminfo/n/nwp513
share/terminfo/n/nwp513-a
share/terminfo/n/nwp513-o
share/terminfo/n/nwp514
share/terminfo/n/nwp514-a
share/terminfo/n/nwp514-o
share/terminfo/n/nwp517
share/terminfo/n/nwp517-w
share/terminfo/n/nwp518
share/terminfo/n/nwp518-a
share/terminfo/n/nwp518-o
share/terminfo/n/nxterm
share/terminfo/o/o31
share/terminfo/o/o4112-nd
share/terminfo/o/o85h
share/terminfo/o/oabm85h
share/terminfo/o/oblit
share/terminfo/o/oc100
share/terminfo/o/oconcept
share/terminfo/o/ofcons
share/terminfo/o/ojerq
share/terminfo/o/old-st
share/terminfo/o/oldibmpc3
share/terminfo/o/oldpc3
share/terminfo/o/oldsun
share/terminfo/o/omron
share/terminfo/o/opennt
share/terminfo/o/opennt-100
share/terminfo/o/opennt-100-nti
share/terminfo/o/opennt-25
share/terminfo/o/opennt-25-nti
share/terminfo/o/opennt-25-w
share/terminfo/o/opennt-25-w-vt
share/terminfo/o/opennt-35
share/terminfo/o/opennt-35-nti
share/terminfo/o/opennt-35-w
share/terminfo/o/opennt-50
share/terminfo/o/opennt-50-nti
share/terminfo/o/opennt-50-w
share/terminfo/o/opennt-60
share/terminfo/o/opennt-60-nti
share/terminfo/o/opennt-60-w
share/terminfo/o/opennt-nti
share/terminfo/o/opennt-w
share/terminfo/o/opennt-w-vt
share/terminfo/o/opus3n1+
share/terminfo/o/origibmpc3
share/terminfo/o/origpc3
share/terminfo/o/os9LII
share/terminfo/o/osborne
share/terminfo/o/osborne-w
share/terminfo/o/osborne1
share/terminfo/o/osborne1-w
share/terminfo/o/osexec
share/terminfo/o/otek4112
share/terminfo/o/otek4113
share/terminfo/o/otek4114
share/terminfo/o/otek4115
share/terminfo/o/owl
share/terminfo/p/p12
share/terminfo/p/p12-m
share/terminfo/p/p12-m-w
share/terminfo/p/p12-w
share/terminfo/p/p14
share/terminfo/p/p14-m
share/terminfo/p/p14-m-w
share/terminfo/p/p14-w
share/terminfo/p/p19
share/terminfo/p/p4
share/terminfo/p/p5
share/terminfo/p/p7
share/terminfo/p/p8
share/terminfo/p/p8-w
share/terminfo/p/p8gl
share/terminfo/p/p9
share/terminfo/p/p9-8
share/terminfo/p/p9-8-w
share/terminfo/p/p9-w
share/terminfo/p/pc-coherent
share/terminfo/p/pc-minix
share/terminfo/p/pc-venix
share/terminfo/p/pc3
share/terminfo/p/pc3-bold
share/terminfo/p/pc3r
share/terminfo/p/pc3r-m
share/terminfo/p/pc6300plus
share/terminfo/p/pc7300
share/terminfo/p/pcansi
share/terminfo/p/pcansi-25
share/terminfo/p/pcansi-25-m
share/terminfo/p/pcansi-33
share/terminfo/p/pcansi-33-m
share/terminfo/p/pcansi-43
share/terminfo/p/pcansi-43-m
share/terminfo/p/pcansi-m
share/terminfo/p/pcansi-mono
share/terminfo/p/pcansi25
share/terminfo/p/pcansi25m
share/terminfo/p/pcansi33
share/terminfo/p/pcansi33m
share/terminfo/p/pcansi43
share/terminfo/p/pccon
share/terminfo/p/pccon+base
share/terminfo/p/pccon+colors
share/terminfo/p/pccon+keys
share/terminfo/p/pccon+sgr+acs
share/terminfo/p/pccon+sgr+acs0
share/terminfo/p/pccon-m
share/terminfo/p/pccon0
share/terminfo/p/pccon0-m
share/terminfo/p/pccons
share/terminfo/p/pcconsole
share/terminfo/p/pcix
share/terminfo/p/pckermit
share/terminfo/p/pckermit12
share/terminfo/p/pckermit120
share/terminfo/p/pcmw
share/terminfo/p/pcplot
share/terminfo/p/pcvt25
share/terminfo/p/pcvt25-color
share/terminfo/p/pcvt25w
share/terminfo/p/pcvt28
share/terminfo/p/pcvt28w
share/terminfo/p/pcvt35
share/terminfo/p/pcvt35w
share/terminfo/p/pcvt40
share/terminfo/p/pcvt40w
share/terminfo/p/pcvt43
share/terminfo/p/pcvt43w
share/terminfo/p/pcvt50
share/terminfo/p/pcvt50w
share/terminfo/p/pcvtXX
share/terminfo/p/pcz19
share/terminfo/p/pe1100
share/terminfo/p/pe1200
share/terminfo/p/pe1251
share/terminfo/p/pe550
share/terminfo/p/pe6100
share/terminfo/p/pe6300
share/terminfo/p/pe6312
share/terminfo/p/pe7000c
share/terminfo/p/pe7000m
share/terminfo/p/pilot
share/terminfo/p/pmcons
share/terminfo/p/pmconsole
share/terminfo/p/printer
share/terminfo/p/prism12
share/terminfo/p/prism12-m
share/terminfo/p/prism12-m-w
share/terminfo/p/prism12-w
share/terminfo/p/prism14
share/terminfo/p/prism14-m
share/terminfo/p/prism14-m-w
share/terminfo/p/prism14-w
share/terminfo/p/prism2
share/terminfo/p/prism4
share/terminfo/p/prism5
share/terminfo/p/prism7
share/terminfo/p/prism8
share/terminfo/p/prism8-w
share/terminfo/p/prism8gl
share/terminfo/p/prism9
share/terminfo/p/prism9-8
share/terminfo/p/prism9-8-w
share/terminfo/p/prism9-w
share/terminfo/p/pro350
share/terminfo/p/ps300
share/terminfo/p/psterm
share/terminfo/p/psterm-80x24
share/terminfo/p/psterm-90x28
share/terminfo/p/psterm-96x48
share/terminfo/p/psterm-basic
share/terminfo/p/psterm-fast
share/terminfo/p/psx_ansi
share/terminfo/p/pt100
share/terminfo/p/pt100w
share/terminfo/p/pt200
share/terminfo/p/pt200w
share/terminfo/p/pt210
share/terminfo/p/pt250
share/terminfo/p/pt250w
share/terminfo/p/pt505
share/terminfo/p/pt505-22
share/terminfo/p/pt505-24
share/terminfo/p/pty
share/terminfo/p/putty
share/terminfo/p/putty+fnkeys
share/terminfo/p/putty+fnkeys+esc
share/terminfo/p/putty+fnkeys+linux
share/terminfo/p/putty+fnkeys+sco
share/terminfo/p/putty+fnkeys+vt100
share/terminfo/p/putty+fnkeys+vt400
share/terminfo/p/putty+fnkeys+xterm
share/terminfo/p/putty+keypad
share/terminfo/p/putty+screen
share/terminfo/p/putty-256color
share/terminfo/p/putty-m1
share/terminfo/p/putty-m1b
share/terminfo/p/putty-m2
share/terminfo/p/putty-noapp
share/terminfo/p/putty-sco
share/terminfo/p/putty-screen
share/terminfo/p/putty-vt100
share/terminfo/q/qansi
share/terminfo/q/qansi-g
share/terminfo/q/qansi-m
share/terminfo/q/qansi-t
share/terminfo/q/qansi-w
share/terminfo/q/qdcons
share/terminfo/q/qdss
share/terminfo/q/qnx
share/terminfo/q/qnx4
share/terminfo/q/qnxm
share/terminfo/q/qnxt
share/terminfo/q/qnxt2
share/terminfo/q/qnxt4
share/terminfo/q/qnxtmono
share/terminfo/q/qnxw
share/terminfo/q/qume
share/terminfo/q/qume5
share/terminfo/q/qvt101
share/terminfo/q/qvt101+
share/terminfo/q/qvt101p
share/terminfo/q/qvt102
share/terminfo/q/qvt103
share/terminfo/q/qvt103-w
share/terminfo/q/qvt108
share/terminfo/q/qvt119
share/terminfo/q/qvt119+
share/terminfo/q/qvt119+-25
share/terminfo/q/qvt119+-25-w
share/terminfo/q/qvt119+-w
share/terminfo/q/qvt119-25-w
share/terminfo/q/qvt119-w
share/terminfo/q/qvt119p
share/terminfo/q/qvt119p-25
share/terminfo/q/qvt119p-25-w
share/terminfo/q/qvt119p-w
share/terminfo/q/qvt203
share/terminfo/q/qvt203+
share/terminfo/q/qvt203-25
share/terminfo/q/qvt203-25-w
share/terminfo/q/qvt203-w
share/terminfo/q/qvt203-w-am
share/terminfo/r/rbcomm
share/terminfo/r/rbcomm-nam
share/terminfo/r/rbcomm-w
share/terminfo/r/rca
share/terminfo/r/rcons
share/terminfo/r/rcons-color
share/terminfo/r/rebus3180
share/terminfo/r/regent
share/terminfo/r/regent100
share/terminfo/r/regent20
share/terminfo/r/regent200
share/terminfo/r/regent25
share/terminfo/r/regent40
share/terminfo/r/regent40+
share/terminfo/r/regent60
share/terminfo/r/rt6221
share/terminfo/r/rt6221-w
share/terminfo/r/rtpc
share/terminfo/r/rxvt
share/terminfo/r/rxvt+pcfkeys
share/terminfo/r/rxvt-16color
share/terminfo/r/rxvt-256color
share/terminfo/r/rxvt-88color
share/terminfo/r/rxvt-basic
share/terminfo/r/rxvt-color
share/terminfo/r/rxvt-cygwin
share/terminfo/r/rxvt-cygwin-native
share/terminfo/r/rxvt-xpm
share/terminfo/s/s4
share/terminfo/s/sb1
share/terminfo/s/sb2
share/terminfo/s/sb3
share/terminfo/s/sbi
share/terminfo/s/sbobcat
share/terminfo/s/sc410
share/terminfo/s/sc415
share/terminfo/s/scanset
share/terminfo/s/scoansi
share/terminfo/s/scoansi-new
share/terminfo/s/scoansi-old
share/terminfo/s/screen
share/terminfo/s/screen+fkeys
share/terminfo/s/screen+italics
share/terminfo/s/screen-16color
share/terminfo/s/screen-16color-bce
share/terminfo/s/screen-16color-bce-s
share/terminfo/s/screen-16color-s
share/terminfo/s/screen-256color
share/terminfo/s/screen-256color-bce
share/terminfo/s/screen-256color-bce-s
share/terminfo/s/screen-256color-s
share/terminfo/s/screen-base
share/terminfo/s/screen-bce
share/terminfo/s/screen-bce.Eterm
share/terminfo/s/screen-bce.gnome
share/terminfo/s/screen-bce.konsole
share/terminfo/s/screen-bce.linux
share/terminfo/s/screen-bce.mrxvt
share/terminfo/s/screen-bce.rxvt
share/terminfo/s/screen-bce.xterm-new
share/terminfo/s/screen-s
share/terminfo/s/screen-w
share/terminfo/s/screen.Eterm
share/terminfo/s/screen.gnome
share/terminfo/s/screen.konsole
share/terminfo/s/screen.konsole-256color
share/terminfo/s/screen.linux
share/terminfo/s/screen.linux-m1
share/terminfo/s/screen.linux-m1b
share/terminfo/s/screen.linux-m2
share/terminfo/s/screen.linux-s
share/terminfo/s/screen.minitel1
share/terminfo/s/screen.minitel1-nb
share/terminfo/s/screen.minitel12-80
share/terminfo/s/screen.minitel1b
share/terminfo/s/screen.minitel1b-80
share/terminfo/s/screen.minitel1b-nb
share/terminfo/s/screen.minitel2-80
share/terminfo/s/screen.mlterm
share/terminfo/s/screen.mlterm-256color
share/terminfo/s/screen.mrxvt
share/terminfo/s/screen.putty
share/terminfo/s/screen.putty-256color
share/terminfo/s/screen.putty-m1
share/terminfo/s/screen.putty-m1b
share/terminfo/s/screen.putty-m2
share/terminfo/s/screen.rxvt
share/terminfo/s/screen.teraterm
share/terminfo/s/screen.vte
share/terminfo/s/screen.vte-256color
share/terminfo/s/screen.xterm-256color
share/terminfo/s/screen.xterm-new
share/terminfo/s/screen.xterm-r6
share/terminfo/s/screen.xterm-xfree86
share/terminfo/s/screen2
share/terminfo/s/screen3
share/terminfo/s/screen4
share/terminfo/s/screen5
share/terminfo/s/screwpoint
share/terminfo/s/scrhp
share/terminfo/s/scrt
share/terminfo/s/securecrt
share/terminfo/s/sibo
share/terminfo/s/simpleterm
share/terminfo/s/simterm
share/terminfo/s/soroc
share/terminfo/s/soroc120
share/terminfo/s/soroc140
share/terminfo/s/spinwriter
share/terminfo/s/st
share/terminfo/s/st-0.6
share/terminfo/s/st-0.7
share/terminfo/s/st-0.8
share/terminfo/s/st-16color
share/terminfo/s/st-256color
share/terminfo/s/st-direct
share/terminfo/s/st52
share/terminfo/s/st52-color
share/terminfo/s/st52-m
share/terminfo/s/st52-old
share/terminfo/s/stterm
share/terminfo/s/stterm-16color
share/terminfo/s/stterm-256color
share/terminfo/s/stv52
share/terminfo/s/stv52pc
share/terminfo/s/sun
share/terminfo/s/sun+sl
share/terminfo/s/sun-1
share/terminfo/s/sun-12
share/terminfo/s/sun-17
share/terminfo/s/sun-24
share/terminfo/s/sun-34
share/terminfo/s/sun-48
share/terminfo/s/sun-c
share/terminfo/s/sun-cgsix
share/terminfo/s/sun-cmd
share/terminfo/s/sun-color
share/terminfo/s/sun-e
share/terminfo/s/sun-e-s
share/terminfo/s/sun-il
share/terminfo/s/sun-nic
share/terminfo/s/sun-s
share/terminfo/s/sun-s-e
share/terminfo/s/sun-ss5
share/terminfo/s/sun-type4
share/terminfo/s/sun1
share/terminfo/s/sun2
share/terminfo/s/sune
share/terminfo/s/superbee
share/terminfo/s/superbee-xsb
share/terminfo/s/superbeeic
share/terminfo/s/superbrain
share/terminfo/s/sv80
share/terminfo/s/swtp
share/terminfo/s/synertek
share/terminfo/s/synertek380
share/terminfo/s/system1
share/terminfo/t/t10
share/terminfo/t/t1061
share/terminfo/t/t1061f
share/terminfo/t/t16
share/terminfo/t/t3700
share/terminfo/t/t3800
share/terminfo/t/t653x
share/terminfo/t/tab
share/terminfo/t/tab132
share/terminfo/t/tab132-15
share/terminfo/t/tab132-rv
share/terminfo/t/tab132-w
share/terminfo/t/tab132-w-rv
share/terminfo/t/tandem6510
share/terminfo/t/tandem653
share/terminfo/t/tek
share/terminfo/t/tek4012
share/terminfo/t/tek4013
share/terminfo/t/tek4014
share/terminfo/t/tek4014-sm
share/terminfo/t/tek4015
share/terminfo/t/tek4015-sm
share/terminfo/t/tek4023
share/terminfo/t/tek4024
share/terminfo/t/tek4025
share/terminfo/t/tek4025-17
share/terminfo/t/tek4025-17-ws
share/terminfo/t/tek4025-cr
share/terminfo/t/tek4025-ex
share/terminfo/t/tek4025a
share/terminfo/t/tek4025ex
share/terminfo/t/tek4027
share/terminfo/t/tek4027-ex
share/terminfo/t/tek4105
share/terminfo/t/tek4105-30
share/terminfo/t/tek4105a
share/terminfo/t/tek4106brl
share/terminfo/t/tek4107
share/terminfo/t/tek4107brl
share/terminfo/t/tek4109
share/terminfo/t/tek4109brl
share/terminfo/t/tek4112
share/terminfo/t/tek4112-5
share/terminfo/t/tek4112-nd
share/terminfo/t/tek4113
share/terminfo/t/tek4113-34
share/terminfo/t/tek4113-nd
share/terminfo/t/tek4114
share/terminfo/t/tek4115
share/terminfo/t/tek4125
share/terminfo/t/tek4205
share/terminfo/t/tek4207
share/terminfo/t/tek4207-s
share/terminfo/t/tek4404
share/terminfo/t/teken
share/terminfo/t/teken-16color
share/terminfo/t/teken-2018
share/terminfo/t/teken-2022
share/terminfo/t/teken-sc
share/terminfo/t/teken-sc+fkeys
share/terminfo/t/teken-vt
share/terminfo/t/teken-vt+fkeys
share/terminfo/t/teleray
share/terminfo/t/teletec
share/terminfo/t/teraterm
share/terminfo/t/teraterm-256color
share/terminfo/t/teraterm2.3
share/terminfo/t/teraterm4.59
share/terminfo/t/teraterm4.97
share/terminfo/t/terminator
share/terminfo/t/terminet
share/terminfo/t/terminet1200
share/terminfo/t/terminet300
share/terminfo/t/terminology
share/terminfo/t/terminology-0.6.1
share/terminfo/t/terminology-1.0.0
share/terminfo/t/terminology-1.8.1
share/terminfo/t/termite
share/terminfo/t/tgtelnet
share/terminfo/t/ti700
share/terminfo/t/ti703
share/terminfo/t/ti703-w
share/terminfo/t/ti707
share/terminfo/t/ti707-w
share/terminfo/t/ti733
share/terminfo/t/ti735
share/terminfo/t/ti745
share/terminfo/t/ti800
share/terminfo/t/ti916
share/terminfo/t/ti916-132
share/terminfo/t/ti916-220-7
share/terminfo/t/ti916-220-8
share/terminfo/t/ti916-8
share/terminfo/t/ti916-8-132
share/terminfo/t/ti924
share/terminfo/t/ti924-8
share/terminfo/t/ti924-8w
share/terminfo/t/ti924w
share/terminfo/t/ti926
share/terminfo/t/ti926-8
share/terminfo/t/ti928
share/terminfo/t/ti928-8
share/terminfo/t/ti931
share/terminfo/t/ti_ansi
share/terminfo/t/tkterm
share/terminfo/t/tmux
share/terminfo/t/tmux-256color
share/terminfo/t/tmux-direct
share/terminfo/t/tn1200
share/terminfo/t/tn300
share/terminfo/t/trs16
share/terminfo/t/trs2
share/terminfo/t/trs80II
share/terminfo/t/trsII
share/terminfo/t/ts-1
share/terminfo/t/ts-1p
share/terminfo/t/ts1
share/terminfo/t/ts100
share/terminfo/t/ts100-ctxt
share/terminfo/t/ts100-sp
share/terminfo/t/ts1p
share/terminfo/t/tt
share/terminfo/t/tt52
share/terminfo/t/tty33
share/terminfo/t/tty35
share/terminfo/t/tty37
share/terminfo/t/tty40
share/terminfo/t/tty43
share/terminfo/t/tty4420
share/terminfo/t/tty4424
share/terminfo/t/tty4424-1
share/terminfo/t/tty4424m
share/terminfo/t/tty4426
share/terminfo/t/tty5410
share/terminfo/t/tty5410-w
share/terminfo/t/tty5410v1
share/terminfo/t/tty5410v1-w
share/terminfo/t/tty5420
share/terminfo/t/tty5420+nl
share/terminfo/t/tty5420-nl
share/terminfo/t/tty5420-rv
share/terminfo/t/tty5420-rv-nl
share/terminfo/t/tty5420-w
share/terminfo/t/tty5420-w-nl
share/terminfo/t/tty5420-w-rv
share/terminfo/t/tty5420-w-rv-n
share/terminfo/t/tty5425
share/terminfo/t/tty5425-nl
share/terminfo/t/tty5425-w
share/terminfo/t/tty5620
share/terminfo/t/tty5620-1
share/terminfo/t/tty5620-24
share/terminfo/t/tty5620-34
share/terminfo/t/tty5620-s
share/terminfo/t/ttydmd
share/terminfo/t/tvi803
share/terminfo/t/tvi9065
share/terminfo/t/tvi910
share/terminfo/t/tvi910+
share/terminfo/t/tvi912
share/terminfo/t/tvi912b
share/terminfo/t/tvi912b+2p
share/terminfo/t/tvi912b+dim
share/terminfo/t/tvi912b+mc
share/terminfo/t/tvi912b+printer
share/terminfo/t/tvi912b+vb
share/terminfo/t/tvi912b-2p
share/terminfo/t/tvi912b-2p-mc
share/terminfo/t/tvi912b-2p-p
share/terminfo/t/tvi912b-2p-unk
share/terminfo/t/tvi912b-mc
share/terminfo/t/tvi912b-mc-2p
share/terminfo/t/tvi912b-mc-vb
share/terminfo/t/tvi912b-p
share/terminfo/t/tvi912b-p-2p
share/terminfo/t/tvi912b-p-vb
share/terminfo/t/tvi912b-unk
share/terminfo/t/tvi912b-unk-2p
share/terminfo/t/tvi912b-unk-vb
share/terminfo/t/tvi912b-vb
share/terminfo/t/tvi912b-vb-mc
share/terminfo/t/tvi912b-vb-p
share/terminfo/t/tvi912b-vb-unk
share/terminfo/t/tvi912c
share/terminfo/t/tvi912c-2p
share/terminfo/t/tvi912c-2p-mc
share/terminfo/t/tvi912c-2p-p
share/terminfo/t/tvi912c-2p-unk
share/terminfo/t/tvi912c-mc
share/terminfo/t/tvi912c-mc-2p
share/terminfo/t/tvi912c-mc-vb
share/terminfo/t/tvi912c-p
share/terminfo/t/tvi912c-p-2p
share/terminfo/t/tvi912c-p-vb
share/terminfo/t/tvi912c-unk
share/terminfo/t/tvi912c-unk-2p
share/terminfo/t/tvi912c-unk-vb
share/terminfo/t/tvi912c-vb
share/terminfo/t/tvi912c-vb-mc
share/terminfo/t/tvi912c-vb-p
share/terminfo/t/tvi912c-vb-unk
share/terminfo/t/tvi912cc
share/terminfo/t/tvi914
share/terminfo/t/tvi920
share/terminfo/t/tvi920b
share/terminfo/t/tvi920b+fn
share/terminfo/t/tvi920b-2p
share/terminfo/t/tvi920b-2p-mc
share/terminfo/t/tvi920b-2p-p
share/terminfo/t/tvi920b-2p-unk
share/terminfo/t/tvi920b-mc
share/terminfo/t/tvi920b-mc-2p
share/terminfo/t/tvi920b-mc-vb
share/terminfo/t/tvi920b-p
share/terminfo/t/tvi920b-p-2p
share/terminfo/t/tvi920b-p-vb
share/terminfo/t/tvi920b-unk
share/terminfo/t/tvi920b-unk-2p
share/terminfo/t/tvi920b-unk-vb
share/terminfo/t/tvi920b-vb
share/terminfo/t/tvi920b-vb-mc
share/terminfo/t/tvi920b-vb-p
share/terminfo/t/tvi920b-vb-unk
share/terminfo/t/tvi920c
share/terminfo/t/tvi920c-2p
share/terminfo/t/tvi920c-2p-mc
share/terminfo/t/tvi920c-2p-p
share/terminfo/t/tvi920c-2p-unk
share/terminfo/t/tvi920c-mc
share/terminfo/t/tvi920c-mc-2p
share/terminfo/t/tvi920c-mc-vb
share/terminfo/t/tvi920c-p
share/terminfo/t/tvi920c-p-2p
share/terminfo/t/tvi920c-p-vb
share/terminfo/t/tvi920c-unk
share/terminfo/t/tvi920c-unk-2p
share/terminfo/t/tvi920c-unk-vb
share/terminfo/t/tvi920c-vb
share/terminfo/t/tvi920c-vb-mc
share/terminfo/t/tvi920c-vb-p
share/terminfo/t/tvi920c-vb-unk
share/terminfo/t/tvi921
share/terminfo/t/tvi924
share/terminfo/t/tvi925
share/terminfo/t/tvi925-hi
share/terminfo/t/tvi92B
share/terminfo/t/tvi92D
share/terminfo/t/tvi950
share/terminfo/t/tvi950-2p
share/terminfo/t/tvi950-4p
share/terminfo/t/tvi950-rv
share/terminfo/t/tvi950-rv-2p
share/terminfo/t/tvi950-rv-4p
share/terminfo/t/tvi955
share/terminfo/t/tvi955-hb
share/terminfo/t/tvi955-w
share/terminfo/t/tvi970
share/terminfo/t/tvi970-2p
share/terminfo/t/tvi970-vb
share/terminfo/t/tvipt
share/terminfo/t/tw100
share/terminfo/t/tw52
share/terminfo/t/tw52-color
share/terminfo/t/tw52-m
share/terminfo/t/tws-generic
share/terminfo/t/tws2102-sna
share/terminfo/t/tws2103
share/terminfo/t/tws2103-sna
share/terminfo/u/ultima2
share/terminfo/u/ultimaII
share/terminfo/u/uniterm
share/terminfo/u/uniterm49
share/terminfo/u/unixpc
share/terminfo/u/unknown
share/terminfo/u/uts30
share/terminfo/u/uwin
share/terminfo/v/v200-nam
share/terminfo/v/v320n
share/terminfo/v/v3220
share/terminfo/v/v5410
share/terminfo/v/vanilla
share/terminfo/v/vapple
share/terminfo/v/vc103
share/terminfo/v/vc203
share/terminfo/v/vc303
share/terminfo/v/vc303a
share/terminfo/v/vc403a
share/terminfo/v/vc404
share/terminfo/v/vc404-s
share/terminfo/v/vc414
share/terminfo/v/vc414h
share/terminfo/v/vc415
share/terminfo/v/venix
share/terminfo/v/versaterm
share/terminfo/v/vi200
share/terminfo/v/vi200-f
share/terminfo/v/vi200-rv
share/terminfo/v/vi300
share/terminfo/v/vi300-old
share/terminfo/v/vi50
share/terminfo/v/vi500
share/terminfo/v/vi50adm
share/terminfo/v/vi55
share/terminfo/v/vi550
share/terminfo/v/vi603
share/terminfo/v/viewdata
share/terminfo/v/viewdata-o
share/terminfo/v/viewdata-rv
share/terminfo/v/viewpoint
share/terminfo/v/viewpoint3a+
share/terminfo/v/viewpoint60
share/terminfo/v/viewpoint90
share/terminfo/v/vip
share/terminfo/v/vip-H
share/terminfo/v/vip-Hw
share/terminfo/v/vip-w
share/terminfo/v/vip7800-H
share/terminfo/v/vip7800-Hw
share/terminfo/v/vip7800-w
share/terminfo/v/visa50
share/terminfo/v/visual603
share/terminfo/v/vitty
share/terminfo/v/vk100
share/terminfo/v/vp3a+
share/terminfo/v/vp60
share/terminfo/v/vp90
share/terminfo/v/vremote
share/terminfo/v/vs100
share/terminfo/v/vs100-x10
share/terminfo/v/vsc
share/terminfo/v/vscode
share/terminfo/v/vscode-direct
share/terminfo/v/vt-61
share/terminfo/v/vt-utf8
share/terminfo/v/vt100
share/terminfo/v/vt100+
share/terminfo/v/vt100+4bsd
share/terminfo/v/vt100+enq
share/terminfo/v/vt100+fnkeys
share/terminfo/v/vt100+keypad
share/terminfo/v/vt100+pfkeys
share/terminfo/v/vt100-am
share/terminfo/v/vt100-bm
share/terminfo/v/vt100-bm-o
share/terminfo/v/vt100-bot-s
share/terminfo/v/vt100-nam
share/terminfo/v/vt100-nam-w
share/terminfo/v/vt100-nav
share/terminfo/v/vt100-nav-w
share/terminfo/v/vt100-putty
share/terminfo/v/vt100-s
share/terminfo/v/vt100-s-bot
share/terminfo/v/vt100-s-top
share/terminfo/v/vt100-top-s
share/terminfo/v/vt100-vb
share/terminfo/v/vt100-w
share/terminfo/v/vt100-w-am
share/terminfo/v/vt100-w-nam
share/terminfo/v/vt100-w-nav
share/terminfo/v/vt100nam
share/terminfo/v/vt102
share/terminfo/v/vt102+enq
share/terminfo/v/vt102-nsgr
share/terminfo/v/vt102-w
share/terminfo/v/vt125
share/terminfo/v/vt131
share/terminfo/v/vt132
share/terminfo/v/vt200
share/terminfo/v/vt200-8
share/terminfo/v/vt200-8bit
share/terminfo/v/vt200-js
share/terminfo/v/vt200-old
share/terminfo/v/vt200-w
share/terminfo/v/vt220
share/terminfo/v/vt220+cvis
share/terminfo/v/vt220+cvis8
share/terminfo/v/vt220+keypad
share/terminfo/v/vt220+pcedit
share/terminfo/v/vt220+vtedit
share/terminfo/v/vt220-8
share/terminfo/v/vt220-8bit
share/terminfo/v/vt220-base
share/terminfo/v/vt220-js
share/terminfo/v/vt220-nam
share/terminfo/v/vt220-old
share/terminfo/v/vt220-w
share/terminfo/v/vt220d
share/terminfo/v/vt300
share/terminfo/v/vt300-nam
share/terminfo/v/vt300-w
share/terminfo/v/vt300-w-nam
share/terminfo/v/vt320
share/terminfo/v/vt320-k3
share/terminfo/v/vt320-k311
share/terminfo/v/vt320-nam
share/terminfo/v/vt320-w
share/terminfo/v/vt320-w-nam
share/terminfo/v/vt320nam
share/terminfo/v/vt330
share/terminfo/v/vt340
share/terminfo/v/vt400
share/terminfo/v/vt400-24
share/terminfo/v/vt420
share/terminfo/v/vt420+lrmm
share/terminfo/v/vt420f
share/terminfo/v/vt420pc
share/terminfo/v/vt420pcdos
share/terminfo/v/vt50
share/terminfo/v/vt50h
share/terminfo/v/vt510
share/terminfo/v/vt510pc
share/terminfo/v/vt510pcdos
share/terminfo/v/vt52
share/terminfo/v/vt52+keypad
share/terminfo/v/vt52-basic
share/terminfo/v/vt520
share/terminfo/v/vt520ansi
share/terminfo/v/vt525
share/terminfo/v/vt61
share/terminfo/v/vt61.5
share/terminfo/v/vte
share/terminfo/v/vte+pcfkeys
share/terminfo/v/vte-2007
share/terminfo/v/vte-2008
share/terminfo/v/vte-2012
share/terminfo/v/vte-2014
share/terminfo/v/vte-2017
share/terminfo/v/vte-2018
share/terminfo/v/vte-256color
share/terminfo/v/vte-direct
share/terminfo/v/vtnt
share/terminfo/v/vv100
share/terminfo/v/vwmterm
share/terminfo/w/wren
share/terminfo/w/wrenw
share/terminfo/w/wsiris
share/terminfo/w/wsvt25
share/terminfo/w/wsvt25m
share/terminfo/w/wy-75ap
share/terminfo/w/wy-99fgt
share/terminfo/w/wy-99fgta
share/terminfo/w/wy100
share/terminfo/w/wy100q
share/terminfo/w/wy120
share/terminfo/w/wy120-25
share/terminfo/w/wy120-25-w
share/terminfo/w/wy120-vb
share/terminfo/w/wy120-w
share/terminfo/w/wy120-w-vb
share/terminfo/w/wy120-wvb
share/terminfo/w/wy150
share/terminfo/w/wy150-25
share/terminfo/w/wy150-25-w
share/terminfo/w/wy150-vb
share/terminfo/w/wy150-w
share/terminfo/w/wy150-w-vb
share/terminfo/w/wy160
share/terminfo/w/wy160-25
share/terminfo/w/wy160-25-w
share/terminfo/w/wy160-42
share/terminfo/w/wy160-42-w
share/terminfo/w/wy160-43
share/terminfo/w/wy160-43-w
share/terminfo/w/wy160-tek
share/terminfo/w/wy160-vb
share/terminfo/w/wy160-w
share/terminfo/w/wy160-w-vb
share/terminfo/w/wy160-wvb
share/terminfo/w/wy185
share/terminfo/w/wy185-24
share/terminfo/w/wy185-vb
share/terminfo/w/wy185-w
share/terminfo/w/wy185-wvb
share/terminfo/w/wy30
share/terminfo/w/wy30-mc
share/terminfo/w/wy30-vb
share/terminfo/w/wy325
share/terminfo/w/wy325-25
share/terminfo/w/wy325-25w
share/terminfo/w/wy325-42
share/terminfo/w/wy325-42w
share/terminfo/w/wy325-42w-vb
share/terminfo/w/wy325-42wvb
share/terminfo/w/wy325-43
share/terminfo/w/wy325-43w
share/terminfo/w/wy325-43w-vb
share/terminfo/w/wy325-43wvb
share/terminfo/w/wy325-80
share/terminfo/w/wy325-vb
share/terminfo/w/wy325-w
share/terminfo/w/wy325-w-vb
share/terminfo/w/wy325-wvb
share/terminfo/w/wy325w-24
share/terminfo/w/wy350
share/terminfo/w/wy350-vb
share/terminfo/w/wy350-w
share/terminfo/w/wy350-wvb
share/terminfo/w/wy370
share/terminfo/w/wy370-101k
share/terminfo/w/wy370-105k
share/terminfo/w/wy370-EPC
share/terminfo/w/wy370-nk
share/terminfo/w/wy370-rv
share/terminfo/w/wy370-tek
share/terminfo/w/wy370-vb
share/terminfo/w/wy370-w
share/terminfo/w/wy370-wvb
share/terminfo/w/wy50
share/terminfo/w/wy50-mc
share/terminfo/w/wy50-vb
share/terminfo/w/wy50-w
share/terminfo/w/wy50-wvb
share/terminfo/w/wy520
share/terminfo/w/wy520-24
share/terminfo/w/wy520-36
share/terminfo/w/wy520-36pc
share/terminfo/w/wy520-36w
share/terminfo/w/wy520-36wpc
share/terminfo/w/wy520-48
share/terminfo/w/wy520-48pc
share/terminfo/w/wy520-48w
share/terminfo/w/wy520-48wpc
share/terminfo/w/wy520-epc
share/terminfo/w/wy520-epc-24
share/terminfo/w/wy520-epc-vb
share/terminfo/w/wy520-epc-w
share/terminfo/w/wy520-epc-wvb
share/terminfo/w/wy520-vb
share/terminfo/w/wy520-w
share/terminfo/w/wy520-wvb
share/terminfo/w/wy60
share/terminfo/w/wy60-25
share/terminfo/w/wy60-25-w
share/terminfo/w/wy60-316X
share/terminfo/w/wy60-42
share/terminfo/w/wy60-42-w
share/terminfo/w/wy60-43
share/terminfo/w/wy60-43-w
share/terminfo/w/wy60-AT
share/terminfo/w/wy60-PC
share/terminfo/w/wy60-vb
share/terminfo/w/wy60-w
share/terminfo/w/wy60-w-vb
share/terminfo/w/wy60-wvb
share/terminfo/w/wy75
share/terminfo/w/wy75-mc
share/terminfo/w/wy75-vb
share/terminfo/w/wy75-w
share/terminfo/w/wy75-wvb
share/terminfo/w/wy75ap
share/terminfo/w/wy85
share/terminfo/w/wy85-8bit
share/terminfo/w/wy85-vb
share/terminfo/w/wy85-w
share/terminfo/w/wy85-wvb
share/terminfo/w/wy99-ansi
share/terminfo/w/wy99a-ansi
share/terminfo/w/wy99f
share/terminfo/w/wy99fa
share/terminfo/w/wy99fgt
share/terminfo/w/wy99fgta
share/terminfo/w/wy99gt
share/terminfo/w/wy99gt-25
share/terminfo/w/wy99gt-25-w
share/terminfo/w/wy99gt-tek
share/terminfo/w/wy99gt-vb
share/terminfo/w/wy99gt-w
share/terminfo/w/wy99gt-w-vb
share/terminfo/w/wy99gt-wvb
share/terminfo/w/wyse+sl
share/terminfo/w/wyse-325
share/terminfo/w/wyse-75ap
share/terminfo/w/wyse-vp
share/terminfo/w/wyse120
share/terminfo/w/wyse120-25
share/terminfo/w/wyse120-25-w
share/terminfo/w/wyse120-vb
share/terminfo/w/wyse120-w
share/terminfo/w/wyse120-wvb
share/terminfo/w/wyse150
share/terminfo/w/wyse150-25
share/terminfo/w/wyse150-25-w
share/terminfo/w/wyse150-vb
share/terminfo/w/wyse150-w
share/terminfo/w/wyse150-w-vb
share/terminfo/w/wyse160
share/terminfo/w/wyse160-25
share/terminfo/w/wyse160-25-w
share/terminfo/w/wyse160-42
share/terminfo/w/wyse160-42-w
share/terminfo/w/wyse160-43
share/terminfo/w/wyse160-43-w
share/terminfo/w/wyse160-vb
share/terminfo/w/wyse160-w
share/terminfo/w/wyse160-wvb
share/terminfo/w/wyse185
share/terminfo/w/wyse185-24
share/terminfo/w/wyse185-vb
share/terminfo/w/wyse185-w
share/terminfo/w/wyse185-wvb
share/terminfo/w/wyse30
share/terminfo/w/wyse30-mc
share/terminfo/w/wyse30-vb
share/terminfo/w/wyse325
share/terminfo/w/wyse325-25
share/terminfo/w/wyse325-25w
share/terminfo/w/wyse325-42
share/terminfo/w/wyse325-42w
share/terminfo/w/wyse325-43
share/terminfo/w/wyse325-43w
share/terminfo/w/wyse325-vb
share/terminfo/w/wyse325-w
share/terminfo/w/wyse325-wvb
share/terminfo/w/wyse350
share/terminfo/w/wyse350-vb
share/terminfo/w/wyse350-w
share/terminfo/w/wyse350-wvb
share/terminfo/w/wyse370
share/terminfo/w/wyse50
share/terminfo/w/wyse50-mc
share/terminfo/w/wyse50-vb
share/terminfo/w/wyse50-w
share/terminfo/w/wyse50-wvb
share/terminfo/w/wyse520
share/terminfo/w/wyse520-24
share/terminfo/w/wyse520-36
share/terminfo/w/wyse520-36pc
share/terminfo/w/wyse520-36w
share/terminfo/w/wyse520-36wpc
share/terminfo/w/wyse520-48
share/terminfo/w/wyse520-48pc
share/terminfo/w/wyse520-48w
share/terminfo/w/wyse520-48wpc
share/terminfo/w/wyse520-epc
share/terminfo/w/wyse520-epc-w
share/terminfo/w/wyse520-p-wvb
share/terminfo/w/wyse520-pc-24
share/terminfo/w/wyse520-pc-vb
share/terminfo/w/wyse520-vb
share/terminfo/w/wyse520-w
share/terminfo/w/wyse520-wvb
share/terminfo/w/wyse60
share/terminfo/w/wyse60-25
share/terminfo/w/wyse60-25-w
share/terminfo/w/wyse60-316X
share/terminfo/w/wyse60-42
share/terminfo/w/wyse60-42-w
share/terminfo/w/wyse60-43
share/terminfo/w/wyse60-43-w
share/terminfo/w/wyse60-AT
share/terminfo/w/wyse60-PC
share/terminfo/w/wyse60-vb
share/terminfo/w/wyse60-w
share/terminfo/w/wyse60-wvb
share/terminfo/w/wyse75
share/terminfo/w/wyse75-mc
share/terminfo/w/wyse75-vb
share/terminfo/w/wyse75-w
share/terminfo/w/wyse75-wvb
share/terminfo/w/wyse75ap
share/terminfo/w/wyse85
share/terminfo/w/wyse85-8bit
share/terminfo/w/wyse85-vb
share/terminfo/w/wyse85-w
share/terminfo/w/wyse85-wvb
share/terminfo/w/wyse99gt
share/terminfo/w/wyse99gt-25
share/terminfo/w/wyse99gt-25-w
share/terminfo/w/wyse99gt-vb
share/terminfo/w/wyse99gt-w
share/terminfo/w/wyse99gt-wvb
share/terminfo/x/x10term
share/terminfo/x/x10term+sl
share/terminfo/x/x1700
share/terminfo/x/x1700-lm
share/terminfo/x/x1720
share/terminfo/x/x1750
share/terminfo/x/x68k
share/terminfo/x/x68k-ite
share/terminfo/x/x820
share/terminfo/x/xdku
share/terminfo/x/xenix
share/terminfo/x/xerox
share/terminfo/x/xerox-lm
share/terminfo/x/xerox1720
share/terminfo/x/xerox820
share/terminfo/x/xfce
share/terminfo/x/xgterm
share/terminfo/x/xiterm
share/terminfo/x/xl83
share/terminfo/x/xnuppc
share/terminfo/x/xnuppc+100x37
share/terminfo/x/xnuppc+112x37
share/terminfo/x/xnuppc+128x40
share/terminfo/x/xnuppc+128x48
share/terminfo/x/xnuppc+144x48
share/terminfo/x/xnuppc+160x64
share/terminfo/x/xnuppc+200x64
share/terminfo/x/xnuppc+200x75
share/terminfo/x/xnuppc+256x96
share/terminfo/x/xnuppc+80x25
share/terminfo/x/xnuppc+80x30
share/terminfo/x/xnuppc+90x30
share/terminfo/x/xnuppc+b
share/terminfo/x/xnuppc+basic
share/terminfo/x/xnuppc+c
share/terminfo/x/xnuppc+f
share/terminfo/x/xnuppc+f2
share/terminfo/x/xnuppc-100x37
share/terminfo/x/xnuppc-100x37-m
share/terminfo/x/xnuppc-112x37
share/terminfo/x/xnuppc-112x37-m
share/terminfo/x/xnuppc-128x40
share/terminfo/x/xnuppc-128x40-m
share/terminfo/x/xnuppc-128x48
share/terminfo/x/xnuppc-128x48-m
share/terminfo/x/xnuppc-144x48
share/terminfo/x/xnuppc-144x48-m
share/terminfo/x/xnuppc-160x64
share/terminfo/x/xnuppc-160x64-m
share/terminfo/x/xnuppc-200x64
share/terminfo/x/xnuppc-200x64-m
share/terminfo/x/xnuppc-200x75
share/terminfo/x/xnuppc-200x75-m
share/terminfo/x/xnuppc-256x96
share/terminfo/x/xnuppc-256x96-m
share/terminfo/x/xnuppc-80x25
share/terminfo/x/xnuppc-80x25-m
share/terminfo/x/xnuppc-80x30
share/terminfo/x/xnuppc-80x30-m
share/terminfo/x/xnuppc-90x30
share/terminfo/x/xnuppc-90x30-m
share/terminfo/x/xnuppc-b
share/terminfo/x/xnuppc-f
share/terminfo/x/xnuppc-f2
share/terminfo/x/xnuppc-m
share/terminfo/x/xnuppc-m-b
share/terminfo/x/xnuppc-m-f
share/terminfo/x/xnuppc-m-f2
share/terminfo/x/xtalk
share/terminfo/x/xterm
share/terminfo/x/xterm+256color
share/terminfo/x/xterm+256color2
share/terminfo/x/xterm+256setaf
share/terminfo/x/xterm+88color
share/terminfo/x/xterm+88color2
share/terminfo/x/xterm+acs
share/terminfo/x/xterm+alt+title
share/terminfo/x/xterm+alt1049
share/terminfo/x/xterm+alt47
share/terminfo/x/xterm+app
share/terminfo/x/xterm+direct
share/terminfo/x/xterm+direct16
share/terminfo/x/xterm+direct2
share/terminfo/x/xterm+direct256
share/terminfo/x/xterm+edit
share/terminfo/x/xterm+focus
share/terminfo/x/xterm+indirect
share/terminfo/x/xterm+kbs
share/terminfo/x/xterm+keypad
share/terminfo/x/xterm+meta
share/terminfo/x/xterm+noalt
share/terminfo/x/xterm+noapp
share/terminfo/x/xterm+nofkeys
share/terminfo/x/xterm+nopcfkeys
share/terminfo/x/xterm+osc104
share/terminfo/x/xterm+pc+edit
share/terminfo/x/xterm+pcc0
share/terminfo/x/xterm+pcc1
share/terminfo/x/xterm+pcc2
share/terminfo/x/xterm+pcc3
share/terminfo/x/xterm+pce2
share/terminfo/x/xterm+pcf0
share/terminfo/x/xterm+pcf2
share/terminfo/x/xterm+pcfkeys
share/terminfo/x/xterm+r6f2
share/terminfo/x/xterm+sl
share/terminfo/x/xterm+sl-alt
share/terminfo/x/xterm+sl-twm
share/terminfo/x/xterm+sm+1002
share/terminfo/x/xterm+sm+1003
share/terminfo/x/xterm+sm+1005
share/terminfo/x/xterm+sm+1006
share/terminfo/x/xterm+titlestack
share/terminfo/x/xterm+tmux
share/terminfo/x/xterm+tmux2
share/terminfo/x/xterm+vt+edit
share/terminfo/x/xterm+x10mouse
share/terminfo/x/xterm+x11hilite
share/terminfo/x/xterm+x11mouse
share/terminfo/x/xterm-1002
share/terminfo/x/xterm-1003
share/terminfo/x/xterm-1005
share/terminfo/x/xterm-1006
share/terminfo/x/xterm-16color
share/terminfo/x/xterm-24
share/terminfo/x/xterm-256color
share/terminfo/x/xterm-88color
share/terminfo/x/xterm-8bit
share/terminfo/x/xterm-basic
share/terminfo/x/xterm-bold
share/terminfo/x/xterm-color
share/terminfo/x/xterm-direct
share/terminfo/x/xterm-direct16
share/terminfo/x/xterm-direct2
share/terminfo/x/xterm-direct256
share/terminfo/x/xterm-hp
share/terminfo/x/xterm-mono
share/terminfo/x/xterm-new
share/terminfo/x/xterm-nic
share/terminfo/x/xterm-noapp
share/terminfo/x/xterm-old
share/terminfo/x/xterm-p370
share/terminfo/x/xterm-p371
share/terminfo/x/xterm-pcolor
share/terminfo/x/xterm-r5
share/terminfo/x/xterm-r6
share/terminfo/x/xterm-sco
share/terminfo/x/xterm-sun
share/terminfo/x/xterm-utf8
share/terminfo/x/xterm-vt220
share/terminfo/x/xterm-vt52
share/terminfo/x/xterm-x10mouse
share/terminfo/x/xterm-x11hilite
share/terminfo/x/xterm-x11mouse
share/terminfo/x/xterm-xf86-v32
share/terminfo/x/xterm-xf86-v33
share/terminfo/x/xterm-xf86-v333
share/terminfo/x/xterm-xf86-v40
share/terminfo/x/xterm-xf86-v43
share/terminfo/x/xterm-xf86-v44
share/terminfo/x/xterm-xfree86
share/terminfo/x/xterm-xi
share/terminfo/x/xterm.js
share/terminfo/x/xterm1
share/terminfo/x/xtermc
share/terminfo/x/xtermm
share/terminfo/x/xterms
share/terminfo/x/xterms-sun
share/terminfo/x/xwsh
share/terminfo/z/z-100
share/terminfo/z/z-100bw
share/terminfo/z/z100
share/terminfo/z/z100bw
share/terminfo/z/z110
share/terminfo/z/z110bw
share/terminfo/z/z19
share/terminfo/z/z29
share/terminfo/z/z29a
share/terminfo/z/z29a-kc-bc
share/terminfo/z/z29a-kc-uc
share/terminfo/z/z29a-nkc-bc
share/terminfo/z/z29a-nkc-uc
share/terminfo/z/z29b
share/terminfo/z/z30
share/terminfo/z/z340
share/terminfo/z/z340-nam
share/terminfo/z/z39-a
share/terminfo/z/z39a
share/terminfo/z/z50
share/terminfo/z/z8001
share/terminfo/z/zen30
share/terminfo/z/zen50
share/terminfo/z/zen8001
share/terminfo/z/zenith
share/terminfo/z/zenith29
share/terminfo/z/zenith39-a
share/terminfo/z/zenith39-ansi
share/terminfo/z/zt-1
share/terminfo/z/ztx
share/terminfo/z/ztx-1-a
share/terminfo/z/ztx11