summaryrefslogtreecommitdiffstats
path: root/templates/man1/tset.1.pot
blob: d2aecd60a5b419b69479badf53b5de33394020cf (plain)
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
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-01 17:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "tset"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid "B<tset>, B<reset> - terminal initialization"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"B<tset> [B<-IQVcqrsw>] [B<->] [B<-e> I<ch>] [B<-i> I<ch>] [B<-k> I<ch>] [B<-"
"m> I<mapping>] [I<terminal>]"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"B<reset> [B<-IQVcqrsw>] [B<->] [B<-e> I<ch>] [B<-i> I<ch>] [B<-k> I<ch>] [B<-"
"m> I<mapping>] [I<terminal>]"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: SS
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "tset - initialization"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "This program initializes terminals."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"First, B<tset> retrieves the current terminal mode settings for your "
"terminal.  It does this by successively testing"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "the standard error,"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "standard output,"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "standard input and"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "ultimately \\*(``/dev/tty\\*(''"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"to obtain terminal settings.  Having retrieved these settings, B<tset> "
"remembers which file descriptor to use when updating settings."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Next, B<tset> determines the type of terminal that you are using.  This "
"determination is done as follows, using the first terminal type found."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "1. The B<terminal> argument specified on the command line."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid "2. The value of the B<TERM> environmental variable."
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"3. (BSD systems only.) The terminal type associated with the standard error "
"output device in the I</etc/ttys> file.  (On System-V-like UNIXes and "
"systems using that convention, B<getty>(1) does this job by setting B<TERM> "
"according to the type passed to it by I</etc/inittab>.)"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid "4. The default terminal type, \\*(``unknown\\*(''."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"If the terminal type was not specified on the command-line, the B<-m> option "
"mappings are then applied (see the section B<TERMINAL TYPE MAPPING> for more "
"information).  Then, if the terminal type begins with a question mark "
"(\\*(``?\\*(''), the user is prompted for confirmation of the terminal "
"type.  An empty response confirms the type, or, another type can be entered "
"to specify a new type.  Once the terminal type has been determined, the "
"terminal description for the terminal is retrieved.  If no terminal "
"description is found for the type, the user is prompted for another terminal "
"type."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Once the terminal description is retrieved,"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"if the \\*(``B<-w>\\*('' option is enabled, B<tset> may update the "
"terminal's window size."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"If the window size cannot be obtained from the operating system, but the "
"terminal description (or environment, e.g., B<LINES> and B<COLUMNS> "
"variables specify this), use this to set the operating system's notion of "
"the window size."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"if the \\*(``B<-c>\\*('' option is enabled, the backspace, interrupt and "
"line kill characters (among many other things) are set"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"unless the \\*(``B<-I>\\*('' option is enabled, the terminal and tab "
"I<initialization> strings are sent to the standard error output, and B<tset> "
"waits one second (in case a hardware reset was issued)."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Finally, if the erase, interrupt and line kill characters have changed, or "
"are not set to their default values, their values are displayed to the "
"standard error output."
msgstr ""

#. type: SS
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "reset - reinitialization"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"When invoked as B<reset>, B<tset> sets the terminal modes to "
"\\*(``sane\\*('' values:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "sets cooked and echo modes,"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "turns off cbreak and raw modes,"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "turns on newline translation and"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "resets any unset special characters to their default values"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"before doing the terminal initialization described above.  Also, rather than "
"using the terminal I<initialization> strings, it uses the terminal I<reset> "
"strings."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The B<reset> command is useful after a program dies leaving a terminal in an "
"abnormal state:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "you may have to type"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "    I<E<lt>LFE<gt>>B<reset>I<E<lt>LFE<gt>>\n"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"(the line-feed character is normally control-J) to get the terminal to work, "
"as carriage-return may no longer work in the abnormal state."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Also, the terminal will often not echo the command."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The options are as follows:"
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-c>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Set control characters and modes."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-e\\ >I<ch>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Set the erase character to I<ch>."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-I>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Do not send the terminal or tab initialization strings to the terminal."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-i\\ >I<ch>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Set the interrupt character to I<ch>."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-k\\ >I<ch>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Set the line kill character to I<ch>."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "B<-m\\ >I<mapping>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"Specify a mapping from a port type to a terminal.  See the section "
"B<TERMINAL TYPE MAPPING> for more information."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-Q>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Do not display any values for the erase, interrupt and line kill "
"characters.  Normally B<tset> displays the values for control characters "
"which differ from the system's default values."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-q>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The terminal type is displayed to the standard output, and the terminal is "
"not initialized in any way.  The option \\*(``-\\*('' by itself is "
"equivalent but archaic."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-r>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "Print the terminal type to the standard error output."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-s>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"Print the sequence of shell commands to initialize the environment variable "
"B<TERM> to the standard output.  See the section B<SETTING THE ENVIRONMENT> "
"for details."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-V>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"reports the version of ncurses which was used in this program, and exits."
msgstr ""

#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "B<-w>"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm fedora-40 fedora-rawhide mageia-cauldron
#: opensuse-leap-15-6
msgid ""
"Resize the window to match the size deduced via B<setupterm>(3X).  Normally "
"this has no effect, unless B<setupterm> is not able to detect the window "
"size."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"The arguments for the B<-e>, B<-i>, and B<-k> options may either be entered "
"as actual characters or by using the \\*(``hat\\*('' notation, i.e., control-"
"h may be specified as \\*(``^H\\*('' or \\*(``^h\\*(''."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "If neither B<-c> or B<-w> is given, both options are assumed."
msgstr ""

#. type: SH
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "SETTING THE ENVIRONMENT"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"It is often desirable to enter the terminal type and information about the "
"terminal's capabilities into the shell's environment.  This is done using "
"the B<-s> option."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm
msgid ""
"When the B<-s> option is specified, the commands to enter the information "
"into the shell's environment are written to the standard output.  If the "
"B<SHELL> environmental variable ends in \\*(``csh\\*('', the commands are "
"for B<csh>, otherwise, they are for B<sh>(1).  Note, the B<csh> commands set "
"and unset the shell variable B<noglob>, leaving it unset.  The following "
"line in the B<.login> or B<.profile> files will initialize the environment "
"correctly:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "    eval \\`tset -s options ... \\`\n"
msgstr ""

#. type: SH
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "TERMINAL TYPE MAPPING"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"When the terminal is not hardwired into the system (or the current system "
"information is incorrect) the terminal type derived from the I</etc/ttys> "
"file or the B<TERM> environmental variable is often something generic like "
"B<network>, B<dialup>, or B<unknown>.  When B<tset> is used in a startup "
"script it is often desirable to provide information about the type of "
"terminal used on such ports."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The B<-m> options maps from some set of conditions to a terminal type, that "
"is, to tell B<tset> \\*(``If I'm on this port at a particular speed, guess "
"that I'm on that kind of terminal\\*(''."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The argument to the B<-m> option consists of an optional port type, an "
"optional operator, an optional baud rate specification, an optional colon "
"(\\*(``:\\*('') character and a terminal type.  The port type is a string "
"(delimited by either the operator or the colon character).  The operator may "
"be any combination of \\*(``E<gt>\\*('', \\*(``E<lt>\\*('', \\*(``@\\*('', "
"and \\*(``!\\*(''; \\*(``E<gt>\\*('' means greater than, \\*(``E<lt>\\*('' "
"means less than, \\*(``@\\*('' means equal to and \\*(``!\\*('' inverts the "
"sense of the test.  The baud rate is specified as a number and is compared "
"with the speed of the standard error output (which should be the control "
"terminal).  The terminal type is a string."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If the terminal type is not specified on the command line, the B<-m> "
"mappings are applied to the terminal type.  If the port type and baud rate "
"match the mapping, the terminal type specified in the mapping replaces the "
"current type.  If more than one mapping is specified, the first applicable "
"mapping is used."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"For example, consider the following mapping: B<dialupE<gt>9600:vt100>.  The "
"port type is dialup , the operator is E<gt>, the baud rate specification is "
"9600, and the terminal type is vt100.  The result of this mapping is to "
"specify that if the terminal type is B<dialup>, and the baud rate is greater "
"than 9600 baud, a terminal type of B<vt100> will be used."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"If no baud rate is specified, the terminal type will match any baud rate.  "
"If no port type is specified, the terminal type will match any port type.  "
"For example, B<-m dialup:vt100 -m :?xterm> will cause any dialup port, "
"regardless of baud rate, to match the terminal type vt100, and any non-"
"dialup port type to match the terminal type ?xterm.  Note, because of the "
"leading question mark, the user will be queried on a default port as to "
"whether they are actually using an xterm terminal."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"No whitespace characters are permitted in the B<-m> option argument.  Also, "
"to avoid problems with meta-characters, it is suggested that the entire B<-"
"m> option argument be placed within single quote characters, and that B<csh> "
"users insert a backslash character (\\*(``\\e\\*('') before any exclamation "
"marks (\\*(``!\\*('')."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "HISTORY"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm
msgid ""
"A B<reset> command appeared in 1BSD (March 1978), written by Kurt Shoens.  "
"This program set the I<erase> and I<kill> characters to B<^H> (backspace) "
"and B<@> respectively.  Mark Horton improved that in 3BSD (October 1979), "
"adding I<intr>, I<quit>, I<start>/I<stop> and I<eof> characters as well as "
"changing the program to avoid modifying any user settings.  That version of "
"B<reset> did not use the termcap database."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm
msgid ""
"A separate B<tset> command was provided in 1BSD by Eric Allman, using the "
"termcap database.  Allman's comments in the source code indicate that he "
"began work in October 1977, continuing development over the next few years."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm
msgid ""
"According to comments in the source code, the B<tset> program was modified "
"in September 1980, to use logic copied from the 3BSD \\*(``reset\\*('' when "
"it was invoked as B<reset>.  This version appeared in 4.1cBSD, late in 1982."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"Other developers (e.g., Keith Bostic and Jim Bloom)  continued to modify "
"B<tset> until 4.4BSD was released in 1993."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"The B<ncurses> implementation was lightly adapted from the 4.4BSD sources "
"for a terminfo environment by Eric S. Raymond E<lt>esr@snark.thyrsus."
"comE<gt>."
msgstr ""

#. type: SH
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "COMPATIBILITY"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Neither IEEE Std 1003.1/The Open Group Base Specifications Issue 7 "
"(POSIX.1-2008) nor X/Open Curses Issue 7 documents B<tset> or B<reset>."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"The AT&T B<tput> utility (AIX, HPUX, Solaris)  incorporated the terminal-"
"mode manipulation as well as termcap-based features such as resetting "
"tabstops from B<tset> in BSD (4.1c), presumably with the intention of making "
"B<tset> obsolete.  However, each of those systems still provides B<tset>.  "
"In fact, the commonly-used B<reset> utility is always an alias for B<tset>."
msgstr ""

#. type: Plain text
#: archlinux
msgid ""
"The B<tset> utility provides for backward-compatibility with BSD "
"environments (under most modern UNIXes, B</etc/inittab> and B<getty>(1)  can "
"set B<TERM> appropriately for each dial-up line; this obviates what was "
"B<tset>'s most important use).  This implementation behaves like 4.4BSD "
"B<tset>, with a few exceptions specified here."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"A few options are different because the B<TERMCAP> variable is no longer "
"supported under terminfo-based B<ncurses>:"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The B<-S> option of BSD B<tset> no longer works; it prints an error message "
"to the standard error and dies."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid "The B<-s> option only sets B<TERM>, not B<TERMCAP>."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"There was an undocumented 4.4BSD feature that invoking B<tset> via a link "
"named \\*(``TSET\\*('' (or via any other name beginning with an upper-case "
"letter)  set the terminal to use upper-case only.  This feature has been "
"omitted."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The B<-A>, B<-E>, B<-h>, B<-u> and B<-v> options were deleted from the "
"B<tset> utility in 4.4BSD.  None of them were documented in 4.3BSD and all "
"are of limited utility at best.  The B<-a>, B<-d>, and B<-p> options are "
"similarly not documented or useful, but were retained as they appear to be "
"in widespread use.  It is strongly recommended that any usage of these three "
"options be changed to use the B<-m> option instead.  The B<-a>, B<-d>, and "
"B<-p> options are therefore omitted from the usage summary above."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Very old systems, e.g., 3BSD, used a different terminal driver which was "
"replaced in 4BSD in the early 1980s.  To accommodate these older systems, "
"the 4BSD B<tset> provided a B<-n> option to specify that the new terminal "
"driver should be used.  This implementation does not provide that choice."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"It is still permissible to specify the B<-e>, B<-i>, and B<-k> options "
"without arguments, although it is strongly recommended that such usage be "
"fixed to explicitly specify the character."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"As of 4.4BSD, executing B<tset> as B<reset> no longer implies the B<-Q> "
"option.  Also, the interaction between the - option and the I<terminal> "
"argument in some historic implementations of B<tset> has been removed."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"The B<-c> and B<-w> options are not found in earlier implementations.  "
"However, a different window size-change feature was provided in 4.4BSD."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"In 4.4BSD, B<tset> uses the window size from the termcap description to set "
"the window size if B<tset> is not able to obtain the window size from the "
"operating system."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"In ncurses, B<tset> obtains the window size using B<setupterm>, which may be "
"from the operating system, the B<LINES> and B<COLUMNS> environment variables "
"or the terminal description."
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid ""
"Obtaining the window size from the terminal description is common to both "
"implementations, but considered obsolescent.  Its only practical use is for "
"hardware terminals.  Generally speaking, a window size would be unset only "
"if there were some problem obtaining the value from the operating system "
"(and B<setupterm> would still fail).  For that reason, the B<LINES> and "
"B<COLUMNS> environment variables may be useful for working around window-"
"size problems.  Those have the drawback that if the window is resized, those "
"variables must be recomputed and reassigned.  To do this more easily, use "
"the B<resize>(1) program."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "The B<tset> command uses these environment variables:"
msgstr ""

#. type: TP
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "SHELL"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm
msgid ""
"tells B<tset> whether to initialize B<TERM> using B<sh>(1) or B<csh>(1) "
"syntax."
msgstr ""

#. type: TP
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "TERM"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"Denotes your terminal type.  Each terminal type is distinct, though many are "
"similar."
msgstr ""

#. type: TP
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "TERMCAP"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid ""
"may denote the location of a termcap database.  If it is not an absolute "
"pathname, e.g., begins with a \\*(``/\\*('', B<tset> removes the variable "
"from the environment before looking for the terminal description."
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "FILES"
msgstr ""

#. type: TP
#: archlinux debian-bookworm opensuse-leap-15-6
#, no-wrap
msgid "/etc/ttys"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "system port name to terminal type mapping database (BSD versions only)."
msgstr ""

#. #-#-#-#-#  archlinux: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: TP
#. #-#-#-#-#  fedora-40: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: ds d
#. #-#-#-#-#  fedora-rawhide: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: ds d
#. #-#-#-#-#  mageia-cauldron: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: ds d
#. #-#-#-#-#  opensuse-leap-15-6: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: TP
#. #-#-#-#-#  opensuse-tumbleweed: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: ds d
#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6
#: opensuse-tumbleweed
#, no-wrap
msgid "/usr/share/terminfo"
msgstr ""

#. type: Plain text
#: archlinux debian-bookworm opensuse-leap-15-6
msgid "terminal capability database"
msgstr ""

#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: archlinux opensuse-leap-15-6
msgid ""
"B<csh>(1), B<sh>(1), B<stty>(1), B<curs_terminfo>(3X), B<tty>(4), "
"B<terminfo>(5), B<ttys>(5), B<environ>(7)"
msgstr ""

#. type: Plain text
#: archlinux
msgid "This describes B<ncurses> version 6.4 (patch 20230520)."
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"3. (BSD systems only.) The terminal type associated with the standard error "
"output device in the I</etc/ttys> file.  (On System-V-like UNIXes and "
"systems using that convention, B<getty>(8) does this job by setting B<TERM> "
"according to the type passed to it by I</etc/inittab>.)"
msgstr ""

#. type: Plain text
#: debian-bookworm opensuse-leap-15-6
msgid ""
"The B<tset> utility provides for backward-compatibility with BSD "
"environments (under most modern UNIXes, B</etc/inittab> and B<getty>(8)  can "
"set B<TERM> appropriately for each dial-up line; this obviates what was "
"B<tset>'s most important use).  This implementation behaves like 4.4BSD "
"B<tset>, with a few exceptions specified here."
msgstr ""

#. #-#-#-#-#  debian-bookworm: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: TP
#. #-#-#-#-#  debian-unstable: tset.1.pot (PACKAGE VERSION)  #-#-#-#-#
#. type: ds d
#: debian-bookworm debian-unstable
#, no-wrap
msgid "/etc/terminfo"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"B<csh>(1), B<sh>(1), B<stty>(1), B<terminfo>(3NCURSES), B<tty>(4), "
"B<terminfo>(5), B<ttys>(4), B<environ>(7)"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid "This describes B<ncurses> version 6.4 (patch 20221231)."
msgstr ""

#. type: TH
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "2023-12-23"
msgstr ""

#. type: TH
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "ncurses 6.4"
msgstr ""

#. type: TH
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "User commands"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "B<\\%tset>, B<\\%reset> - initialize or reset terminal state"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"B<tset> [B<-IQVcqrsw>] [B<->] [B<-e> I<ch>] [B<-i> I<ch>] [B<-k> I<ch>] [B<-"
"m> I<mapping>] [I<terminal-type>]"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"B<reset> [B<-IQVcqrsw>] [B<->] [B<-e> I<ch>] [B<-i> I<ch>] [B<-k> I<ch>] [B<-"
"m> I<mapping>] [I<terminal-type>]"
msgstr ""

#. type: SS
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<tset> \\(em initialization"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "2. The value of the I<TERM> environment variable."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"3. (BSD systems only.) The terminal type associated with the standard error "
"output device in the I</etc/ttys> file.  (On System\\ V hosts and systems "
"using that convention, I<\\%getty>(8) does this job by setting I<TERM> "
"according to the type passed to it by I<\\%/etc/inittab>.)"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"4. The default terminal type, \\*(``unknown\\*('', is not suitable for "
"curses applications."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"If the terminal type was not specified on the command-line, the B<-m> option "
"mappings are then applied; see subsection \\*(``Terminal Type "
"Mapping\\*(''.  Then, if the terminal type begins with a question mark "
"(\\*(``?\\*(''), the user is prompted for confirmation of the terminal "
"type.  An empty response confirms the type, or, another type can be entered "
"to specify a new type.  Once the terminal type has been determined, the "
"terminal description for the terminal is retrieved.  If no terminal "
"description is found for the type, the user is prompted for another terminal "
"type."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"If the window size cannot be obtained from the operating system, but the "
"terminal description (or environment, e.g., I<LINES> and I<\\%COLUMNS> "
"variables specify this), use this to set the operating system's notion of "
"the window size."
msgstr ""

#. type: SS
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<reset> \\(em reinitialization"
msgstr ""

#. type: SS
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "Setting the Environment"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"When the B<-s> option is specified, the commands to enter the information "
"into the shell's environment are written to the standard output.  If the "
"I<SHELL> environment variable ends in \\*(``csh\\*('', the commands are for "
"I<csh>(1), otherwise, they are for I<sh>(1).  The I<csh> commands set and "
"unset the shell variable B<noglob>, leaving it unset.  The following line in "
"the B<.login> or B<.profile> files will initialize the environment correctly:"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "    eval \\(gatset -s options ... \\(ga\n"
msgstr ""

#. type: SS
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "Terminal Type Mapping"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"When the terminal is not hardwired into the system (or the current system "
"information is incorrect) the terminal type derived from the I</etc/ttys> "
"file or the I<TERM> environment variable is often something generic like "
"B<network>, B<dialup>, or B<unknown>.  When B<tset> is used in a startup "
"script it is often desirable to provide information about the type of "
"terminal used on such ports."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"No whitespace characters are permitted in the B<-m> option argument.  Also, "
"to avoid problems with meta-characters, it is suggested that the entire B<-"
"m> option argument be placed within single quote characters, and that I<csh> "
"users insert a backslash character (\\*(``\\e\\*('')  before any exclamation "
"marks (\\*(``!\\*('')."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Specify a mapping from a port type to a terminal; see subsection "
"\\*(``Terminal Type Mapping\\*(''."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Print the sequence of shell commands to initialize the environment variable "
"I<TERM> to the standard output; see subsection \\*(``Setting the "
"Environment\\*(''."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"reports the version of I<\\%ncurses> which was used in this program, and "
"exits."
msgstr ""

#. type: Plain text
#: debian-unstable opensuse-tumbleweed
msgid ""
"Resize the window to match the size deduced via B<\\%setupterm>(3NCURSES).  "
"Normally this has no effect, unless B<setupterm> is not able to detect the "
"window size."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The arguments for the B<-e>, B<-i>, and B<-k> options may either be entered "
"as actual characters or by using the \\*(``hat\\*('' notation, i.e., control-"
"h may be specified as \\*(``\\*^H\\*('' or \\*(``\\*^h\\*(''."
msgstr ""

#. type: TP
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<SHELL>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"tells B<tset> whether to initialize I<TERM> using I<sh>(1) or I<csh>(1) "
"syntax."
msgstr ""

#. type: TP
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<TERM>"
msgstr ""

#. type: TP
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<TERMCAP>"
msgstr ""

#. type: TP
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I</etc/ttys>"
msgstr ""

#. type: TP
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "I<\\*d>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "compiled terminal description database directory"
msgstr ""

#. type: SH
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
#, no-wrap
msgid "PORTABILITY"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The AT&T B<tput> utility (AIX, HP-UX, Solaris)  incorporated the terminal-"
"mode manipulation as well as termcap-based features such as resetting "
"tabstops from B<tset> in BSD (4.1c), presumably with the intention of making "
"B<tset> obsolete.  However, each of those systems still provides B<tset>.  "
"In fact, the commonly-used B<reset> utility is always an alias for B<tset>."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The B<\\%tset> utility provides backward compatibility with BSD "
"environments; under most modern Unices, I<\\%/etc/inittab> and I<\\"
"%getty>(8) can set I<TERM> appropriately for each dial-up line, obviating "
"what was B<\\%tset>'s most important use.  This implementation behaves like "
"4.4BSD B<tset>, with a few exceptions we shall consider now."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"A few options are different because the I<\\%TERMCAP> variable is no longer "
"supported under terminfo-based I<\\%ncurses>:"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid "The B<-s> option only sets I<TERM>, not I<\\%TERMCAP>."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"In I<\\%ncurses>, B<tset> obtains the window size using B<setupterm>, which "
"may be from the operating system, the I<LINES> and I<COLUMNS> environment "
"variables or the terminal description."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Obtaining the window size from the terminal description is common to both "
"implementations, but considered obsolescent.  Its only practical use is for "
"hardware terminals.  Generally speaking, a window size would be unset only "
"if there were some problem obtaining the value from the operating system "
"(and B<setupterm> would still fail).  For that reason, the I<LINES> and I<\\"
"%COLUMNS> environment variables may be useful for working around window-size "
"problems.  Those have the drawback that if the window is resized, those "
"variables must be recomputed and reassigned.  To do this more easily, use "
"the B<resize>(1) program."
msgstr ""

#.  https://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/s6/reset.c
#.  https://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/src/cmd/#.    reset.c
#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"A B<\\%reset> command written by Kurt Shoens appeared in 1BSD (March 1978).  "
"It set the I<erase> and I<kill> characters to B<\\*^H> (backspace) and B<@> "
"respectively.  Mark Horton improved this B<\\%reset> in 3BSD (October 1979), "
"adding I<intr>, I<quit>, I<start>/I<stop>, and I<eof> characters as well as "
"changing the program to avoid modifying any user settings.  That version of "
"B<\\%reset> did not use I<\\%termcap>."
msgstr ""

#.  https://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/s6/tset.c
#.  https://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/man7/ttycap.7
#.  https://minnie.tuhs.org/cgi-bin/utree.pl?file=3BSD/usr/src/cmd/#.    tset/tset.c
#.  and backported to 2.9BSD
#.  https://minnie.tuhs.org/cgi-bin/utree.pl?file=2.9BSD/usr/src/ucb/#.    tset/tset.c
#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"Eric Allman wrote a distinct B<tset> command for 1BSD, using a forerunner of "
"I<\\%termcap> called I<\\%ttycap>.  Allman's comments in the source code "
"indicate that he began work in October 1977, continuing development over the "
"next few years.  By late 1979, it had migrated to I<\\%termcap> and handled "
"the I<\\%TERMCAP> variable.  Later comments indicate that B<tset> was "
"modified in September 1980 to use logic copied from the 3BSD "
"\\*(``reset\\*('' program when it was invoked as B<\\%reset>.  This version "
"appeared in 4.1cBSD, late in 1982.  Other developers such as Keith Bostic "
"and Jim Bloom continued to modify B<tset> until 4.4BSD was released in 1993."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide mageia-cauldron opensuse-tumbleweed
msgid ""
"The I<\\%ncurses> implementation was lightly adapted from the 4.4BSD sources "
"to use the I<\\%terminfo> API by Eric S.\\& Raymond E<lt>esr@snark.thyrsus."
"comE<gt>."
msgstr ""

#. type: Plain text
#: debian-unstable opensuse-tumbleweed
msgid ""
"B<\\%csh>(1), B<\\%sh>(1), B<\\%stty>(1), B<\\%terminfo>(3NCURSES), B<\\"
"%tty>(4), B<\\%terminfo>(5), B<\\%ttys>(4), B<\\%environ>(7)"
msgstr ""

#. type: Plain text
#: fedora-40 fedora-rawhide mageia-cauldron
msgid ""
"B<\\%csh>(1), B<\\%sh>(1), B<\\%stty>(1), B<\\%curs_terminfo>(3X), B<\\"
"%tty>(4), B<\\%terminfo>(5), B<\\%ttys>(5), B<\\%environ>(7)"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"3. (BSD systems only.) The terminal type associated with the standard error "
"output device in the I</etc/ttys> file.  (On System-V-like UNIXes and "
"systems using that convention, I<getty> does this job by setting B<TERM> "
"according to the type passed to it by I</etc/inittab>.)"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<-e>"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<-i>"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<-k>"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<-m>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When the B<-s> option is specified, the commands to enter the information "
"into the shell's environment are written to the standard output.  If the "
"B<SHELL> environmental variable ends in \\*(``csh\\*('', the commands are "
"for B<csh>, otherwise, they are for B<sh>.  Note, the B<csh> commands set "
"and unset the shell variable B<noglob>, leaving it unset.  The following "
"line in the B<.login> or B<.profile> files will initialize the environment "
"correctly:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A B<reset> command appeared in 2BSD (April 1979), written by Kurt Shoens.  "
"This program set the I<erase> and I<kill> characters to B<^H> (backspace) "
"and B<@> respectively.  Mark Horton improved that in 3BSD (October 1979), "
"adding I<intr>, I<quit>, I<start>/I<stop> and I<eof> characters as well as "
"changing the program to avoid modifying any user settings."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Later in 4.1BSD (December 1980), Mark Horton added a call to the B<tset> "
"program using the B<-I> and B<-Q> options, i.e., using that to improve the "
"terminal modes.  With those options, that version of B<reset> did not use "
"the termcap database."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A separate B<tset> command was provided in 2BSD by Eric Allman.  While the "
"oldest published source (from 1979)  provides both B<tset> and B<reset>, "
"Allman's comments in the 2BSD source code indicate that he began work in "
"October 1977, continuing development over the next few years."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In September 1980, Eric Allman modified B<tset>, adding the code from the "
"existing \\*(``reset\\*('' feature when B<tset> was invoked as B<reset>.  "
"Rather than simply copying the existing program, in this merged version, "
"B<tset> used the termcap database to do additional (re)initialization of the "
"terminal.  This version appeared in 4.1cBSD, late in 1982."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"tells B<tset> whether to initialize B<TERM> using B<sh> or B<csh> syntax."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "This describes B<ncurses> version 6.1 (patch 20180317)."
msgstr ""