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.40 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.48 by root, Thu Jan 19 19:26:31 2006 UTC

18 The newest version of this document is also available on the World Wide 18 The newest version of this document is also available on the World Wide
19 Web at 19 Web at
20 <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>. 20 <http://cvs.schmorp.de/browse/*checkout*/rxvt-unicode/doc/rxvt.7.html>.
21 21
22FREQUENTLY ASKED QUESTIONS 22FREQUENTLY ASKED QUESTIONS
23 The new selection selects pieces that are too big, how can I select
24 single words?
25 Yes. For example, if you want to select alphanumeric words, you can
26 use the following resource:
27
28 URxvt.selection.pattern-0: ([[:word:]]+)
29
30 If you click more than twice, the selection will be extended more
31 and more.
32
33 To get a selection that is very similar to the old code, try this
34 pattern:
35
36 URxvt.selection.pattern-0: ([^"&'()*,;<=>?@[\\\\]^`{|})]+)
37
38 Please also note that the *LeftClick Shift-LeftClik* combination
39 also selects words like the old code.
40
23 I don't like the new selection/popups/hotkeys/perl, how do I 41 I don't like the new selection/popups/hotkeys/perl, how do I
24 change/disable it? 42 change/disable it?
25 You can disable the perl extension completely by setting the 43 You can disable the perl extension completely by setting the
26 perl-ext-common resource to the empty string, which also keeps 44 perl-ext-common resource to the empty string, which also keeps
27 rxvt-unicode from initialising perl, saving memory. 45 rxvt-unicode from initialising perl, saving memory.
131 When using the rxvtc client, the version displayed is that of the 149 When using the rxvtc client, the version displayed is that of the
132 daemon. 150 daemon.
133 151
134 I am using Debian GNU/Linux and have a problem... 152 I am using Debian GNU/Linux and have a problem...
135 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
136 patches that considerably change the behaviour of rxvt-unicode. 154 patches that considerably change the behaviour of rxvt-unicode (but
137 Before reporting a bug to the original rxvt-unicode author please 155 unfortunately this notice has been removed). Before reporting a bug
138 download and install the genuine version 156 to the original rxvt-unicode author please download and install the
139 (<http://software.schmorp.de#rxvt-unicode>) and try to reproduce the 157 genuine version (<http://software.schmorp.de#rxvt-unicode>) and try
140 problem. If you cannot, chances are that the problems are specific 158 to reproduce the problem. If you cannot, chances are that the
141 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
142 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).
143 162
144 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
145 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
146 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
147 other users that might encounter the same issue. 166 other users that might encounter the same issue.
168 of encodings built-in that increase download times and are rarely 187 of encodings built-in that increase download times and are rarely
169 used). 188 used).
170 189
171 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
172 safe? 191 safe?
173 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
174 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.
175 freetype + fontconfig + xft + xlib + perl + ... + rxvt-unicode 194
176 itself to all be secure. Also, rxvt-unicode disables some options
177 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
178 Besides, with the embedded perl interpreter the possibility for 196 fork into a helper process for privileged operations (pty handling
179 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).
180 202
181 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
182 some systems (for example, GNU/Linux doesn't need any extra 204 early and reduces possible bugs to initialisation code run before
183 privileges for ptys, but some need it for utmp support). It is 205 main(), or things like the dynamic loader of your system, which
184 planned to mvoe this into a forked handler process, but this is not 206 should result in very little risk.
185 yet done.
186
187 So, while setuid/setgid operation is supported and not a problem on
188 your typical single-user-no-other-logins unix desktop, always
189 remember that its an awful lot of code, most of which isn't checked
190 for security issues regularly.
191 207
192 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?
193 The terminal description used by rxvt-unicode is not as widely 209 The terminal description used by rxvt-unicode is not as widely
194 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
195 problem often arises). 211 problem often arises).
583 599
584 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?
585 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
586 of the terminal, using the resource "imlocale": 602 of the terminal, using the resource "imlocale":
587 603
588 URxvt*imlocale: ja_JP.EUC-JP 604 URxvt.imlocale: ja_JP.EUC-JP
589 605
590 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
591 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
592 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,
593 as your input method limits you. 609 as your input method limits you.
636 Mouse cut/paste suddenly no longer works. 652 Mouse cut/paste suddenly no longer works.
637 Make sure that mouse reporting is actually turned off since killing 653 Make sure that mouse reporting is actually turned off since killing
638 some editors prematurely may leave the mouse in mouse report mode. 654 some editors prematurely may leave the mouse in mouse report mode.
639 I've heard that tcsh may use mouse reporting unless it otherwise 655 I've heard that tcsh may use mouse reporting unless it otherwise
640 specified. A quick check is to see if cut/paste works when the Alt 656 specified. A quick check is to see if cut/paste works when the Alt
641 or Shift keys are depressed. See rxvt(7) 657 or Shift keys are depressed.
642 658
643 What's with this bold/blink stuff? 659 What's with this bold/blink stuff?
644 If no bold colour is set via "colorBD:", bold will invert text using 660 If no bold colour is set via "colorBD:", bold will invert text using
645 the standard foreground colour. 661 the standard foreground colour.
646 662
732 748
733 # use Backspace = ^? 749 # use Backspace = ^?
734 $ stty erase ^? 750 $ stty erase ^?
735 $ rxvt 751 $ rxvt
736 752
737 Toggle with "ESC [ 36 h" / "ESC [ 36 l" as documented in rxvt(7). 753 Toggle with "ESC [ 36 h" / "ESC [ 36 l".
738 754
739 For an existing rxvt-unicode: 755 For an existing rxvt-unicode:
740 756
741 # use Backspace = ^H 757 # use Backspace = ^H
742 $ stty erase ^H 758 $ stty erase ^H
854 870
855RXVT TECHNICAL REFERENCE 871RXVT TECHNICAL REFERENCE
856DESCRIPTION 872DESCRIPTION
857 The rest of this document describes various technical aspects of 873 The rest of this document describes various technical aspects of
858 rxvt-unicode. First the description of supported command sequences, 874 rxvt-unicode. First the description of supported command sequences,
859 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
860 features selectable at "configure" time. 876 selectable at "configure" time.
861 877
862Definitions 878Definitions
863 "c" The literal character c. 879 "c" The literal character c.
864 880
865 "C" A single (required) character. 881 "C" A single (required) character.
1234 1250
1235 "Ps = 9" X10 XTerm 1251 "Ps = 9" X10 XTerm
1236 h Send Mouse X & Y on button press. 1252 h Send Mouse X & Y on button press.
1237 l No mouse reporting. 1253 l No mouse reporting.
1238 1254
1239 "Ps = 10" (rxvt)
1240 h menuBar visible
1241 l menuBar invisible
1242
1243 "Ps = 25" 1255 "Ps = 25"
1244 h Visible cursor {cnorm/cvvis} 1256 h Visible cursor {cnorm/cvvis}
1245 l Invisible cursor {civis} 1257 l Invisible cursor {civis}
1246 1258
1247 "Ps = 30" 1259 "Ps = 30"
1333 Ps = 12 Change colour of text cursor foreground to Pt 1345 Ps = 12 Change colour of text cursor foreground to Pt
1334 Ps = 13 Change colour of mouse foreground to Pt 1346 Ps = 13 Change colour of mouse foreground to Pt
1335 Ps = 17 Change colour of highlight characters to Pt 1347 Ps = 17 Change colour of highlight characters to Pt
1336 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]
1337 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]
1338 Ps = 20 Change default background to Pt 1350 Ps = 20 Change background pixmap parameters (see section XPM) (Compile XPM).
1339 Ps = 39 Change default foreground colour to Pt. 1351 Ps = 39 Change default foreground colour to Pt.
1340 Ps = 46 Change Log File to Pt unimplemented 1352 Ps = 46 Change Log File to Pt unimplemented
1341 Ps = 49 Change default background colour to Pt. 1353 Ps = 49 Change default background colour to Pt.
1342 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
1343 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
1344 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).
1345 Ps = 703 Menubar command Pt (Compile menubar).
1346 Ps = 704 Change colour of italic characters to Pt 1357 Ps = 704 Change colour of italic characters to Pt
1347 Ps = 705 Change background pixmap tint colour to Pt (Compile transparency). 1358 Ps = 705 Change background pixmap tint colour to Pt (Compile transparency).
1348 Ps = 706 Change colour of bold characters to Pt 1359 Ps = 706 Change colour of bold characters to Pt
1349 Ps = 707 Change colour of underlined characters to Pt 1360 Ps = 707 Change colour of underlined characters to Pt
1350 Ps = 710 Set normal fontset to Pt. Same as Ps = 50. 1361 Ps = 710 Set normal fontset to Pt. Same as Ps = 50.
1354 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).
1355 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).
1356 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).
1357 1368
1358 1369
1359
1360menuBar
1361 The exact syntax used is *almost* solidified. In the menus, DON'T try to
1362 use menuBar commands that add or remove a menuBar.
1363
1364 Note that in all of the commands, the */path/* *cannot* be omitted: use
1365 ./ to specify a menu relative to the current menu.
1366
1367 Overview of menuBar operation
1368 For the menuBar XTerm escape sequence "ESC ] 703 ; Pt ST", the syntax of
1369 "Pt" can be used for a variety of tasks:
1370
1371 At the top level is the current menuBar which is a member of a circular
1372 linked-list of other such menuBars.
1373
1374 The menuBar acts as a parent for the various drop-down menus, which in
1375 turn, may have labels, separator lines, menuItems and subMenus.
1376
1377 The menuItems are the useful bits: you can use them to mimic keyboard
1378 input or even to send text or escape sequences back to rxvt.
1379
1380 The menuBar syntax is intended to provide a simple yet robust method of
1381 constructing and manipulating menus and navigating through the menuBars.
1382
1383 The first step is to use the tag [menu:*name*] which creates the menuBar
1384 called *name* and allows access. You may now or menus, subMenus, and
1385 menuItems. Finally, use the tag [done] to set the menuBar access as
1386 readonly to prevent accidental corruption of the menus. To re-access the
1387 current menuBar for alterations, use the tag [menu], make the
1388 alterations and then use [done]
1389
1390
1391
1392 Commands
1393 [menu:+*name*]
1394 access the named menuBar for creation or alteration. If a new
1395 menuBar is created, it is called *name* (max of 15 chars) and the
1396 current menuBar is pushed onto the stack
1397
1398 [menu]
1399 access the current menuBar for alteration
1400
1401 [title:+*string*]
1402 set the current menuBar's title to *string*, which may contain the
1403 following format specifiers:
1404
1405 B<%n> rxvt name (as per the B<-name> command-line option)
1406 B<%v> rxvt version
1407 B<%%> literal B<%> character
1408
1409 [done]
1410 set menuBar access as readonly. End-of-file tag for [read:+*file*]
1411 operations.
1412
1413 [read:+*file*]
1414 read menu commands directly from *file* (extension ".menu" will be
1415 appended if required.) Start reading at a line with [menu] or
1416 [menu:+*name* and continuing until [done] is encountered.
1417
1418 Blank and comment lines (starting with #) are ignored. Actually,
1419 since any invalid menu commands are also ignored, almost anything
1420 could be construed as a comment line, but this may be tightened up
1421 in the future ... so don't count on it!.
1422
1423 [read:+*file*;+*name*]
1424 The same as [read:+*file*], but start reading at a line with
1425 [menu:+*name*] and continuing until [done:+*name*] or [done] is
1426 encountered.
1427
1428 [dump]
1429 dump all menuBars to the file /tmp/rxvt-PID in a format suitable for
1430 later rereading.
1431
1432 [rm:name]
1433 remove the named menuBar
1434
1435 [rm] [rm:]
1436 remove the current menuBar
1437
1438 [rm*] [rm:*]
1439 remove all menuBars
1440
1441 [swap]
1442 swap the top two menuBars
1443
1444 [prev]
1445 access the previous menuBar
1446
1447 [next]
1448 access the next menuBar
1449
1450 [show]
1451 Enable display of the menuBar
1452
1453 [hide]
1454 Disable display of the menuBar
1455
1456 [pixmap:+*name*]
1457 [pixmap:+*name*;*scaling*]
1458 (set the background pixmap globally
1459
1460 A Future implementation *may* make this local to the menubar)
1461
1462 [:+*command*:]
1463 ignore the menu readonly status and issue a *command* to or a menu
1464 or menuitem or change the ; a useful shortcut for setting the quick
1465 arrows from a menuBar.
1466
1467
1468
1469 Adding and accessing menus
1470 The following commands may also be + prefixed.
1471
1472 /+ access menuBar top level
1473
1474 ./+ access current menu level
1475
1476 ../+
1477 access parent menu (1 level up)
1478
1479 ../../
1480 access parent menu (multiple levels up)
1481
1482 */path/*menu
1483 add/access menu
1484
1485 */path/*menu/*
1486 add/access menu and clear it if it exists
1487
1488 */path/*{-}
1489 add separator
1490
1491 */path/*{item}
1492 add item as a label
1493
1494 */path/*{item} action
1495 add/alter *menuitem* with an associated *action*
1496
1497 */path/*{item}{right-text}
1498 add/alter *menuitem* with right-text as the right-justified text and
1499 as the associated *action*
1500
1501 */path/*{item}{rtext} action
1502 add/alter *menuitem* with an associated *action* and with rtext as
1503 the right-justified text.
1504
1505 Special characters in *action* must be backslash-escaped:
1506 \a \b \E \e \n \r \t \octal
1507
1508 or in control-character notation:
1509 ^@, ^A .. ^Z .. ^_, ^?
1510
1511 To send a string starting with a NUL (^@) character to the program,
1512 start *action* with a pair of NUL characters (^@^@), the first of which
1513 will be stripped off and the balance directed to the program. Otherwise
1514 if *action* begins with NUL followed by non-+NUL characters, the leading
1515 NUL is stripped off and the balance is sent back to rxvt.
1516
1517 As a convenience for the many Emacs-type editors, *action* may start
1518 with M- (eg, M-$ is equivalent to \E$) and a CR will be appended if
1519 missed from M-x commands.
1520
1521 As a convenience for issuing XTerm ESC ] sequences from a menubar (or
1522 quick arrow), a BEL (^G) will be appended if needed.
1523
1524 For example,
1525 M-xapropos is equivalent to \Exapropos\r
1526
1527 and \E]703;mona;100 is equivalent to \E]703;mona;100\a
1528
1529 The option {*right-rtext*} will be right-justified. In the absence of a
1530 specified action, this text will be used as the *action* as well.
1531
1532 For example,
1533 /File/{Open}{^X^F} is equivalent to /File/{Open}{^X^F} ^X^F
1534
1535 The left label *is* necessary, since it's used for matching, but
1536 implicitly hiding the left label (by using same name for both left and
1537 right labels), or explicitly hiding the left label (by preceeding it
1538 with a dot), makes it possible to have right-justified text only.
1539
1540 For example,
1541 /File/{Open}{Open} Open-File-Action
1542
1543 or hiding it
1544 /File/{.anylabel}{Open} Open-File-Action
1545
1546
1547
1548 Removing menus
1549 -/*+
1550 remove all menus from the menuBar, the same as [clear]
1551
1552 -+*/path*menu+
1553 remove menu
1554
1555 -+*/path*{item}+
1556 remove item
1557
1558 -+*/path*{-}
1559 remove separator)
1560
1561 -/path/menu/*
1562 remove all items, separators and submenus from menu
1563
1564
1565
1566 Quick Arrows
1567 The menus also provide a hook for *quick arrows* to provide easier user
1568 access. If nothing has been explicitly set, the default is to emulate
1569 the curror keys. The syntax permits each arrow to be altered
1570 individually or all four at once without re-entering their common
1571 beginning/end text. For example, to explicitly associate cursor actions
1572 with the arrows, any of the following forms could be used:
1573
1574 <r>+*Right*
1575 <l>+*Left*
1576 <u>+*Up*
1577 <d>+*Down*
1578 Define actions for the respective arrow buttons
1579
1580 <b>+*Begin*
1581 <e>+*End*
1582 Define common beginning/end parts for *quick arrows* which used in
1583 conjunction with the above <r> <l> <u> <d> constructs
1584
1585 For example, define arrows individually,
1586 <u>\E[A
1587
1588 <d>\E[B
1589
1590 <r>\E[C
1591
1592 <l>\E[D
1593
1594 or all at once
1595 <u>\E[AZ<><d>\E[BZ<><r>\E[CZ<><l>\E[D
1596
1597 or more compactly (factoring out common parts)
1598 <b>\E[<u>AZ<><d>BZ<><r>CZ<><l>D
1599
1600
1601
1602 Command Summary
1603 A short summary of the most *common* commands:
1604
1605 [menu:name]
1606 use an existing named menuBar or start a new one
1607
1608 [menu]
1609 use the current menuBar
1610
1611 [title:string]
1612 set menuBar title
1613
1614 [done]
1615 set menu access to readonly and, if reading from a file, signal EOF
1616
1617 [done:name]
1618 if reading from a file using [read:file;name] signal EOF
1619
1620 [rm:name]
1621 remove named menuBar(s)
1622
1623 [rm] [rm:]
1624 remove current menuBar
1625
1626 [rm*] [rm:*]
1627 remove all menuBar(s)
1628
1629 [swap]
1630 swap top two menuBars
1631
1632 [prev]
1633 access the previous menuBar
1634
1635 [next]
1636 access the next menuBar
1637
1638 [show]
1639 map menuBar
1640
1641 [hide]
1642 unmap menuBar
1643
1644 [pixmap;file]
1645 [pixmap;file;scaling]
1646 set a background pixmap
1647
1648 [read:file]
1649 [read:file;name]
1650 read in a menu from a file
1651
1652 [dump]
1653 dump out all menuBars to /tmp/rxvt-PID
1654
1655 / access menuBar top level
1656
1657 ./
1658 ../
1659 ../../
1660 access current or parent menu level
1661
1662 /path/menu
1663 add/access menu
1664
1665 /path/{-}
1666 add separator
1667
1668 /path/{item}{rtext} action
1669 add/alter menu item
1670
1671 -/* remove all menus from the menuBar
1672
1673 -/path/menu
1674 remove menu items, separators and submenus from menu
1675
1676 -/path/menu
1677 remove menu
1678
1679 -/path/{item}
1680 remove item
1681
1682 -/path/{-}
1683 remove separator
1684
1685 <b>Begin<r>Right<l>Left<u>Up<d>Down<e>End
1686 menu quick arrows
1687 1370
1688XPM 1371XPM
1689 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"
1690 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
1691 scaling/positioning commands separated by semi-colons. The 1374 scaling/positioning commands separated by semi-colons. The
1947 1630
1948 --enable-tinting (default: on) 1631 --enable-tinting (default: on)
1949 Add support for tinting of transparent backgrounds (requires 1632 Add support for tinting of transparent backgrounds (requires
1950 "--enable-transparency"). 1633 "--enable-transparency").
1951 1634
1952 --enable-menubar (default: off) [DEPRECATED]
1953 Add support for our menu bar system (this interacts badly with
1954 dynamic locale switching currently). This option is DEPRECATED and
1955 will be removed in the future.
1956
1957 --enable-rxvt-scroll (default: on) 1635 --enable-rxvt-scroll (default: on)
1958 Add support for the original rxvt scrollbar. 1636 Add support for the original rxvt scrollbar.
1959 1637
1960 --enable-next-scroll (default: on) 1638 --enable-next-scroll (default: on)
1961 Add support for a NeXT-like scrollbar. 1639 Add support for a NeXT-like scrollbar.
1966 --enable-plain-scroll (default: on) 1644 --enable-plain-scroll (default: on)
1967 Add support for a very unobtrusive, plain-looking scrollbar that is 1645 Add support for a very unobtrusive, plain-looking scrollbar that is
1968 the favourite of the rxvt-unicode author, having used it for many 1646 the favourite of the rxvt-unicode author, having used it for many
1969 years. 1647 years.
1970 1648
1971 --enable-half-shadow (default: off)
1972 Make shadows on the scrollbar only half the normal width & height.
1973 only applicable to rxvt scrollbars.
1974
1975 --enable-ttygid (default: off) 1649 --enable-ttygid (default: off)
1976 Change tty device setting to group "tty" - only use this if your 1650 Change tty device setting to group "tty" - only use this if your
1977 system uses this type of security. 1651 system uses this type of security.
1978 1652
1979 --disable-backspace-key 1653 --disable-backspace-key
1984 Removes any handling of the delete key by us - let the X server do 1658 Removes any handling of the delete key by us - let the X server do
1985 it. 1659 it.
1986 1660
1987 --disable-resources 1661 --disable-resources
1988 Removes any support for resource checking. 1662 Removes any support for resource checking.
1989
1990 --enable-strings (default: off)
1991 Add support for our possibly faster memset() function and other
1992 various routines, overriding your system's versions which may have
1993 been hand-crafted in assembly or may require extra libraries to link
1994 in. (this breaks ANSI-C rules and has problems on many GNU/Linux
1995 systems).
1996 1663
1997 --disable-swapscreen 1664 --disable-swapscreen
1998 Remove support for secondary/swap screen. 1665 Remove support for secondary/swap screen.
1999 1666
2000 --enable-frills (default: on) 1667 --enable-frills (default: on)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines