This file is indexed.

/usr/share/doc/rxvt/html/rxvtRef.html is in rxvt 1:2.7.10-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
<html><head><title>Rxvt Technical Reference</title>

<link rev="made" href="mailto:gcw@pobox.com">
</head>
<body BGCOLOR="#FFFFFF">

<hr>

<h1>Rxvt Technical Reference</h1>
<h2>Geoff Wing (gcw@pobox.com)</h2>
<h2>18 April 1998</h2>


<a name="toc"></a>


<a name="masonyodl.yo"></a>
    






















<p><dl>
    <li ><a href="rxvtRef.html#Definitions">Definitions</a>
    <li ><a href="rxvtRef.html#Values">Values</a>
    <li ><a href="rxvtRef.html#Sequences">Escape Sequences</a>
    <li ><a href="rxvtRef.html#CSI">CSI (Code Sequence Introducer) Sequences</a>
    <li ><a href="rxvtRef.html#PrivateModes">DEC Private Modes</a>
    <li ><a href="rxvtRef.html#XTerm">XTerm Operating System Commands</a>
    <li ><a href="rxvtRef.html#menuBar">menuBar</a>
    <li ><a href="rxvtRef.html#XPM">XPM</a>
    <li ><a href="rxvtRef.html#Mouse">Mouse Reporting</a>
    <li ><a href="rxvtRef.html#Graphics">Special Graphics Mode</a>
    <li ><a href="rxvtRef.html#KeyCodes">Key Codes</a>
</dl>
<p>Reworked from XTerm documentation and other sources
<a name="rxvtRef-definitions.yo"></a>
    
<a name="Definitions"></a>
<h2>Definitions</h2>
    
<p><dl>
    <dt><strong><code>c</code></strong></dt><dd>The literal character c.</dd>
<p><dt><strong><code>C</code></strong></dt><dd>A single (required) character.</dd>
<p><dt><strong><code>Ps</code></strong></dt><dd>A single (usually optional) numeric parameter, composed of one or
	more digits.</dd>
<p><dt><strong><code>Pm</code></strong></dt><dd>A multiple numeric parameter composed of any number of single numeric
	parameters, separated by ; character(s).</dd>
<p><dt><strong><code>Pt</code></strong></dt><dd>A text parameter composed of printable characters.</dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-values.yo"></a>
    
<a name="Values"></a>
<h2>Values</h2>
    
<p><dl>
    <dt><strong><code>ENQ</code></strong></dt><dd>Enquiry (Ctrl-E) = Send Device Attributes (DA) <br>request attributes from terminal == <a href="rxvtRef.html#ESCOBPsc">ESC[Psc</a></dd>
<p><dt><strong><code>BEL</code></strong></dt><dd>Bell (Ctrl-G)</dd>
<p><dt><strong><code>BS</code></strong></dt><dd>Backspace (Ctrl-H)</dd>
<p><dt><strong><code>TAB</code></strong></dt><dd>Horizontal Tab (HT) (Ctrl-I)</dd>
<p><dt><strong><code>LF</code></strong></dt><dd>Line Feed or New Line (NL) (Ctrl-J)</dd>
<p><dt><strong><code>VT</code></strong></dt><dd>Vertical Tab (Ctrl-K) same as <strong><code>LF</code></strong></dd>
<p><dt><strong><code>FF</code></strong></dt><dd>Form Feed or New Page (NP) (Ctrl-L) same as <strong><code>LF</code></strong></dd>
<p><dt><strong><code>CR</code></strong></dt><dd>Carriage Return (Ctrl-M)</dd>
<p><dt><strong><code>SO</code></strong></dt><dd>Shift Out (Ctrl-N), invokes the G1 character set. <br>Switch to Alternate Character Set</dd>
<p><dt><strong><code>SI</code></strong></dt><dd>Shift In (Ctrl-O), invokes the G0 character set (the default) <br>Switch to Standard Character Set</dd>
<p><dt><strong><code>SPC</code></strong></dt><dd>Space Character</dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-sequences.yo"></a>
    
<a name="Sequences"></a>
<h2>Escape Sequences</h2>
    
<p><dl>
    <dt><strong><code>ESC # 8</code></strong></dt><dd>DEC Screen Alignment Test (DECALN)</dd>
<p><dt><strong><code>ESC 7</code><br><code>ESC 8</code></strong></dt><dd>Save Cursor (SC)<br>Restore Cursor</dd><p><a name="ESCequals"></a>
    <dt><strong><code>ESC =</code><br><code>ESC &gt;</code></strong></dt><dd>Application Keypad (SMKX) == <a href="rxvtRef.html#Priv66"><code>ESC[?66h</code></a><br>Normal Keypad (RMKX) == <a href="rxvtRef.html#Priv66"><code>ESC[?66l</code></a></dd><br><strong>Note:</strong> If the numeric keypad is activated, eg, <strong>Num_Lock</strong> has been
    pressed, numbers or control functions are generated by the numeric keypad
    (see <a href="rxvtRef.html#KeyCodes">Key Codes</a>)
<p><dt><strong><code>ESC D</code></strong></dt><dd>Index (IND)</dd>
<p><dt><strong><code>ESC E</code></strong></dt><dd>Next Line (NEL)</dd>
<p><dt><strong><code>ESC H</code></strong></dt><dd>Tab Set (HTS)</dd>
<p><dt><strong><code>ESC M</code></strong></dt><dd>Reverse Index (RI)</dd>
<p><dt><strong><code>ESC N</code></strong></dt><dd>Single Shift Select of G2 Character Set (SS2): affects next character
	only <em>unimplemented</em></dd>
<p><dt><strong><code>ESC O</code></strong></dt><dd>Single Shift Select of G3 Character Set (SS3): affects next character
	only <em>unimplemented</em></dd>
<p><dt><strong><code>ESC Z</code></strong></dt><dd>Obsolete form of <a href="rxvtRef.html#ESCOBPsc"><code>ESC[c</code></a> <br>returns: <strong><code>ESC[?1;2C</code></strong> <em>rxvt compile-time option</em></dd>
<p><dt><strong><code>ESC c</code></strong></dt><dd>Full reset (RIS)</dd>
<p><dt><strong><code>ESC n</code></strong></dt><dd>Invoke the G2 Character Set (LS2)</dd>
<p><dt><strong><code>ESC o</code></strong></dt><dd>Invoke the G3 Character Set (LS3)</dd>
<p><dt><strong><code>ESC </code>(<code> C</code><br><code>ESC </code>)<code> C</code><br><code>ESC * C</code><br><code>ESC + C</code><br><code>ESC $ C</code></strong></dt><dd>Designate G0 Character Set (ISO 2022)<br>Designate G1 Character Set (ISO 2022)<br>Designate G2 Character Set (ISO 2022)<br>Designate G3 Character Set (ISO 2022)<br>Designate Kanji Character Set <br><em>where</em> <strong><code>C</code></strong> is <br><table>
<tr> 
<td> <strong><code>C = 0</code></strong> </td> 
<td> DEC Special Character and Line Drawing Set <br></td> 
 
</tr>
<tr> 
<td> <strong><code>C = A</code></strong> </td> 
<td> United Kingdom (UK) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>C = B</code></strong> </td> 
<td> United States (USASCII) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>C = &lt;</code></strong> </td> 
<td> Multinational character set <em>unimplemented</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>C = 5</code></strong> </td> 
<td> Finnish character set <em>unimplemented</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>C = C</code></strong> </td> 
<td> Finnish character set <em>unimplemented</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>C = K</code></strong> </td> 
<td> German character set <em>unimplemented</em> <br></td> 
 
</tr>
</table>   </dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-csi.yo"></a>
    
<a name="CSI"></a>
<h2>CSI (Code Sequence Introducer) Sequences</h2>
    
<p><dl>
    <dt><strong><code>ESC [ Ps @</code></strong></dt><dd>Insert <strong><code>Ps</code></strong> (Blank) Character(s) [default: 1] (ICH)</dd><p><a name="ESCOBPsA"></a>
    <dt><strong><code>ESC [ Ps A</code></strong></dt><dd>Cursor Up <strong><code>Ps</code></strong> Times [default: 1] (CUU)</dd>
<p><dt><strong><code>ESC [ Ps B</code></strong></dt><dd>Cursor Down <strong><code>Ps</code></strong> Times [default: 1] (CUD)</dd><a name="ESCOBPsC"></a>
    <dt><strong><code>ESC [ Ps C</code></strong></dt><dd>Cursor Forward <strong><code>Ps</code></strong> Times [default: 1] (CUF)</dd>
<p><dt><strong><code>ESC [ Ps D</code></strong></dt><dd>Cursor Backward <strong><code>Ps</code></strong> Times [default: 1] (CUB)</dd>
<p><dt><strong><code>ESC [ Ps E</code></strong></dt><dd>Cursor Down <strong><code>Ps</code></strong> Times [default: 1] and to first column</dd>
<p><dt><strong><code>ESC [ Ps F</code></strong></dt><dd>Cursor Up <strong><code>Ps</code></strong> Times [default: 1] and to first column</dd><p><a name="ESCOBPsG"></a>
    <dt><strong><code>ESC [ Ps G</code></strong></dt><dd>Cursor to Column <strong><code>Ps</code></strong> (HPA)</dd>
<p><dt><strong><code>ESC [ Ps;Ps H</code></strong></dt><dd>Cursor Position [row;column] [default: 1;1] (CUP)</dd>
<p><dt><strong><code>ESC [ Ps I</code></strong></dt><dd>Move forward <strong><code>Ps</code></strong> tab stops [default: 1]</dd>
<p><dt><strong><code>ESC [ Ps J</code></strong></dt><dd>Erase in Display (ED) <br><table>
<tr> 
<td> <strong><code>Ps = 0</code></strong> </td> 
<td> Clear Below (default) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 1</code></strong> </td> 
<td> Clear Above <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 2</code></strong> </td> 
<td> Clear All <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Ps K</code></strong></dt><dd>Erase in Line (EL) <br><table>
<tr> 
<td> <strong><code>Ps = 0</code></strong> </td> 
<td> Clear to Right (default) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 1</code></strong> </td> 
<td> Clear to Left <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 2</code></strong> </td> 
<td> Clear All <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Ps L</code></strong></dt><dd>Insert <strong><code>Ps</code></strong> Line(s) [default: 1] (IL)</dd>
<p><dt><strong><code>ESC [ Ps M</code></strong></dt><dd>Delete <strong><code>Ps</code></strong> Line(s) [default: 1] (DL)</dd>
<p><dt><strong><code>ESC [ Ps P</code></strong></dt><dd>Delete <strong><code>Ps</code></strong> Character(s) [default: 1] (DCH)</dd>
<p><dt><strong><code>ESC [ Ps;Ps;Ps;Ps;Ps T</code></strong></dt><dd>Initiate <a href="rxvtRef.html#Mouse">hilite mouse tracking</a>.  <em>unimplemented</em>
	Parameters are [func;startx;starty;firstrow;lastrow].</dd>
<p><dt><strong><code>ESC [ Ps W</code></strong></dt><dd>Tabulator functions <br><table>
<tr> 
<td> <strong><code>Ps = 0</code></strong> </td> 
<td> Tab Set (HTS) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 2</code></strong> </td> 
<td> Tab Clear (TBC), Clear Current Column (default) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 5</code></strong> </td> 
<td> Tab Clear (TBC), Clear All <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Ps X</code></strong></dt><dd>Erase <strong><code>Ps</code></strong> Character(s) [default: 1] (ECH)</dd>
<p><dt><strong><code>ESC [ Ps Z</code></strong></dt><dd>Move backward <strong><code>Ps</code></strong> [default: 1] tab stops</dd>
<p><dt><strong><code>ESC [ Ps '</code></strong></dt><dd>== <a href="rxvtRef.html#ESCOBPsG"><code>ESC [ Ps G</code></a></dd>
<p><dt><strong><code>ESC [ Ps a</code></strong></dt><dd>== <a href="rxvtRef.html#ESCOBPsC"><code>ESC [ Ps C</code></a></dd><p><a name="ESCOBPsc"></a>
    <dt><strong><code>ESC [ Ps c</code></strong></dt><dd>Send Device Attributes (DA)<br><strong><code>Ps = 0</code></strong> (or omitted) : request attributes from terminal <br>returns: <strong><code>ESC[?1;2c</code></strong> (``I am a VT100 with Advanced Video
	Option'')</dd>
<p><dt><strong><code>ESC [ Ps d</code></strong></dt><dd>Cursor to Line <strong><code>Ps</code></strong> (VPA)</dd>
<p><dt><strong><code>ESC [ Ps e</code></strong></dt><dd>== <a href="rxvtRef.html#ESCOBPsA">ESC [ Ps A</a></dd>
<p><dt><strong><code>ESC [ Ps;Ps f</code></strong></dt><dd>Horizontal and Vertical Position [row;column] (HVP) [default: 1;1]</dd>
<p><dt><strong><code>ESC [ Ps g</code></strong></dt><dd>Tab Clear (TBC) <br><table>
<tr> 
<td> <strong><code>Ps = 0</code></strong> </td> 
<td> Clear Current Column (default) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 3</code></strong> </td> 
<td> Clear All (TBC) <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Ps i</code></strong></dt><dd>Printing <br><table>
<tr> 
<td> <strong><code>Ps = 4</code></strong> </td> 
<td> disable transparent print mode (MC4) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 5</code></strong> </td> 
<td> enable transparent print mode (MC5) <em>unimplemented</em> <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Pm h</code><br><code>ESC [ Pm l</code></strong></dt><dd>Set Mode (SM) <br>Reset Mode (RM)<dl>
	    <dt><strong><code>Ps = 4</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Insert Mode (SMIR) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Replace Mode (RMIR) <br></td> 
 
</tr>
</table>   </dd>
	    <dt><strong><code>Ps = 20</code></strong> <em>unimplemented</em></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Automatic Newline (LNM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Normal Linefeed (LNM) <br></td> 
 
</tr>
</table>   </dd>
	</dl></dd>
    <dt><strong><code>ESC [ Pm m</code></strong></dt><dd>Character Attributes (SGR) <br><table>
<tr> 
<td> <strong><code>Ps = 0</code></strong> </td> 
<td> Normal (default) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 1 / 22</code></strong> </td> 
<td> On / Off Bold (bright fg) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 4 / 24</code></strong> </td> 
<td> On / Off Underline <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 5 / 25</code></strong> </td> 
<td> On / Off Blink (bright bg) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 7 / 27</code></strong> </td> 
<td> On / Off Inverse <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 30 / 40</code></strong> </td> 
<td> fg/bg Black <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 31 / 41</code></strong> </td> 
<td> fg/bg Red <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 32 / 42</code></strong> </td> 
<td> fg/bg Green <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 33 / 43</code></strong> </td> 
<td> fg/bg Yellow <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 34 / 44</code></strong> </td> 
<td> fg/bg Blue <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 35 / 45</code></strong> </td> 
<td> fg/bg Magenta <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 36 / 46</code></strong> </td> 
<td> fg/bg Cyan <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 37 / 47</code></strong> </td> 
<td> fg/bg White <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 39 / 49</code></strong> </td> 
<td> fg/bg Default <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Ps n</code></strong></dt><dd>Device Status Report (DSR) <br><table>
<tr> 
<td> <strong><code>Ps = 5</code></strong> </td> 
<td> Status Report <strong><code>ESC [ 0 n</code></strong> (``OK'') <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 6</code></strong> </td> 
<td> Report Cursor Position (CPR) [row;column] as <strong><code>ESC [ r ; c R</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 7</code></strong> </td> 
<td> Request Display Name <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 8</code></strong> </td> 
<td> Request Version Number (place in window title) <br></td> 
 
</tr>
</table>   </dd>
    <dt><strong><code>ESC [ Ps;Ps r</code></strong></dt><dd>Set Scrolling Region [top;bottom] <br>[default: full size of window] (CSR)</dd>
<p><dt><strong><code>ESC [ s</code></strong></dt><dd>Save Cursor (SC)</dd>
<p><dt><strong><code>ESC [ Ps x</code></strong></dt><dd>Request Terminal Parameters (DECREQTPARM)</dd>
<p><dt><strong><code>ESC [ u</code></strong></dt><dd>Restore Cursor</dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-privatemodes.yo"></a>
    
<a name="PrivateModes"></a>
<h2>DEC Private Modes</h2>
    
<p><dl>
    <dt><strong><code>ESC [ ? Pm h</code></strong></dt><dd>DEC Private Mode Set (DECSET)</dd>
<p><dt><strong><code>ESC [ ? Pm l</code></strong></dt><dd>DEC Private Mode Reset (DECRST)</dd>
<p><dt><strong><code>ESC [ ? Pm r</code></strong></dt><dd>Restore previously saved DEC Private Mode Values.</dd>
<p><dt><strong><code>ESC [ ? Pm s</code></strong></dt><dd>Save DEC Private Mode Values.</dd>
<p><dt><strong><code>ESC [ ? Pm t</code></strong></dt><dd>Toggle DEC Private Mode Values (rxvt extension).</dd>
    <em>where</em> <br><dl>
        <dt><strong><code>Ps = 1</code></strong> (DECCKM)</dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Application Cursor Keys <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Normal Cursor Keys <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 2</code></strong> (ANSI/VT52 mode)</dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Enter VT52 mode <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Enter VT52 mode <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 3</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> 132 Column Mode (DECCOLM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> 80 Column Mode (DECCOLM) <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 4</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Smooth (Slow) Scroll (DECSCLM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Jump (Fast) Scroll (DECSCLM) <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 5</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Reverse Video (DECSCNM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Normal Video (DECSCNM) <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 6</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Origin Mode (DECOM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Normal Cursor Mode (DECOM) <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 7</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Wraparound Mode (DECAWM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> No Wraparound Mode (DECAWM) <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 8</code></strong> <em>unimplemented</em></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Auto-repeat Keys (DECARM) <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> No Auto-repeat Keys (DECARM) <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 9</code></strong> X10 XTerm <a href="rxvtRef.html#Mouse">mouse reporting</a></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Send Mouse X &amp; Y on button press. <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> No mouse reporting. <br></td> 
 
</tr>
</table>   </dd><a name="Priv10"></a>
        <dt><strong><code>Ps = 10</code></strong> (<strong>rxvt</strong>)</dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> <a href="rxvtRef.html#menuBar">menuBar</a> visible <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> <a href="rxvtRef.html#menuBar">menuBar</a> invisible <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 25</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Visible cursor {cnorm/cvvis} <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Invisible cursor {civis} <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 30</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> scrollBar visisble <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> scrollBar invisisble <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 35</code></strong> (<strong>rxvt</strong>)</dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Allow XTerm Shift+key sequences <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Disallow XTerm Shift+key sequences <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 38</code></strong> <em>unimplemented</em></dt><dd>Enter Tektronix Mode (DECTEK)</dd>
        <dt><strong><code>Ps = 40</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Allow 80/132 Mode <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Disallow 80/132 Mode <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 44</code></strong> <em>unimplemented</em></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Turn On Margin Bell <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Turn Off Margin Bell <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 45</code></strong> <em>unimplemented</em></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Reverse-wraparound Mode <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> No Reverse-wraparound Mode <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 46</code></strong> <em>unimplemented</em></dt><dd></dd>
<p><dt><strong><code>Ps = 47</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Use Alternate Screen Buffer <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Use Normal Screen Buffer <br></td> 
 
</tr>
</table>   </dd>
<a name="Priv66"></a>   
        <dt><strong><code>Ps = 66</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Application Keypad (DECPAM) == <a href="rxvtRef.html#ESCequals"><code>ESC =</code></a> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Normal Keypad (DECPNM) == <a href="rxvtRef.html#ESCequals"><code>ESC &gt;</code></a> <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 67</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Backspace key sends <strong><code>BS</code> (DECBKM)</strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Backspace key sends <strong><code>DEL</code></strong> <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 1000</code></strong> (X11 XTerm <a href="rxvtRef.html#Mouse">mouse reporting</a>)</dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Send Mouse X &amp; Y on button press and release. <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> No mouse reporting. <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 1001</code></strong> (X11 XTerm <a href="rxvtRef.html#Mouse">mouse tracking</a>) <em>unimplemented</em></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Use Hilite Mouse Tracking. <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> No mouse reporting. <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 1010</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Don't scroll to bottom on TTY output <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Scroll to bottom on TTY output <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 1011</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Scroll to bottom when a key is pressed <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Don't scroll to bottom when a key is pressed <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 1047</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Use Alternate Screen Buffer <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Use Normal Screen Buffer - clear Alternate Screen Buffer if returning from it <br></td> 
 
</tr>
</table>   </dd>
        <dt><strong><code>Ps = 1048</code></strong></dt><dd><table>
<tr> 
<td> <strong><code>h</code></strong> </td> 
<td> Save cursor position <br></td> 
 
</tr>
<tr> 
<td> <strong><code>l</code></strong> </td> 
<td> Restore cursor position <br></td> 
 
</tr>
</table>   </dd>
   </dl>
</dl>
<p>
<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-xterm.yo"></a>
    

<a name="XTerm"></a>
<h2>XTerm Operating System Commands</h2>
    
<p><dl>
    <dt><strong><code>ESC ] Ps;Pt ST</code></strong></dt><dd>Set XTerm Parameters <br>8-bit ST: 0x9c, <br>7-bit ST sequence: ESC \ (0x1b, 0x5c), <br>backwards compatible terminator BEL (0x07) is also accepted. <br><table>
<tr> 
<td> <strong><code>Ps = 0</code></strong> </td> 
<td> Change Icon Name and Window Title to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 1</code></strong> </td> 
<td> Change Icon Name to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 2</code></strong> </td> 
<td> Change Window Title to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 4</code></strong> </td> 
<td> <strong><code>Pt</code></strong> is a semi-colon separated sequence of one or more semi-colon separated <strong>number</strong>/<strong>name</strong> pairs, where <strong>number</strong> is an index to a colour and <strong>name</strong> is the name of a colour.  Each pair causes the <strong>number</strong>ed colour to be changed to <strong>name</strong>.  <br>Numbers 0-7 corresponds to low-intensity (normal) colours and 8-15 corresponds to high-intensity colours. 0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, 6=cyan, 7=white <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 10</code></strong> <strong>(NB: may change in future)</strong> </td> 
<td> <a href="rxvtRef.html#menuBar">menuBar</a> command <strong><code>Pt</code></strong> <em>rxvt compile-time option</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 12</code></strong> </td> 
<td> Change colour of text cursor foreground to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 13</code></strong> </td> 
<td> Change colour of mouse foreground to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 17</code></strong> </td> 
<td> Change colour of highlight characters to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 18</code></strong> </td> 
<td> Change colour of bold characters to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 19</code></strong> </td> 
<td> Change colour of underlined characters to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 20</code></strong> </td> 
<td> Change default background <a href="rxvtRef.html#XPM">pixmap</a> to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 39</code></strong> </td> 
<td> Change default foreground colour to <strong><code>Pt</code></strong> <em>rxvt compile-time option</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 46</code></strong> </td> 
<td> Change Log File to <strong><code>Pt</code></strong> <em>unimplemented</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 49</code></strong> </td> 
<td> Change default background colour to <strong><code>Pt</code></strong> <em>rxvt compile-time option</em> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 50</code></strong> </td> 
<td> Set Font to <strong><code>Pt</code></strong>, with the following special values of <strong><code>Pt</code></strong> (<strong>rxvt</strong>) <br><strong><code>#+n</code></strong> change up <strong><code>n</code></strong> font(s) <br><strong><code>#-n</code></strong> change down <strong><code>n</code></strong> font(s) <br>if <strong><code>n</code></strong> is missing of 0, a value of 1 is used <br><em>empty</em> change to font0 <br><strong><code>n</code></strong> change to font <strong><code>n</code></strong> <br></td> 
 
</tr>
<tr> 
<td> <strong><code>Ps = 55</code></strong> </td> 
<td> Log all scrollback buffer and all of screen to <strong><code>Pt</code></strong> <br></td> 
 
</tr>
</table>   </dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-menubar.yo"></a>
    
<a name="menuBar"></a>
<h2>menuBar</h2>
    
<p><strong>The exact syntax used is <em>almost</em> solidified.</strong> <br>In the menus, <strong>DON'T</strong> try to use menuBar commands that add or remove a
menuBar.
<p>Note that in all of the commands, the <strong><em>/path/</em></strong> <em>cannot</em> be omitted:
use <strong>./</strong> to specify a menu relative to the current menu.
<p><h3>Overview of menuBar operation</h3><p>
<p>For the menuBar XTerm escape sequence <code>ESC ] 10 ; Pt ST</code>, the
syntax of <code>Pt</code> can be used for a variety of tasks:
<dl>
    <li ><a href="rxvtRef.html#menuBarCommands">Commands</a>
    <li ><a href="rxvtRef.html#menuBarAdd">Adding and accessing menus</a>
    <li ><a href="rxvtRef.html#menuBarRemove">Removing menus</a>
    <li ><a href="rxvtRef.html#menuBarArrows">Quick Arrows</a>
    <li ><a href="rxvtRef.html#menuBarSummary">Command Summary</a>
</dl>
<p>At the top level is the current menuBar which is a member of a circular
linked-list of other such menuBars.
<p>The menuBar acts as a parent for the various drop-down menus, which in turn,
may have labels, separator lines, menuItems and subMenus.
<p>The menuItems are the useful bits: you can use them to mimic keyboard input
or even to send text or escape sequences back to rxvt.
<p>The menuBar syntax is intended to provide a simple yet robust method of
constructing and manipulating menus and navigating through the menuBars.
<p>The first step is to use the tag <strong>[menu:<em>name</em>]</strong> which creates the
menuBar called <em>name</em> and allows access.
You may now <a href="rxvtRef.html#menuBarAdd">add</a> or <a href="rxvtRef.html#menuBarRemove">remove</a> menus,
subMenus, and menuItems. Finally, use the tag <strong>[done]</strong> to set the menuBar
access as <strong>readonly</strong> to prevent accidental corruption of the menus.
To re-access the current menuBar for alterations, use the tag <strong>[menu]</strong>,
make the alterations and then use <strong>[done]</strong>
<p><a name="menuBarCommands"></a>
<h3>Commands</h3><p>
<p><dl>
    <dt><strong>[menu:<em>name</em>]</strong></dt><dd>access the named menuBar for creation or alteration. If a new menuBar
	is created, it is called <em>name</em> (max of 15 chars) and the current
	menuBar is pushed onto the stack</dd>
<p><dt><strong>[menu]</strong></dt><dd>access the current menuBar for alteration</dd>
<p><dt><strong>[title:<em>string</em>]</strong></dt><dd>set the current menuBar's title to <em>string</em>, which may contain the
	following format specifiers: <br><strong>%%</strong> : literal <strong>%</strong> character <br><strong>%n</strong> : rxvt name (as per the <strong>-name</strong> command-line option) <br><strong>%v</strong> : rxvt version</dd>
<p><dt><strong>[done]</strong></dt><dd>set menuBar access as <strong>readonly</strong>. <br>End-of-file tag for <strong>[read:<em>file</em>]</strong> operations.</dd>
<p><dt><strong>[read:<em>file</em>]</strong></dt><dd>read menu commands directly from <em>file</em> (extension ".menu" will be
	appended if required.) Start reading at a line with <strong>[menu]</strong> or
	<strong>[menu:<em>name</em></strong> and continuing until <strong>[done]</strong> is encountered.
<p>Blank and comment lines (starting with <strong>#</strong>) are ignored.
	Actually, since any invalid menu commands are also ignored, almost
	anything could be construed as a comment line, but this may be
	tightened up in the future ... so don't count on it!.</dd>
<p><dt><strong>[read:<em>file</em>;<em>name</em>]</strong></dt><dd>The same as <strong>[read:<em>file</em>]</strong>, but start reading at a line with
	<strong>[menu:<em>name</em>]</strong> and continuing until <strong>[done:<em>name</em>]</strong> or
	<strong>[done]</strong> is encountered.</dd>
<p><dt><strong>[dump]</strong></dt><dd>dump all menuBars to the file <strong>/tmp/rxvt-PID</strong> in a format suitable
	for later rereading.</dd>
<p><dt><strong>[rm:name]<br>[rm] [rm:]<br>[rm*] [rm:*]</strong></dt><dd>remove the named menuBar <br>remove the current menuBar <br>remove all menuBars</dd>
<p><dt><strong>[swap]</strong></dt><dd>swap the top two menuBars</dd>
<p><dt><strong>[prev]<br>[next]</strong></dt><dd>access the previous or next menuBar</dd>
<p><dt><strong>[show]<br>[hide]</strong></dt><dd>control display of the menuBar ... just like
	<a href="rxvtRef.html#Priv10">ESC[?10 h/l</a></dd>
<p><dt><strong>[pixmap:<em>name</em>]<br>[pixmap:<em>name</em>;<em>scaling</em>]</strong></dt><dd>set the background pixmap globally ... just like
	<a href="rxvtRef.html#XPM">ESC ] 20 ; Pt ST</a>
<p><strong>A Future implementation <em>may</em> make this local to the menubar</strong></dd>
<p><dt><strong>[:<em>command</em>:]</strong></dt><dd>ignore the menu readonly status and issue a <em>command</em> to
	<a href="rxvtRef.html#menuBarAdd">Add/Modify</a> or <a href="rxvtRef.html#menuBarRemove">Remove</a> a menu or
	menuitem or change the <a href="rxvtRef.html#menuBarArrows">Quick Arrows</a>; a useful
	shortcut for setting the quick arrows from a menuBar.</dd>
</dl>
<p><a name="menuBarAdd"></a>
<h3>Adding and accessing menus</h3><p>
<p>The following commands may also be <strong>+</strong> prefixed.
<dl>
    <dt><strong>/<br>./<br>../<br>../../</strong></dt><dd>access menuBar top level <br>access current menu level <br>access parent menu (1 level up) <br>access parent menu (multiple levels up)</dd>
    <dt><strong><em>/path/</em>menu</strong></dt><dd>add/access menu</dd>
    <dt><strong><em>/path/</em>menu/*</strong></dt><dd>add/access menu and clear it if it exists</dd>
    <dt><strong><em>/path/</em>{-}</strong></dt><dd>add separator</dd>
    <dt><strong><em>/path/</em>{item}</strong></dt><dd>add <strong>item</strong> as a label</dd>
    <dt><strong><em>/path/</em>{item} action</strong></dt><dd>add/alter <em>menuitem</em> with an associated <em>action</em></dd>
    <dt><strong><em>/path/</em>{item}{right-text}</strong></dt><dd>add/alter <em>menuitem</em> with <strong>right-text</strong> as the right-justified
	text and as the associated <em>action</em></dd>
    <dt><strong><em>/path/</em>{item}{rtext} action</strong></dt><dd>add/alter <em>menuitem</em> with an associated <em>action</em> and with
	<strong>rtext</strong> as the right-justified text.</dd>
</dl>
<dl>
    <dt>Special characters in <em>action</em> must be backslash-escaped:</dt><dd><strong>\a \b \E \e \n \r \t \octal</strong></dd>
    <dt>or in control-character notation:</dt><dd><strong>^@, ^A .. ^Z .. ^_, ^?</strong></dd>
</dl>
<p>To send a string starting with a <strong>NUL</strong> (<strong>^@</strong>) character to the program,
start <em>action</em> with a pair of <strong>NUL</strong> characters (<strong>^@^@</strong>), the first of
which will be stripped off and the balance directed to the program.
Otherwise if <em>action</em> begins with <strong>NUL</strong> followed by non-<strong>NUL</strong>
characters, the leading <strong>NUL</strong> is stripped off and the balance is sent back
to rxvt.
<p>As a convenience for the many Emacs-type editors, <em>action</em> may start
with <strong>M-</strong> (eg, <strong>M-$</strong> is equivalent to <strong>\E$</strong>) and a <strong>CR</strong> will be
appended if missed from <strong>M-x</strong> commands.
<p>As a convenience for issuing XTerm <strong>ESC]</strong> sequences from a menubar
(or quick arrow), a <strong>BEL</strong> (<strong>^G</strong>) will be appended if needed.
<p><dl>
    <dt>For example,</dt><dd><strong>M-xapropos</strong> is equivalent to <strong>\Exapropos\r</strong></dd>
    <dt>and</dt><dd><strong>\E]10;mona;100</strong> is equivalent to <strong>\E]10;mona;100\a</strong></dd>
</dl>
<p>The option <strong>{<em>right-rtext</em>}</strong> will be right-justified.  In the absence of
a specified action, this text will be used as the <em>action</em> as well.
<p><dl>
    <dt>For example,</dt><dd><strong>/File/{Open}{^X^F}</strong> is equivalent to <strong>/File/{Open}{^X^F} ^X^F</strong></dd>
</dl>
<p>The left label <em>is</em> necessary, since it's used for matching,
but implicitly hiding the left label (by using same name for both left
and right labels), or explicitly hiding the left label (by preceeding
it with a dot), makes it possible to have right-justified text only.
<dl>
    <dt>For example,</dt><dd><strong>/File/{Open}{Open} Open-File-Action</strong></dd>
    <dt>or hiding it</dt><dd><strong>/File/{.anylabel}{Open} Open-File-Action</strong></dd>
</dl>
<p><a name="menuBarRemove"></a>
<h3>Removing menus</h3><p>
<p><dl>
    <dt><strong>-/*<br>-<em>/path</em>menu<br>-<em>/path</em>{item}<br>-<em>/path</em>{-}</strong></dt><dd>remove all menus from the menuBar, the same as <strong>[clear]</strong><br>remove menu <br>remove item <br>remove separator</dd>
    <dt><strong>-/path/menu/*</strong></dt><dd>remove all items, separators and submenus from menu</dd>
</dl>
<p><a name="menuBarArrows"></a>
<h3>Quick Arrows</h3><p>
<p>The menus also provide a hook for <em>quick arrows</em> to provide easier user
access. If nothing has been explicitly set, the default is to emulate the
curror keys. The syntax permits each arrow to be altered individually or
all four at once without re-entering their common beginning/end text. For
example, to explicitly associate cursor actions with the arrows, any of
the following forms could be used:
<p><dl>
    <dt><strong>&lt;r&gt;<em>Right</em><br>&lt;l&gt;<em>Left</em><br>&lt;u&gt;<em>Up</em><br>&lt;d&gt;<em>Down</em></strong></dt><dd>Define actions for the respective arrow buttons</dd>
    <dt><strong>&lt;b&gt;<em>Begin</em><br>&lt;e&gt;<em>End</em></strong></dt><dd>Define common beginning/end parts for <em>quick arrows</em> which used
	in conjunction with the above &lt;r&gt; &lt;l&gt; &lt;u&gt; &lt;d&gt; constructs</dd>
</dl>
<p><dl>
    <dt>For example, define arrows individually,</dt><dd><strong>&lt;u&gt;\E[A <br>&lt;d&gt;\E[B <br>&lt;r&gt;\E[C <br>&lt;l&gt;\E[D</strong></dd>
    <dt>or all at once</dt><dd><strong>&lt;u&gt;\E[A&lt;d&gt;\E[B&lt;r&gt;\E[C&lt;l&gt;\E[D</strong></dd>
    <dt>or more compactly (factoring out common parts)</dt><dd><strong>&lt;b&gt;\E[&lt;u&gt;A&lt;d&gt;B&lt;r&gt;C&lt;l&gt;D</strong></dd>
</dl>
<p><a name="menuBarSummary"></a>
<h3>Command Summary</h3><p>
<p>A short summary of the most <em>common</em> commands:
<p><dl>
    <dt>[menu:name]</dt><dd>use an existing named menuBar or start a new one</dd>
    <dt>[menu]</dt><dd>use the current menuBar</dd>
    <dt>[title:string]</dt><dd>set menuBar title</dd>
    <dt>[done]</dt><dd>set menu access to readonly and, if reading from a file, signal EOF</dd>
    <dt>[done:name]</dt><dd>if reading from a file using [read:file;name] signal EOF</dd>
    <dt>[rm:name]<br>[rm] [rm:]<br>[rm*] [rm:*]</dt><dd>remove named, current, or all menuBar(s)</dd>
    <dt>[swap]</dt><dd>swap top two menuBars</dd>
    <dt>[prev]<br>[next]</dt><dd>access the previous/next menuBar</dd>
    <dt>[show]<br>[hide]</dt><dd>map/unmap menuBar</dd>
    <dt>[pixmap;file]<br>[pixmap;file;scaling]</dt><dd>set a background pixmap</dd>
    <dt>[read:file]<br>[read:file;name]</dt><dd>read in a menu from a file</dd>
    <dt>[dump]</dt><dd>dump out all menuBars to /tmp/rxvt-PID</dd>
    <dt>/</dt><dd>access menuBar top level</dd>
    <dt>./<br>../<br>../../</dt><dd>access current or parent menu level</dd>
    <dt>/path/menu</dt><dd>add/access menu</dd>
    <dt>/path/{-}</dt><dd>add separator</dd>
    <dt>/path/{item}{rtext} action</dt><dd>add/alter menu item<br>({rtext} and/or action, may be omitted)</dd>
    <dt>-/*</dt><dd>remove all menus from the menuBar</dd>
    <dt>-/path/menu</dt><dd>remove menu items, separators and submenus from menu</dd>
    <dt>-/path/menu</dt><dd>remove menu</dd>
    <dt>-/path/{item}</dt><dd>remove item</dd>
    <dt>-/path/{-}</dt><dd>remove separator</dd>
    <dt>&lt;b&gt;Begin&lt;r&gt;Right&lt;l&gt;Left&lt;u&gt;Up&lt;d&gt;Down&lt;e&gt;End</dt><dd>menu quick arrows</dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-xpm.yo"></a>
    
<a name="XPM"></a>
<h2>XPM</h2>
    
<p>For the XPM XTerm escape sequence <strong><code>ESC ] 20 ; Pt ST</code></strong> then value of
<strong><code>Pt</code></strong> can be the name of the background pixmap followed by a sequence of
scaling/positioning commands separated by semi-colons. The scaling/positioning
commands are as follows:
<p><dl>
    <dt>query scale/position</dt><dd><strong>?</strong></dd>
<p><dt>change scale and position</dt><dd><strong>WxH+X+Y</strong><br><strong>WxH+X</strong> (== <strong>WxH+X+X</strong>)<br><strong>WxH</strong> (same as <strong>WxH+50+50</strong>)<br><strong>W+X+Y</strong> (same as <strong>WxW+X+Y</strong>)<br><strong>W+X</strong> (same as <strong>WxW+X+X</strong>)<br><strong>W</strong> (same as <strong>WxW+50+50</strong>)</dd>
<p><dt>change position (absolute)</dt><dd><strong>=+X+Y</strong><br><strong>=+X</strong> (same as <strong>=+X+Y</strong>)</dd>
<p><dt>change position (relative)</dt><dd><strong>+X+Y</strong><br><strong>+X</strong> (same as <strong>+X+Y</strong>)</dd>
<p><dt>rescale (relative)</dt><dd><strong>Wx0</strong> -&gt; <strong>W *= (W/100)</strong><br><strong>0xH</strong> -&gt; <strong>H *= (H/100)</strong></dd>
</dl>
<p>For example:
<p><dl>
    <dt><strong>\E]20;funky\a</strong></dt><dd>load <strong>funky.xpm</strong> as a tiled image</dd>
<p><dt><strong>\E]20;mona;100\a</strong></dt><dd>load <strong>mona.xpm</strong> with a scaling of 100%</dd>
<p><dt><strong>\E]20;;200;?\a</strong></dt><dd>rescale the current pixmap to 200% and display the image geometry in the title</dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-mouse.yo"></a>
    
<a name="Mouse"></a>
<h2>Mouse Reporting</h2>
    
<p><dl>
    <dt><strong><code>ESC [ M &lt;b&gt; &lt;x&gt; &lt;y&gt;</code></strong></dt><dd>report mouse position</dd>
</dl>
The lower 2 bits of <strong><code>&lt;b&gt;</code></strong> indicate the button:
<dl>
    <dt>Button = <strong><code>(&lt;b&gt; - SPACE) &amp; 3</code></strong></dt><dd>0 = Button1 pressed <br>1 = Button2 pressed <br>2 = Button3 pressed <br>3 = button released (X11 mouse report)</dd>
</dl>
<p>The upper bits of <strong><code>&lt;b&gt;</code></strong> indicate the modifiers when the button was
pressed and are added together (X11 mouse report only):
<p><dl>
    <dt>State = <strong><code>(&lt;b&gt; - SPACE) &amp; 60</code></strong></dt><dd>4 = Shift <br>8 = Meta <br>16 = Control <br>32 = Double Click <em>(Rxvt extension)</em> <br>Col = <strong><code>&lt;x&gt; - SPACE</code></strong> <br>Row = <strong><code>&lt;y&gt; - SPACE</code></strong></dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-graphics.yo"></a>
    
<a name="Graphics"></a>
<h2>Special Graphics Mode</h2>
    
<p>Add more documentation here, <em>if anyone actually cares.</em>
<p><dl>
    <dt><strong><code>ESC G Q</code></strong></dt><dd>query if graphics are available <br>returns: <strong><code>ESC G 0</code></strong> no graphics available <br>returns: <strong><code>ESC G 1</code></strong> graphics available (colour only)</dd>
<p><dt><strong><code>ESC G W &lt;;x&gt;;&lt;y&gt;;&lt;w&gt;;&lt;h&gt;:</code></strong></dt><dd>create window</dd>
<p><dt><strong><code>ESC G C &lt;id&gt;</code></strong></dt><dd>clear window</dd>
<p><dt><strong><code>ESC G G &lt;it&gt;:</code></strong></dt><dd>query window <br>returns: <strong><code>ESC G &lt;id&gt; &lt;x&gt; &lt;y&gt; &lt;w&gt; &lt;h&gt; &lt;fw&gt; &lt;fh&gt; &lt;nw&gt; &lt;nh&gt;</code></strong></dd>
<p><dt><strong><code>ESC G L &lt;id&gt;</code><br><code>ESC G P &lt;id&gt;</code><br><code>ESC G F &lt;id&gt;</code></strong></dt><dd>start point <br>start line <br>start fill</dd>
<p><dt><strong><code>;&lt;x&gt;;&lt;y&gt;</code></strong></dt><dd>extend point/line/fill</dd>
<p><dt><strong><code>ESC G T &lt;id&gt;;&lt;x&gt;;&lt;y&gt;;&lt;mode&gt;;&lt;len&gt;:&lt;text&gt;</code></strong></dt><dd>place text</dd>
</dl>

<a href="rxvtRef.html#toc">Top</a>
<p><hr><p><br>
<a name="rxvtRef-keycodes.yo"></a>
    
<a name="KeyCodes"></a>
<h2>Key Codes</h2>
    
<p>Note: <strong>Shift</strong> + <strong>F1</strong>-<strong>F10</strong> generates <strong>F11</strong>-<strong>F20</strong>
<p>For the keypad, use <strong>Shift</strong> to temporarily override Application-Keypad
setting use <strong>Num_Lock</strong> to toggle Application-Keypad setting if <strong>Num_Lock</strong>
is off, <a href="rxvtRef.html#ESCequals">escape sequences</a> toggle Application-Keypad setting.
Also note that values of <strong>Home</strong>, <strong>End</strong>, <strong>Delete</strong> may have been compiled
differently on your system.
<p>
<table border=1>
<tr> 
<td>                 </td> 
<td> <strong>Normal</strong>      </td> 
<td> <strong>Shift</strong>       </td> 
<td> <strong>Control</strong>     </td> 
<td> <strong>Ctrl+Shift</strong> <br></td> 
 
</tr>
<tr> 
<td> Tab             </td> 
<td> ^I          </td> 
<td> ESC [ Z     </td> 
<td> ^I          </td> 
<td> ESC [ Z <br></td> 
 
</tr>
<tr> 
<td> BackSpace       </td> 
<td> ^H          </td> 
<td> ^?          </td> 
<td> ^?          </td> 
<td> ^? <br></td> 
 
</tr>
<tr> 
<td> Find            </td> 
<td> ESC [ 1 ~   </td> 
<td> ESC [ 1 $   </td> 
<td> ESC [ 1 ^   </td> 
<td> ESC [ 1 @ <br></td> 
 
</tr>
<tr> 
<td> Insert          </td> 
<td> ESC [ 2 ~   </td> 
<td> <em>paste</em>       </td> 
<td> ESC [ 2 ^   </td> 
<td> ESC [ 2 @ <br></td> 
 
</tr>
<tr> 
<td> Execute         </td> 
<td> ESC [ 3 ~   </td> 
<td> ESC [ 3 $   </td> 
<td> ESC [ 3 ^   </td> 
<td> ESC [ 3 @ <br></td> 
 
</tr>
<tr> 
<td> Select          </td> 
<td> ESC [ 4 ~   </td> 
<td> ESC [ 4 $   </td> 
<td> ESC [ 4 ^   </td> 
<td> ESC [ 4 @ <br></td> 
 
</tr>
<tr> 
<td> Prior           </td> 
<td> ESC [ 5 ~   </td> 
<td> <em>scroll-up</em>   </td> 
<td> ESC [ 5 ^   </td> 
<td> ESC [ 5 @ <br></td> 
 
</tr>
<tr> 
<td> Next            </td> 
<td> ESC [ 6 ~   </td> 
<td> <em>scroll-down</em> </td> 
<td> ESC [ 6 ^   </td> 
<td> ESC [ 6 @ <br></td> 
 
</tr>
<tr> 
<td> Home            </td> 
<td> ESC [ 7 ~   </td> 
<td> ESC [ 7 $   </td> 
<td> ESC [ 7 ^   </td> 
<td> ESC [ 7 @ <br></td> 
 
</tr>
<tr> 
<td> End             </td> 
<td> ESC [ 8 ~   </td> 
<td> ESC [ 8 $   </td> 
<td> ESC [ 8 ^   </td> 
<td> ESC [ 8 @ <br></td> 
 
</tr>
<tr> 
<td> Delete          </td> 
<td> ESC [ 3 ~   </td> 
<td> ESC [ 3 $   </td> 
<td> ESC [ 3 ^   </td> 
<td> ESC [ 3 @ <br></td> 
 
</tr>
<tr> 
<td> F1              </td> 
<td> ESC [ 11 ~  </td> 
<td> ESC [ 23 ~  </td> 
<td> ESC [ 11 ^  </td> 
<td> ESC [ 23 ^ <br></td> 
 
</tr>
<tr> 
<td> F2              </td> 
<td> ESC [ 12 ~  </td> 
<td> ESC [ 24 ~  </td> 
<td> ESC [ 12 ^  </td> 
<td> ESC [ 24 ^ <br></td> 
 
</tr>
<tr> 
<td> F3              </td> 
<td> ESC [ 13 ~  </td> 
<td> ESC [ 25 ~  </td> 
<td> ESC [ 13 ^  </td> 
<td> ESC [ 25 ^ <br></td> 
 
</tr>
<tr> 
<td> F4              </td> 
<td> ESC [ 14 ~  </td> 
<td> ESC [ 26 ~  </td> 
<td> ESC [ 14 ^  </td> 
<td> ESC [ 26 ^ <br></td> 
 
</tr>
<tr> 
<td> F5              </td> 
<td> ESC [ 15 ~  </td> 
<td> ESC [ 28 ~  </td> 
<td> ESC [ 15 ^  </td> 
<td> ESC [ 28 ^ <br></td> 
 
</tr>
<tr> 
<td> F6              </td> 
<td> ESC [ 17 ~  </td> 
<td> ESC [ 29 ~  </td> 
<td> ESC [ 17 ^  </td> 
<td> ESC [ 29 ^ <br></td> 
 
</tr>
<tr> 
<td> F7              </td> 
<td> ESC [ 18 ~  </td> 
<td> ESC [ 31 ~  </td> 
<td> ESC [ 18 ^  </td> 
<td> ESC [ 31 ^ <br></td> 
 
</tr>
<tr> 
<td> F8              </td> 
<td> ESC [ 19 ~  </td> 
<td> ESC [ 32 ~  </td> 
<td> ESC [ 19 ^  </td> 
<td> ESC [ 32 ^ <br></td> 
 
</tr>
<tr> 
<td> F9              </td> 
<td> ESC [ 20 ~  </td> 
<td> ESC [ 33 ~  </td> 
<td> ESC [ 20 ^  </td> 
<td> ESC [ 33 ^ <br></td> 
 
</tr>
<tr> 
<td> F10             </td> 
<td> ESC [ 21 ~  </td> 
<td> ESC [ 34 ~  </td> 
<td> ESC [ 21 ^  </td> 
<td> ESC [ 34 ^ <br></td> 
 
</tr>
<tr> 
<td> F11             </td> 
<td> ESC [ 23 ~  </td> 
<td> ESC [ 23 $  </td> 
<td> ESC [ 23 ^  </td> 
<td> ESC [ 23 @ <br></td> 
 
</tr>
<tr> 
<td> F12             </td> 
<td> ESC [ 24 ~  </td> 
<td> ESC [ 24 $  </td> 
<td> ESC [ 24 ^  </td> 
<td> ESC [ 24 @ <br></td> 
 
</tr>
<tr> 
<td> F13             </td> 
<td> ESC [ 25 ~  </td> 
<td> ESC [ 25 $  </td> 
<td> ESC [ 25 ^  </td> 
<td> ESC [ 25 @ <br></td> 
 
</tr>
<tr> 
<td> F14             </td> 
<td> ESC [ 26 ~  </td> 
<td> ESC [ 26 $  </td> 
<td> ESC [ 26 ^  </td> 
<td> ESC [ 26 @ <br></td> 
 
</tr>
<tr> 
<td> F15 (Help)      </td> 
<td> ESC [ 28 ~  </td> 
<td> ESC [ 28 $  </td> 
<td> ESC [ 28 ^  </td> 
<td> ESC [ 28 @ <br></td> 
 
</tr>
<tr> 
<td> F16 (Menu)      </td> 
<td> ESC [ 29 ~  </td> 
<td> ESC [ 29 $  </td> 
<td> ESC [ 29 ^  </td> 
<td> ESC [ 29 @ <br></td> 
 
</tr>
<tr> 
<td> F17             </td> 
<td> ESC [ 31 ~  </td> 
<td> ESC [ 31 $  </td> 
<td> ESC [ 31 ^  </td> 
<td> ESC [ 31 @ <br></td> 
 
</tr>
<tr> 
<td> F18             </td> 
<td> ESC [ 32 ~  </td> 
<td> ESC [ 32 $  </td> 
<td> ESC [ 32 ^  </td> 
<td> ESC [ 32 @ <br></td> 
 
</tr>
<tr> 
<td> F19             </td> 
<td> ESC [ 33 ~  </td> 
<td> ESC [ 33 $  </td> 
<td> ESC [ 33 ^  </td> 
<td> ESC [ 33 @ <br></td> 
 
</tr>
<tr> 
<td> F20             </td> 
<td> ESC [ 34 ~  </td> 
<td> ESC [ 34 $  </td> 
<td> ESC [ 34 ^  </td> 
<td> ESC [ 34 @ <br></td> 
 
</tr>
<tr> 
<td>                 </td> 
<td>             </td> 
<td>             </td> 
<td>             </td> 
<td> <strong>Application</strong> <br></td> 
 
</tr>
<tr> 
<td> Up              </td> 
<td> ESC [ A     </td> 
<td> ESC [ a     </td> 
<td> ESC O a     </td> 
<td> ESC O A <br></td> 
 
</tr>
<tr> 
<td> Down            </td> 
<td> ESC [ B     </td> 
<td> ESC [ b     </td> 
<td> ESC O b     </td> 
<td> ESC O B <br></td> 
 
</tr>
<tr> 
<td> Right           </td> 
<td> ESC [ C     </td> 
<td> ESC [ c     </td> 
<td> ESC O c     </td> 
<td> ESC O C <br></td> 
 
</tr>
<tr> 
<td> Left            </td> 
<td> ESC [ D     </td> 
<td> ESC [ d     </td> 
<td> ESC O d     </td> 
<td> ESC O D <br></td> 
 
</tr>
<tr> 
<td> KP_Enter        </td> 
<td> ^M          </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O M <br></td> 
 
</tr>
<tr> 
<td> KP_F1           </td> 
<td> ESC O P     </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O P <br></td> 
 
</tr>
<tr> 
<td> KP_F2           </td> 
<td> ESC O Q     </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O Q <br></td> 
 
</tr>
<tr> 
<td> KP_F3           </td> 
<td> ESC O R     </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O R <br></td> 
 
</tr>
<tr> 
<td> KP_F4           </td> 
<td> ESC O S     </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O S <br></td> 
 
</tr>
<tr> 
<td> XK_KP_Multiply  </td> 
<td> *           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O j <br></td> 
 
</tr>
<tr> 
<td> XK_KP_Add       </td> 
<td> +           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O k <br></td> 
 
</tr>
<tr> 
<td> XK_KP_Separator </td> 
<td> ,           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O l <br></td> 
 
</tr>
<tr> 
<td> XK_KP_Subtract  </td> 
<td> -           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O m <br></td> 
 
</tr>
<tr> 
<td> XK_KP_Decimal   </td> 
<td> .           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O n <br></td> 
 
</tr>
<tr> 
<td> XK_KP_Divide    </td> 
<td> /           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O o <br></td> 
 
</tr>
<tr> 
<td> XK_KP_0         </td> 
<td> 0           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O p <br></td> 
 
</tr>
<tr> 
<td> XK_KP_1         </td> 
<td> 1           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O q <br></td> 
 
</tr>
<tr> 
<td> XK_KP_2         </td> 
<td> 2           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O r <br></td> 
 
</tr>
<tr> 
<td> XK_KP_3         </td> 
<td> 3           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O s <br></td> 
 
</tr>
<tr> 
<td> XK_KP_4         </td> 
<td> 4           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O t <br></td> 
 
</tr>
<tr> 
<td> XK_KP_5         </td> 
<td> 5           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O u <br></td> 
 
</tr>
<tr> 
<td> XK_KP_6         </td> 
<td> 6           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O v <br></td> 
 
</tr>
<tr> 
<td> XK_KP_7         </td> 
<td> 7           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O w <br></td> 
 
</tr>
<tr> 
<td> XK_KP_8         </td> 
<td> 8           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O x <br></td> 
 
</tr>
<tr> 
<td> XK_KP_9         </td> 
<td> 9           </td> 
<td>             </td> 
<td>             </td> 
<td> ESC O y <br></td> 
 
</tr>
</table>   

<a href="rxvtRef.html#toc">Top</a>
</body>
</html>