ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.txt
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.43 by root, Fri Jan 13 12:40:46 2006 UTC vs.
Revision 1.50 by root, Wed Jan 25 21:48:47 2006 UTC

44 perl-ext-common resource to the empty string, which also keeps 44 perl-ext-common resource to the empty string, which also keeps
45 rxvt-unicode from initialising perl, saving memory. 45 rxvt-unicode from initialising perl, saving memory.
46 46
47 If you only want to disable specific features, you first have to 47 If you only want to disable specific features, you first have to
48 identify which perl extension is responsible. For this, read the 48 identify which perl extension is responsible. For this, read the
49 section PREPACKAGED EXTENSIONS in the urxvtperl(3) manpage. For 49 section PREPACKAGED EXTENSIONS in the rxvtperl(3) manpage. For
50 example, to disable the selection-popup and option-popup, specify 50 example, to disable the selection-popup and option-popup, specify
51 this perl-ext-common resource: 51 this perl-ext-common resource:
52 52
53 URxvt.perl-ext-common: default,-selection-popup,-option-popup 53 URxvt.perl-ext-common: default,-selection-popup,-option-popup
54 54
144 terminal as an example embedding application. 144 terminal as an example embedding application.
145 145
146 How do I know which rxvt-unicode version I'm using? 146 How do I know which rxvt-unicode version I'm using?
147 The version number is displayed with the usage (-h). Also the escape 147 The version number is displayed with the usage (-h). Also the escape
148 sequence "ESC [ 8 n" sets the window title to the version number. 148 sequence "ESC [ 8 n" sets the window title to the version number.
149 When using the urxvtc client, the version displayed is that of the 149 When using the rxvtc client, the version displayed is that of the
150 daemon. 150 daemon.
151 151
152 I am using Debian GNU/Linux and have a problem... 152 I am using Debian GNU/Linux and have a problem...
153 The Debian GNU/Linux package of rxvt-unicode in sarge contains large 153 The Debian GNU/Linux package of rxvt-unicode in sarge contains large
154 patches that considerably change the behaviour of rxvt-unicode. 154 patches that considerably change the behaviour of rxvt-unicode (but
155 Before reporting a bug to the original rxvt-unicode author please 155 unfortunately this notice has been removed). Before reporting a bug
156 download and install the genuine version 156 to the original rxvt-unicode author please download and install the
157 (<http://software.schmorp.de#rxvt-unicode>) and try to reproduce the 157 genuine version (<http://software.schmorp.de#rxvt-unicode>) and try
158 problem. If you cannot, chances are that the problems are specific 158 to reproduce the problem. If you cannot, chances are that the
159 to Debian GNU/Linux, in which case it should be reported via the 159 problems are specific to Debian GNU/Linux, in which case it should
160 Debian Bug Tracking System (use "reportbug" to report the bug). 160 be reported via the Debian Bug Tracking System (use "reportbug" to
161 report the bug).
161 162
162 For other problems that also affect the Debian package, you can and 163 For other problems that also affect the Debian package, you can and
163 probably should use the Debian BTS, too, because, after all, it's 164 probably should use the Debian BTS, too, because, after all, it's
164 also a bug in the Debian version and it serves as a reminder for 165 also a bug in the Debian version and it serves as a reminder for
165 other users that might encounter the same issue. 166 other users that might encounter the same issue.
186 of encodings built-in that increase download times and are rarely 187 of encodings built-in that increase download times and are rarely
187 used). 188 used).
188 189
189 I need to make it setuid/setgid to support utmp/ptys on my OS, is this 190 I need to make it setuid/setgid to support utmp/ptys on my OS, is this
190 safe? 191 safe?
191 Likely not. While I honestly try to make it secure, and am probably 192 It should be, starting with release 7.1. You are encouraged to
192 not bad at it, I think it is simply unreasonable to expect all of 193 properly install urxvt with privileges necessary for your OS now.
193 freetype + fontconfig + xft + xlib + perl + ... + rxvt-unicode 194
194 itself to all be secure. Also, rxvt-unicode disables some options
195 when it detects that it runs setuid or setgid, which is not nice. 195 When rxvt-unicode detects that it runs setuid or setgid, it will
196 Besides, with the embedded perl interpreter the possibility for 196 fork into a helper process for privileged operations (pty handling
197 security problems easily multiplies. 197 on some systems, utmp/wtmp/lastlog handling on others) and drop
198 privileges immediately. This is much safer than most other terminals
199 that keep privileges while running (but is more relevant to urxvt,
200 as it contains things as perl interpreters, which might be "helpful"
201 to attackers).
198 202
199 Elevated privileges are only required for utmp and pty operations on 203 This forking is done as the very first within main(), which is very
200 some systems (for example, GNU/Linux doesn't need any extra 204 early and reduces possible bugs to initialisation code run before
201 privileges for ptys, but some need it for utmp support). It is 205 main(), or things like the dynamic loader of your system, which
202 planned to mvoe this into a forked handler process, but this is not 206 should result in very little risk.
203 yet done.
204
205 So, while setuid/setgid operation is supported and not a problem on
206 your typical single-user-no-other-logins unix desktop, always
207 remember that its an awful lot of code, most of which isn't checked
208 for security issues regularly.
209 207
210 When I log-in to another system it tells me about missing terminfo data? 208 When I log-in to another system it tells me about missing terminfo data?
211 The terminal description used by rxvt-unicode is not as widely 209 The terminal description used by rxvt-unicode is not as widely
212 available as that for xterm, or even rxvt (for which the same 210 available as that for xterm, or even rxvt (for which the same
213 problem often arises). 211 problem often arises).
238 236
239 "tic" outputs some error when compiling the terminfo entry. 237 "tic" outputs some error when compiling the terminfo entry.
240 Most likely it's the empty definition for "enacs=". Just replace it 238 Most likely it's the empty definition for "enacs=". Just replace it
241 by "enacs=\E[0@" and try again. 239 by "enacs=\E[0@" and try again.
242 240
243 "bash"'s readline does not work correctly under urxvt. 241 "bash"'s readline does not work correctly under rxvt.
244 I need a termcap file entry. 242 I need a termcap file entry.
245 One reason you might want this is that some distributions or 243 One reason you might want this is that some distributions or
246 operating systems still compile some programs using the 244 operating systems still compile some programs using the
247 long-obsoleted termcap library (Fedora Core's bash is one example) 245 long-obsoleted termcap library (Fedora Core's bash is one example)
248 and rely on a termcap entry for "rxvt-unicode". 246 and rely on a termcap entry for "rxvt-unicode".
359 indeed look correct. 357 indeed look correct.
360 358
361 In that case, select a font of your taste and add it to the font 359 In that case, select a font of your taste and add it to the font
362 list, e.g.: 360 list, e.g.:
363 361
364 urxvt -fn basefont,font2,font3... 362 rxvt -fn basefont,font2,font3...
365 363
366 When rxvt-unicode sees a character, it will first look at the base 364 When rxvt-unicode sees a character, it will first look at the base
367 font. If the base font does not contain the character, it will go to 365 font. If the base font does not contain the character, it will go to
368 the next font, and so on. Specifying your own fonts will also speed 366 the next font, and so on. Specifying your own fonts will also speed
369 up this search and use less resources within rxvt-unicode and the 367 up this search and use less resources within rxvt-unicode and the
601 599
602 My input method wants <some encoding> but I want UTF-8, what can I do? 600 My input method wants <some encoding> but I want UTF-8, what can I do?
603 You can specify separate locales for the input method and the rest 601 You can specify separate locales for the input method and the rest
604 of the terminal, using the resource "imlocale": 602 of the terminal, using the resource "imlocale":
605 603
606 URxvt*imlocale: ja_JP.EUC-JP 604 URxvt.imlocale: ja_JP.EUC-JP
607 605
608 Now you can start your terminal with "LC_CTYPE=ja_JP.UTF-8" and 606 Now you can start your terminal with "LC_CTYPE=ja_JP.UTF-8" and
609 still use your input method. Please note, however, that you will not 607 still use your input method. Please note, however, that you will not
610 be able to input characters outside "EUC-JP" in a normal way then, 608 be able to input characters outside "EUC-JP" in a normal way then,
611 as your input method limits you. 609 as your input method limits you.
719 URxvt.color6: #73f7ff 717 URxvt.color6: #73f7ff
720 URxvt.color14: #73f7ff 718 URxvt.color14: #73f7ff
721 URxvt.color7: #e1dddd 719 URxvt.color7: #e1dddd
722 URxvt.color15: #e1dddd 720 URxvt.color15: #e1dddd
723 721
724 How can I start urxvtd in a race-free way? 722 How can I start rxvtd in a race-free way?
725 Try "urxvtd -f -o", which tells urxvtd to open the display, create 723 Try "rxvtd -f -o", which tells rxvtd to open the display, create the
726 the listening socket and then fork. 724 listening socket and then fork.
727 725
728 What's with the strange Backspace/Delete key behaviour? 726 What's with the strange Backspace/Delete key behaviour?
729 Assuming that the physical Backspace key corresponds to the 727 Assuming that the physical Backspace key corresponds to the
730 BackSpace keysym (not likely for Linux ... see the following 728 BackSpace keysym (not likely for Linux ... see the following
731 question) there are two standard values that can be used for 729 question) there are two standard values that can be used for
744 742
745 For starting a new rxvt-unicode: 743 For starting a new rxvt-unicode:
746 744
747 # use Backspace = ^H 745 # use Backspace = ^H
748 $ stty erase ^H 746 $ stty erase ^H
749 $ urxvt 747 $ rxvt
750 748
751 # use Backspace = ^? 749 # use Backspace = ^?
752 $ stty erase ^? 750 $ stty erase ^?
753 $ urxvt 751 $ rxvt
754 752
755 Toggle with "ESC [ 36 h" / "ESC [ 36 l". 753 Toggle with "ESC [ 36 h" / "ESC [ 36 l".
756 754
757 For an existing rxvt-unicode: 755 For an existing rxvt-unicode:
758 756
786 There are some compile-time selections available via configure. 784 There are some compile-time selections available via configure.
787 Unless you have run "configure" with the "--disable-resources" 785 Unless you have run "configure" with the "--disable-resources"
788 option you can use the `keysym' resource to alter the keystrings 786 option you can use the `keysym' resource to alter the keystrings
789 associated with keysyms. 787 associated with keysyms.
790 788
791 Here's an example for a URxvt session started using "urxvt -name 789 Here's an example for a URxvt session started using "rxvt -name
792 URxvt" 790 URxvt"
793 791
794 URxvt.keysym.Home: \033[1~ 792 URxvt.keysym.Home: \033[1~
795 URxvt.keysym.End: \033[4~ 793 URxvt.keysym.End: \033[4~
796 URxvt.keysym.C-apostrophe: \033<C-'> 794 URxvt.keysym.C-apostrophe: \033<C-'>
872 870
873RXVT TECHNICAL REFERENCE 871RXVT TECHNICAL REFERENCE
874DESCRIPTION 872DESCRIPTION
875 The rest of this document describes various technical aspects of 873 The rest of this document describes various technical aspects of
876 rxvt-unicode. First the description of supported command sequences, 874 rxvt-unicode. First the description of supported command sequences,
877 followed by menu and pixmap support and last by a description of all 875 followed by pixmap support and last by a description of all features
878 features selectable at "configure" time. 876 selectable at "configure" time.
879 877
880Definitions 878Definitions
881 "c" The literal character c. 879 "c" The literal character c.
882 880
883 "C" A single (required) character. 881 "C" A single (required) character.
1252 1250
1253 "Ps = 9" X10 XTerm 1251 "Ps = 9" X10 XTerm
1254 h Send Mouse X & Y on button press. 1252 h Send Mouse X & Y on button press.
1255 l No mouse reporting. 1253 l No mouse reporting.
1256 1254
1257 "Ps = 10" (rxvt)
1258 h menuBar visible
1259 l menuBar invisible
1260
1261 "Ps = 25" 1255 "Ps = 25"
1262 h Visible cursor {cnorm/cvvis} 1256 h Visible cursor {cnorm/cvvis}
1263 l Invisible cursor {civis} 1257 l Invisible cursor {civis}
1264 1258
1265 "Ps = 30" 1259 "Ps = 30"
1351 Ps = 12 Change colour of text cursor foreground to Pt 1345 Ps = 12 Change colour of text cursor foreground to Pt
1352 Ps = 13 Change colour of mouse foreground to Pt 1346 Ps = 13 Change colour of mouse foreground to Pt
1353 Ps = 17 Change colour of highlight characters to Pt 1347 Ps = 17 Change colour of highlight characters to Pt
1354 Ps = 18 Change colour of bold characters to Pt [deprecated, see 706] 1348 Ps = 18 Change colour of bold characters to Pt [deprecated, see 706]
1355 Ps = 19 Change colour of underlined characters to Pt [deprecated, see 707] 1349 Ps = 19 Change colour of underlined characters to Pt [deprecated, see 707]
1356 Ps = 20 Change default background to Pt 1350 Ps = 20 Change background pixmap parameters (see section XPM) (Compile XPM).
1357 Ps = 39 Change default foreground colour to Pt. 1351 Ps = 39 Change default foreground colour to Pt.
1358 Ps = 46 Change Log File to Pt unimplemented 1352 Ps = 46 Change Log File to Pt unimplemented
1359 Ps = 49 Change default background colour to Pt. 1353 Ps = 49 Change default background colour to Pt.
1360 Ps = 50 Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n 1354 Ps = 50 Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n
1361 Ps = 55 Log all scrollback buffer and all of screen to Pt 1355 Ps = 55 Log all scrollback buffer and all of screen to Pt
1362 Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills). 1356 Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills).
1363 Ps = 703 Menubar command Pt (Compile menubar).
1364 Ps = 704 Change colour of italic characters to Pt 1357 Ps = 704 Change colour of italic characters to Pt
1365 Ps = 705 Change background pixmap tint colour to Pt (Compile transparency). 1358 Ps = 705 Change background pixmap tint colour to Pt (Compile transparency).
1366 Ps = 706 Change colour of bold characters to Pt 1359 Ps = 706 Change colour of bold characters to Pt
1367 Ps = 707 Change colour of underlined characters to Pt 1360 Ps = 707 Change colour of underlined characters to Pt
1368 Ps = 710 Set normal fontset to Pt. Same as Ps = 50. 1361 Ps = 710 Set normal fontset to Pt. Same as Ps = 50.
1372 Ps = 720 Move viewing window up by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills). 1365 Ps = 720 Move viewing window up by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills).
1373 Ps = 721 Move viewing window down by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills). 1366 Ps = 721 Move viewing window down by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills).
1374 Ps = 777 Call the perl extension with the given string, which should be of the form extension:parameters (Compile perl). 1367 Ps = 777 Call the perl extension with the given string, which should be of the form extension:parameters (Compile perl).
1375 1368
1376 1369
1377
1378menuBar
1379 The exact syntax used is *almost* solidified. In the menus, DON'T try to
1380 use menuBar commands that add or remove a menuBar.
1381
1382 Note that in all of the commands, the */path/* *cannot* be omitted: use
1383 ./ to specify a menu relative to the current menu.
1384
1385 Overview of menuBar operation
1386 For the menuBar XTerm escape sequence "ESC ] 703 ; Pt ST", the syntax of
1387 "Pt" can be used for a variety of tasks:
1388
1389 At the top level is the current menuBar which is a member of a circular
1390 linked-list of other such menuBars.
1391
1392 The menuBar acts as a parent for the various drop-down menus, which in
1393 turn, may have labels, separator lines, menuItems and subMenus.
1394
1395 The menuItems are the useful bits: you can use them to mimic keyboard
1396 input or even to send text or escape sequences back to rxvt.
1397
1398 The menuBar syntax is intended to provide a simple yet robust method of
1399 constructing and manipulating menus and navigating through the menuBars.
1400
1401 The first step is to use the tag [menu:*name*] which creates the menuBar
1402 called *name* and allows access. You may now or menus, subMenus, and
1403 menuItems. Finally, use the tag [done] to set the menuBar access as
1404 readonly to prevent accidental corruption of the menus. To re-access the
1405 current menuBar for alterations, use the tag [menu], make the
1406 alterations and then use [done]
1407
1408
1409
1410 Commands
1411 [menu:+*name*]
1412 access the named menuBar for creation or alteration. If a new
1413 menuBar is created, it is called *name* (max of 15 chars) and the
1414 current menuBar is pushed onto the stack
1415
1416 [menu]
1417 access the current menuBar for alteration
1418
1419 [title:+*string*]
1420 set the current menuBar's title to *string*, which may contain the
1421 following format specifiers:
1422
1423 B<%n> rxvt name (as per the B<-name> command-line option)
1424 B<%v> rxvt version
1425 B<%%> literal B<%> character
1426
1427 [done]
1428 set menuBar access as readonly. End-of-file tag for [read:+*file*]
1429 operations.
1430
1431 [read:+*file*]
1432 read menu commands directly from *file* (extension ".menu" will be
1433 appended if required.) Start reading at a line with [menu] or
1434 [menu:+*name* and continuing until [done] is encountered.
1435
1436 Blank and comment lines (starting with #) are ignored. Actually,
1437 since any invalid menu commands are also ignored, almost anything
1438 could be construed as a comment line, but this may be tightened up
1439 in the future ... so don't count on it!.
1440
1441 [read:+*file*;+*name*]
1442 The same as [read:+*file*], but start reading at a line with
1443 [menu:+*name*] and continuing until [done:+*name*] or [done] is
1444 encountered.
1445
1446 [dump]
1447 dump all menuBars to the file /tmp/rxvt-PID in a format suitable for
1448 later rereading.
1449
1450 [rm:name]
1451 remove the named menuBar
1452
1453 [rm] [rm:]
1454 remove the current menuBar
1455
1456 [rm*] [rm:*]
1457 remove all menuBars
1458
1459 [swap]
1460 swap the top two menuBars
1461
1462 [prev]
1463 access the previous menuBar
1464
1465 [next]
1466 access the next menuBar
1467
1468 [show]
1469 Enable display of the menuBar
1470
1471 [hide]
1472 Disable display of the menuBar
1473
1474 [pixmap:+*name*]
1475 [pixmap:+*name*;*scaling*]
1476 (set the background pixmap globally
1477
1478 A Future implementation *may* make this local to the menubar)
1479
1480 [:+*command*:]
1481 ignore the menu readonly status and issue a *command* to or a menu
1482 or menuitem or change the ; a useful shortcut for setting the quick
1483 arrows from a menuBar.
1484
1485
1486
1487 Adding and accessing menus
1488 The following commands may also be + prefixed.
1489
1490 /+ access menuBar top level
1491
1492 ./+ access current menu level
1493
1494 ../+
1495 access parent menu (1 level up)
1496
1497 ../../
1498 access parent menu (multiple levels up)
1499
1500 */path/*menu
1501 add/access menu
1502
1503 */path/*menu/*
1504 add/access menu and clear it if it exists
1505
1506 */path/*{-}
1507 add separator
1508
1509 */path/*{item}
1510 add item as a label
1511
1512 */path/*{item} action
1513 add/alter *menuitem* with an associated *action*
1514
1515 */path/*{item}{right-text}
1516 add/alter *menuitem* with right-text as the right-justified text and
1517 as the associated *action*
1518
1519 */path/*{item}{rtext} action
1520 add/alter *menuitem* with an associated *action* and with rtext as
1521 the right-justified text.
1522
1523 Special characters in *action* must be backslash-escaped:
1524 \a \b \E \e \n \r \t \octal
1525
1526 or in control-character notation:
1527 ^@, ^A .. ^Z .. ^_, ^?
1528
1529 To send a string starting with a NUL (^@) character to the program,
1530 start *action* with a pair of NUL characters (^@^@), the first of which
1531 will be stripped off and the balance directed to the program. Otherwise
1532 if *action* begins with NUL followed by non-+NUL characters, the leading
1533 NUL is stripped off and the balance is sent back to rxvt.
1534
1535 As a convenience for the many Emacs-type editors, *action* may start
1536 with M- (eg, M-$ is equivalent to \E$) and a CR will be appended if
1537 missed from M-x commands.
1538
1539 As a convenience for issuing XTerm ESC ] sequences from a menubar (or
1540 quick arrow), a BEL (^G) will be appended if needed.
1541
1542 For example,
1543 M-xapropos is equivalent to \Exapropos\r
1544
1545 and \E]703;mona;100 is equivalent to \E]703;mona;100\a
1546
1547 The option {*right-rtext*} will be right-justified. In the absence of a
1548 specified action, this text will be used as the *action* as well.
1549
1550 For example,
1551 /File/{Open}{^X^F} is equivalent to /File/{Open}{^X^F} ^X^F
1552
1553 The left label *is* necessary, since it's used for matching, but
1554 implicitly hiding the left label (by using same name for both left and
1555 right labels), or explicitly hiding the left label (by preceeding it
1556 with a dot), makes it possible to have right-justified text only.
1557
1558 For example,
1559 /File/{Open}{Open} Open-File-Action
1560
1561 or hiding it
1562 /File/{.anylabel}{Open} Open-File-Action
1563
1564
1565
1566 Removing menus
1567 -/*+
1568 remove all menus from the menuBar, the same as [clear]
1569
1570 -+*/path*menu+
1571 remove menu
1572
1573 -+*/path*{item}+
1574 remove item
1575
1576 -+*/path*{-}
1577 remove separator)
1578
1579 -/path/menu/*
1580 remove all items, separators and submenus from menu
1581
1582
1583
1584 Quick Arrows
1585 The menus also provide a hook for *quick arrows* to provide easier user
1586 access. If nothing has been explicitly set, the default is to emulate
1587 the curror keys. The syntax permits each arrow to be altered
1588 individually or all four at once without re-entering their common
1589 beginning/end text. For example, to explicitly associate cursor actions
1590 with the arrows, any of the following forms could be used:
1591
1592 <r>+*Right*
1593 <l>+*Left*
1594 <u>+*Up*
1595 <d>+*Down*
1596 Define actions for the respective arrow buttons
1597
1598 <b>+*Begin*
1599 <e>+*End*
1600 Define common beginning/end parts for *quick arrows* which used in
1601 conjunction with the above <r> <l> <u> <d> constructs
1602
1603 For example, define arrows individually,
1604 <u>\E[A
1605
1606 <d>\E[B
1607
1608 <r>\E[C
1609
1610 <l>\E[D
1611
1612 or all at once
1613 <u>\E[AZ<><d>\E[BZ<><r>\E[CZ<><l>\E[D
1614
1615 or more compactly (factoring out common parts)
1616 <b>\E[<u>AZ<><d>BZ<><r>CZ<><l>D
1617
1618
1619
1620 Command Summary
1621 A short summary of the most *common* commands:
1622
1623 [menu:name]
1624 use an existing named menuBar or start a new one
1625
1626 [menu]
1627 use the current menuBar
1628
1629 [title:string]
1630 set menuBar title
1631
1632 [done]
1633 set menu access to readonly and, if reading from a file, signal EOF
1634
1635 [done:name]
1636 if reading from a file using [read:file;name] signal EOF
1637
1638 [rm:name]
1639 remove named menuBar(s)
1640
1641 [rm] [rm:]
1642 remove current menuBar
1643
1644 [rm*] [rm:*]
1645 remove all menuBar(s)
1646
1647 [swap]
1648 swap top two menuBars
1649
1650 [prev]
1651 access the previous menuBar
1652
1653 [next]
1654 access the next menuBar
1655
1656 [show]
1657 map menuBar
1658
1659 [hide]
1660 unmap menuBar
1661
1662 [pixmap;file]
1663 [pixmap;file;scaling]
1664 set a background pixmap
1665
1666 [read:file]
1667 [read:file;name]
1668 read in a menu from a file
1669
1670 [dump]
1671 dump out all menuBars to /tmp/rxvt-PID
1672
1673 / access menuBar top level
1674
1675 ./
1676 ../
1677 ../../
1678 access current or parent menu level
1679
1680 /path/menu
1681 add/access menu
1682
1683 /path/{-}
1684 add separator
1685
1686 /path/{item}{rtext} action
1687 add/alter menu item
1688
1689 -/* remove all menus from the menuBar
1690
1691 -/path/menu
1692 remove menu items, separators and submenus from menu
1693
1694 -/path/menu
1695 remove menu
1696
1697 -/path/{item}
1698 remove item
1699
1700 -/path/{-}
1701 remove separator
1702
1703 <b>Begin<r>Right<l>Left<u>Up<d>Down<e>End
1704 menu quick arrows
1705 1370
1706XPM 1371XPM
1707 For the XPM XTerm escape sequence "ESC ] 20 ; Pt ST" then value of "Pt" 1372 For the XPM XTerm escape sequence "ESC ] 20 ; Pt ST" then value of "Pt"
1708 can be the name of the background pixmap followed by a sequence of 1373 can be the name of the background pixmap followed by a sequence of
1709 scaling/positioning commands separated by semi-colons. The 1374 scaling/positioning commands separated by semi-colons. The
1894 Add support for XIM (X Input Method) protocol. This allows using 1559 Add support for XIM (X Input Method) protocol. This allows using
1895 alternative input methods (e.g. kinput2) and will also correctly set 1560 alternative input methods (e.g. kinput2) and will also correctly set
1896 up the input for people using dead keys or compose keys. 1561 up the input for people using dead keys or compose keys.
1897 1562
1898 --enable-unicode3 (default: off) 1563 --enable-unicode3 (default: off)
1564 Recommended to stay off unless you really need non-BMP characters.
1565
1899 Enable direct support for displaying unicode codepoints above 65535 1566 Enable direct support for displaying unicode codepoints above 65535
1900 (the basic multilingual page). This increases storage requirements 1567 (the basic multilingual page). This increases storage requirements
1901 per character from 2 to 4 bytes. X11 fonts do not yet support these 1568 per character from 2 to 4 bytes. X11 fonts do not yet support these
1902 extra characters, but Xft does. 1569 extra characters, but Xft does.
1903 1570
1913 accents are encoded as seperate unicode characters. This is done by 1580 accents are encoded as seperate unicode characters. This is done by
1914 using precomposited characters when available or creating new 1581 using precomposited characters when available or creating new
1915 pseudo-characters when no precomposed form exists. 1582 pseudo-characters when no precomposed form exists.
1916 1583
1917 Without --enable-unicode3, the number of additional precomposed 1584 Without --enable-unicode3, the number of additional precomposed
1918 characters is rather limited (2048, if this is full, rxvt-unicode 1585 characters is somewhat limited (the 6400 private use characters will
1919 will use the private use area, extending the number of combinations
1920 to 8448). With --enable-unicode3, no practical limit exists. 1586 be (ab-)used). With --enable-unicode3, no practical limit exists.
1921 1587
1922 This option will also enable storage (but not display) of characters 1588 This option will also enable storage (but not display) of characters
1923 beyond plane 0 (>65535) when --enable-unicode3 was not specified. 1589 beyond plane 0 (>65535) when --enable-unicode3 was not specified.
1924 1590
1925 The combining table also contains entries for arabic presentation 1591 The combining table also contains entries for arabic presentation
1965 1631
1966 --enable-tinting (default: on) 1632 --enable-tinting (default: on)
1967 Add support for tinting of transparent backgrounds (requires 1633 Add support for tinting of transparent backgrounds (requires
1968 "--enable-transparency"). 1634 "--enable-transparency").
1969 1635
1970 --enable-menubar (default: off) [DEPRECATED]
1971 Add support for our menu bar system (this interacts badly with
1972 dynamic locale switching currently). This option is DEPRECATED and
1973 will be removed in the future.
1974
1975 --enable-rxvt-scroll (default: on) 1636 --enable-rxvt-scroll (default: on)
1976 Add support for the original rxvt scrollbar. 1637 Add support for the original rxvt scrollbar.
1977 1638
1978 --enable-next-scroll (default: on) 1639 --enable-next-scroll (default: on)
1979 Add support for a NeXT-like scrollbar. 1640 Add support for a NeXT-like scrollbar.
1984 --enable-plain-scroll (default: on) 1645 --enable-plain-scroll (default: on)
1985 Add support for a very unobtrusive, plain-looking scrollbar that is 1646 Add support for a very unobtrusive, plain-looking scrollbar that is
1986 the favourite of the rxvt-unicode author, having used it for many 1647 the favourite of the rxvt-unicode author, having used it for many
1987 years. 1648 years.
1988 1649
1989 --enable-half-shadow (default: off)
1990 Make shadows on the scrollbar only half the normal width & height.
1991 only applicable to rxvt scrollbars.
1992
1993 --enable-ttygid (default: off) 1650 --enable-ttygid (default: off)
1994 Change tty device setting to group "tty" - only use this if your 1651 Change tty device setting to group "tty" - only use this if your
1995 system uses this type of security. 1652 system uses this type of security.
1996 1653
1997 --disable-backspace-key 1654 --disable-backspace-key
2002 Removes any handling of the delete key by us - let the X server do 1659 Removes any handling of the delete key by us - let the X server do
2003 it. 1660 it.
2004 1661
2005 --disable-resources 1662 --disable-resources
2006 Removes any support for resource checking. 1663 Removes any support for resource checking.
2007
2008 --enable-strings (default: off)
2009 Add support for our possibly faster memset() function and other
2010 various routines, overriding your system's versions which may have
2011 been hand-crafted in assembly or may require extra libraries to link
2012 in. (this breaks ANSI-C rules and has problems on many GNU/Linux
2013 systems).
2014 1664
2015 --disable-swapscreen 1665 --disable-swapscreen
2016 Remove support for secondary/swap screen. 1666 Remove support for secondary/swap screen.
2017 1667
2018 --enable-frills (default: on) 1668 --enable-frills (default: on)
2025 1675
2026 MWM-hints 1676 MWM-hints
2027 EWMH-hints (pid, utf8 names) and protocols (ping) 1677 EWMH-hints (pid, utf8 names) and protocols (ping)
2028 seperate underline colour (-underlineColor) 1678 seperate underline colour (-underlineColor)
2029 settable border widths and borderless switch (-w, -b, -bl) 1679 settable border widths and borderless switch (-w, -b, -bl)
1680 visual selection (-depth)
2030 settable extra linespacing /-lsp) 1681 settable extra linespacing /-lsp)
2031 iso-14755-2 and -3, and visual feedback 1682 iso-14755-2 and -3, and visual feedback
2032 backindex and forwardindex escape sequence 1683 backindex and forwardindex escape sequence
2033 window op and some xterm/OSC escape sequences 1684 window op and some xterm/OSC escape sequences
2034 tripleclickwords (-tcw) 1685 tripleclickwords (-tcw)
2040 hold on exit (-hold) 1691 hold on exit (-hold)
2041 skip builtin block graphics (-sbg) 1692 skip builtin block graphics (-sbg)
2042 sgr modes 90..97 and 100..107 1693 sgr modes 90..97 and 100..107
2043 1694
2044 --enable-iso14755 (default: on) 1695 --enable-iso14755 (default: on)
2045 Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt). 1696 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
2046 Basic support (section 5.1) is enabled by "--enable-frills", while 1697 Basic support (section 5.1) is enabled by "--enable-frills", while
2047 support for 5.2, 5.3 and 5.4 is enabled with this switch. 1698 support for 5.2, 5.3 and 5.4 is enabled with this switch.
2048 1699
2049 --enable-keepscrolling (default: on) 1700 --enable-keepscrolling (default: on)
2050 Add support for continual scrolling of the display when you hold the 1701 Add support for continual scrolling of the display when you hold the
2080 corner of the screen in a fixed position. 1731 corner of the screen in a fixed position.
2081 1732
2082 --enable-pointer-blank (default: on) 1733 --enable-pointer-blank (default: on)
2083 Add support to have the pointer disappear when typing or inactive. 1734 Add support to have the pointer disappear when typing or inactive.
2084 1735
2085 --enable-perl (default: off) 1736 --enable-perl (default: on)
2086 Enable an embedded perl interpreter. See the urxvtperl(3) manpage 1737 Enable an embedded perl interpreter. See the rxvtperl(3) manpage
2087 (doc/rxvtperl.txt) for more info on this feature, or the files in 1738 (doc/rxvtperl.txt) for more info on this feature, or the files in
2088 src/perl-ext/ for the extensions that are installed by default. The 1739 src/perl-ext/ for the extensions that are installed by default. The
2089 perl interpreter that is used can be specified via the "PERL" 1740 perl interpreter that is used can be specified via the "PERL"
2090 environment variable when running configure. 1741 environment variable when running configure.
2091 1742

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines