Movatterモバイル変換


[0]ホーム

URL:



https://invisible-island.net/xterm/


xterm(1)

NAME

       xterm - terminal emulator for X

SYNOPSIS

xterm [-toolkitoption ...] [-option ...] [shell]

DESCRIPTION

       Thexterm program is a terminal emulator for the X Window System.  It       provides DEC VT102/VT220 and selected features from higher-level       terminals such as VT320/VT420/VT520 (VTxxx).  It also provides       Tektronix 4014 emulation for programs that cannot use the window system       directly.  If the underlying operating system supports terminal       resizing capabilities (for example, the SIGWINCH signal in systems       derived from 4.3BSD),xterm will use the facilities to notify programs       running in the window whenever it is resized.       The VTxxx and Tektronix 4014 terminals each have their own window so       that you can edit text in one and look at graphics in the other at the       same time.  To maintain the correct aspect ratio (height/width),       Tektronix graphics will be restricted to the largest box with a 4014's       aspect ratio that will fit in the window.  This box is located in the       upper left area of the window.       Although both windows may be displayed at the same time, one of them is       considered the "active" window for receiving keyboard input and       terminal output.  This is the window that contains the text cursor.       The active window can be chosen through escape sequences, theVTOptions menu in the VTxxx window, and theTek Options menu in the 4014       window.

EMULATIONS

Xterm provides usable emulations of related DEC terminals:o   VT52 emulation is complete.o   VT102 emulation is fairly complete, but does not support autorepeat           (because that would affect the keyboard used by other X clients).           Double-size  characters  are displayed properly if your font server           supports scalable bitmap fonts.o   VT220 emulation does  not  support  soft  fonts,  it  is  otherwise           complete.o   VT420  emulation  (the  default) supports controls for manipulating           rectangles of characters as well as left/right margins.Xterm does not support some other features which are  not  suitable           for emulation, e.g., two-sessions.       Terminal  database (terminfo (5) ortermcap (5)) entries that work withxterm include              an optional platform-specific entry ("xterm-new"),              "xterm",              "vt102",              "vt100",              "ansi" and              "dumb"Xterm automatically searches the terminal database in  this  order  for       these  entries  and  then  sets  the "TERM" variable (and the "TERMCAP"       environment variable on a few older systems).  The  alternatives  after       "xterm" are very old, from the late 1980s.       VT100  and  VT102 emulations are commonly equated, though they actually       differ.  The VT102 provided controls for inserting and deleting lines.       Similarly, "ansi" and "vt100" are often equated.  These are not  really       the same.  For instance, they use different controls for scrolling (butxterm  supports  both).   These  features  differ in an "ansi" terminal       description fromxterm:acsc               Pseudo-graphics (line-drawing) uses a different mapping.xenlXterm wraps text at the right margin using the  VT100  "newline               glitch" behavior.       Because  of  the  wrapping  behavior,  you  would  occasionally have to       repaint  the  screen  when  using  a  text  editor  with   the   "ansi"       description.       You  may  also  use descriptions corresponding to the various supported       emulations such as "vt220" or  "vt420", but  should  set  the  terminal       emulation level with thedecTerminalID resource.       On  most  systems,xterm  will  use the terminfo database.  Some older       systems use termcap.  (The "TERMCAP" environment variable is not set ifxterm is  linked  against  a  terminfo  library,  since  the  requisite       information  is  not  provided  by  the  termcap  emulation of terminfo       libraries).       Many of the specialxterm  features  may  be  modified  under  program       control  through  a set of escape sequences different from the standard       VTxxx escape sequences (seeXterm Control Sequences).       The Tektronix 4014 emulation is also fairly good.  It  supports  12-bit       graphics  addressing,  scaled  to the window size.  Four different font       sizes and five different lines types are supported.  There is no write-       through or defocused mode support.  The  Tektronix  text  and  graphics       commands  are recorded internally byxterm and may be written to a file       by sending the COPY escape sequence (or through theTek  Options  menu;       see below).  The name of the file will be           "COPYyyyy-MM-dd.hh:mm:ss"       whereyyyy,MM,dd,hh,mm  andss are the year, month, day, hour,       minute and second when the COPY was performed (the file is  created  in       the  directoryxterm  is started in, or the home directory for a loginxterm).       Not all of the  features  described  in  this  manual  are  necessarily       available  in  this  version  ofxterm.   Some  (e.g.,  the  non-VT220       extensions) are available only if they were  compiled  in,  though  the       most commonly-used are in the default configuration.

OTHER FEATURES

Xterm  automatically highlights the text cursor when the pointer enters       the window (selected) and unhighlights it when the pointer  leaves  the       window  (unselected).  If the window is the focus window, then the text       cursor is highlighted no matter where the pointer is.       In VTxxx mode, there are escape sequences to activate and deactivate an       alternate screen buffer, which is the same size as the display area  of       the  window.   When activated, the current screen is saved and replaced       with the alternate screen.  Saving of lines scrolled off the top of the       window is disabled until the normal  screen  is  restored.   The  usual       terminal description forxterm allows the visual editorvi(1) to switch       to  the alternate screen for editing and to restore the screen on exit.       A popup menu entry makes it simple to switch  between  the  normal  and       alternate screens for cut and paste.       In either VTxxx or Tektronix mode, there are escape sequences to change       the name of the windows.  Additionally, in VTxxx mode,xterm implements       the window-manipulation control sequences fromdtterm, such as resizing       the window, setting its location on the screen.Xterm  allows  character-based  applications  to  receive  mouse events       (currently button-press and release events, and  button-motion  events)       as  keyboard  control  sequences.   SeeXterm  Control  Sequences  for       details.

OPTIONS

       Becausexterm uses theX Toolkit  library,  it  accepts  the  standardX Toolkit  command  line options.Xterm also accepts many application-       specific options.       By convention, if an option begins with a "+" instead  of  a  "-",  the       option is restored to its default value.       Most  of  thexterm options are actually parsed by theX Toolkit, which       sets resource values, and overrides corresponding resource-settings  in       your  X  resource  files.Xterm provides theX Toolkit with a table of       options.  A few of these are marked, telling theX Toolkit  to  ignore       them (-help,-version,-class,-e, and-into).  After theX Toolkit has       parsed  the command-line parameters, it removes those which it handles,       leaving the specially-marked parameters forxterm to handle.       These options do not set a resource value, and are handled specially:-version               This causesxterm to print a version  number  to  the  standard               output, and then exit.-help   This causesxterm to print out a verbose message describing its               options,  one per line.  The message is written to the standard               output.   After  printing  the  message,xterm  exits.Xterm               generates  this  message,  sorting  it  and  noting  whether  a               "-option" or a "+option" turns the feature  on  or  off,  since               some  features  historically have been one or the other.Xterm               generates a concise help message (multiple  options  per  line)               when an unknown option is used, e.g.,                   xterm -z               If  the  logic  for  a particular option such as logging is not               compiled intoxterm, the help text for that option also is  not               displayed by the-help option.       The-version  and-help  options are interpreted even ifxterm cannot       open the display, and are useful for testing and configuration scripts.       Along with-class, they are checked before other options.  To do  this,xterm has its own (much simpler) argument parser, along with a table of       theX Toolkit's built-in list of options.       Relying  upon  theX Toolkit to parse the options and associated values       has the advantages of  simplicity  and  good  integration  with  the  X       resource mechanism.  There are a few drawbacksoXterm cannot tell easily whether a resource value was set by one of           the  external  resource-  or application-defaults files, whether it           was set usingxrdb(1), or if it was set through the-xrm option  or           via  some  directly  relevant command-line option.Xterm sees only           the end-result: a value supplied when creating its widgets.oXterm does not know the order in which particular options and items           in resource files are evaluated.  Rather, it sees all of the values           for a given widget at the  same  time.   In  the  design  of  these           options,  some  are  deemed  more important, and can override other           options.           TheX Toolkit uses patterns  (constants  and  wildcards)  to  match           resources.   Once  a  particular pattern has been used, it will not           modify it.  To override a given setting,  a  more-specific  pattern           must  be  used, e.g., replacing "*" with ".".  Some poorly-designed           resource files are too specific to allow the  command-line  options           to affect the relevant widget values.o   In a few cases, theX Toolkit combines its standard options in ways           which  do  not  work  well withxterm.  This happens with the color           (-fg,-bg) and reverse (-rv) options.Xterm makes a  special  case           of  these  and  adjusts  its  sense  of  "reverse"  to  lessen user           surprise.       One parameter (after all options) may be given.  That overridesxterm's       built-in choice of shell program:o   If the parameter is not a relative path, i.e., beginning with  "./"           or  "../",xterm looks for the file in the user's PATH.  In either           case, this check fails ifxterm cannot construct an absolute path.o   If that check fails (or if no such parameter is given),xterm  next           checks the "SHELL" variable.  If that specifies an executable file,xterm  will  attempt  to  start  that.  However,xterm additionally           checks if it is a valid shell, and will unset "SHELL" if it is not.o   If "SHELL" is not set to an executable file,xterm tries to use the           shell program specified in the  user's  password  file  entry.   As           before,xterm verifies if this is a valid shell.o   Finally, if the password file entry does not specify a valid shell,xterm uses/bin/sh.       The-e  option  cannot  be  used with this parameter since it uses all       parameters following the option.Xterm validates shell programs by finding their pathname  in  the  text       file/etc/shells.  It treats the environment variable "SHELL" specially       because  (like  "TERM"),xterm both reads and updates the variable, and       because the program started byxterm is not necessarily a shell.       The other options are used to control the appearance and behavior.  Not       all options are necessarily configured into your copy ofxterm:-132    Normally, the  VT102  DECCOLM  escape  sequence  that  switches               between  80 and 132 column mode is ignored.  This option causes               the DECCOLM escape sequence to be  recognized,  and  thexterm               window will resize appropriately.-ah     This  option  indicates  thatxterm should always highlight the               text cursor.  By default,xterm  will  display  a  hollow  text               cursor  whenever  the  focus  is lost or the pointer leaves the               window.+ah     This  option  indicates  thatxterm  should  do  text   cursor               highlighting based on focus.-ai     This  option  disables  active icon support if that feature was               compiled intoxterm.  This is equivalent to setting  thevt100               resourceactiveIcon to "false".+ai     This  option  enables  active  icon support if that feature was               compiled intoxterm.  This is equivalent to setting  thevt100               resourceactiveIcon to "true".-aw     This  option  indicates that auto-wraparound should be allowed,               and is equivalent to setting thevt100  resourceautoWrap  to               "true".               Auto-wraparound  allows the cursor to automatically wrap to the               beginning of the next line when it is at the rightmost position               of a line and text is output.+aw     This  option  indicates  that  auto-wraparound  should  not  be               allowed,  and  is  equivalent  to  setting  thevt100 resourceautoWrap to "false".-bnumber               This option  specifies  the  size  of  the  inner  border  (the               distance  between  the  outer  edge  of  the characters and the               window border) in pixels.  That  is  thevt100internalBorder               resource.  The default is "2".-barc   This option, corresponding to thecursorBar resource, makes the               cursor a bar instead of a box.+barc   This option, corresponding to thecursorBar resource, makes the               cursor a box instead of a bar.-baudratenumber               Set  the  line-speed, used to test the behavior of applications               that use the line-speed when optimizing  their  output  to  the               screen.  The default is "38400".-bc     Turn  on  text cursor blinking.  This overrides thecursorBlink               resource.+bc     Turn off text cursor blinking.  This overrides thecursorBlink               resource.-bcfmilliseconds               Set the amount of time text cursor is off when blinking via thecursorOffTime resource.-bcnmilliseconds               Set  the amount of time text cursor is on when blinking via thecursorOnTime resource.-bdc    Set thevt100 resourcecolorBDMode to  "false",  disabling  the               display of characters with bold attribute as color.+bdc    Set  thevt100  resourcecolorBDMode  to "true", enabling the               display of characters with bold attribute as color rather  than               bold.-cb     Set thevt100 resourcecutToBeginningOfLine to "false".+cb     Set thevt100 resourcecutToBeginningOfLine to "true".-cccharacterclassrange:value[,...]               This  sets  classes  indicated by the given ranges for using in               selecting by words (seeCHARACTER  CLASSES  and  thecharClass               resource).-cjk_width               Set   thecjkWidth  resource  to  "true".   When  turned  on,               characters with East Asian Ambiguous (A)  category  in  UTR  11               have  a column width of 2.  Otherwise, they have a column width               of 1.  This may be useful for some legacy  CJK  text  terminal-               based  programs  assuming  box  drawings  and  others to have a               column width of 2.  It  also  should  be  turned  on  when  you               specify  a  TrueType CJK double-width (bi-width/monospace) font               either with-fa at the command line orfaceName resource.   The               default is "false"+cjk_width               Reset thecjkWidth resource.-classstring               This  option  allows  you  to  overridexterm's resource class.               Normally it is "XTerm", but can be set to another class such as               "UXTerm" to override selected resources.X Toolkit sets theWM_CLASS property using  the  instance  name               and this class value.-cm     This  option  disables  recognition of ANSI color-change escape               sequences.  It sets thecolorMode resource to "false".+cm     This option enables recognition  of  ANSI  color-change  escape               sequences.  This is the same as thevt100 resourcecolorMode.-cn     This  option indicates that newlines should not be cut in line-               mode selections.  It sets thecutNewline resource to "false".+cn     This option indicates that newlines should be cut in  line-mode               selections.  It sets thecutNewline resource to "true".-crcolor               This  option  specifies  the color to use for text cursor.  The               default is to use the same foreground color that  is  used  for               text.   It  sets  thecursorColor  resource  according  to the               parameter.-cu     This option indicates thatxterm should work around  a  bug  in               themore(1) program that causes it to incorrectly display lines               that  are exactly the width of the window and are followed by a               line beginning with a tab (the leading tabs are not displayed).               This option is so named because it was originally thought to be               a bug in thecurses(3X) cursor motion package.+cu     This option indicates thatxterm should  not  work  around  themore(1) bug mentioned above.-dc     This  option  disables  the  escape  sequence to change dynamic               colors: the vt100 foreground and background  colors,  its  text               cursor  color,  the  pointer  cursor  foreground and background               colors,  the  Tektronix  emulator  foreground  and   background               colors,  its text cursor color and highlight color.  The option               sets thedynamicColors option to "false".+dc     This option enables  the  escape  sequence  to  change  dynamic               colors.  The option sets thedynamicColors option to "true".-eprogram [ arguments ... ]               This  option  specifies  the  program  (and  its  command  line               arguments) to be run in thexterm window.   It  also  sets  the               window  title  and  icon name to be the basename of the program               being executed if neither-T nor-n are given  on  the  command               line.NOTE: This must be thelast option on the command line.-emoji_width               Set theemojiWidth resource to "true".  When turned on, Unicode               variation  selectors  VS15 and VS16 are interpreted, overriding               the  number  of  cells  for  the  immediately  preceding  Emoji               character.  The default is "false"+emoji_width               Reset theemojiWidth resource.-enencoding               This  option  determines  the encoding on whichxterm runs.  It               sets thelocale  resource.   Encodings  other  than  UTF-8  are               supported by usingluit.  The-lc option should be used instead               of-en for systems with locale support.-fapattern               This  option  sets  the  pattern  for  fonts  selected from the               FreeType library if support for that library was compiled  intoxterm.   This corresponds to thefaceName resource.  When a CJK               double-width font is specified, you also need to  turn  on  thecjkWidth resource.               If  you  specify both-fa and theX Toolkit option-fn, the-fa               setting overrides the latter.               See also therenderFont resource, which combines with  this  to               determine whether FreeType fonts are initially active.-fbfont               This  option  specifies  a font to be used when displaying bold               text.  It sets theboldFont resource.               This font must be the same height and width as the normal font,               otherwise it is ignored.  If only one of  the  normal  or  bold               fonts  is specified, it will be used as the normal font and the               bold font will be produced by overstriking this font.               See  also  the  discussion  ofboldMode   andalwaysBoldMode               resources.-fbb    This option indicates thatxterm should compare normal and bold               fonts  bounding  boxes  to ensure they are compatible.  It sets               thefreeBoldBox resource to "false".+fbb    This option indicates thatxterm should not compare normal  and               bold  fonts  bounding  boxes to ensure they are compatible.  It               sets thefreeBoldBox resource to "true".-fbx    This option indicates thatxterm should  not  assume  that  the               normal  and  bold fonts have VT100 line-drawing characters.  If               any are missing,xterm will draw the characters  directly.   It               sets theforceBoxChars resource to "false".+fbx    This  option indicates thatxterm should assume that the normal               and bold fonts have VT100 line-drawing characters.  It sets theforceBoxChars resource to "true".-fcfontchoice               Specify the initial font chosen from the font menu.  The option               value corresponds to theinitialFont resource.-fdpattern               This option sets the pattern for  double-width  fonts  selected               from  the  FreeType  library  if  support  for that library was               compiled    intoxterm.     This    corresponds    to    thefaceNameDoublesize resource.-fifont               This  option sets the font for active icons if that feature was               compiled intoxterm.               See also the discussion of theiconFont resource.-fssize               This option sets the pointsize  for  fonts  selected  from  the               FreeType  library if support for that library was compiled intoxterm.  This corresponds to thefaceSize resource.-fullscreen               This option indicates thatxterm should ask the window  manager               to let it use the full-screen for display, e.g., without window               decorations.  It sets thefullscreen resource to "true".+fullscreen               This  option  indicates  thatxterm  should not ask the window               manager to let it use the full-screen for display.  It sets thefullscreen resource to "false".-fwfont               This option specifies the font to be used for  displaying  wide               text.   By default, it will attempt to use a font twice as wide               as the font that will be used  to  draw  normal  text.   If  no               double-width  font  is  found, it will improvise, by stretching               the normal font.  This corresponds to thewideFont resource.-fwbfont               This option specifies the font to be used for  displaying  bold               wide  text.  By default, it will attempt to use a font twice as               wide as the font that will be used to draw bold  text.   If  no               double-width  font  is  found, it will improvise, by stretching               the bold font.  This corresponds to thewideBoldFont resource.-fxfont               This option specifies the font to be used  for  displaying  the               preedit string in the "OverTheSpot" input method.               See also the discussion of theximFont resource.-hccolor               (see-selbg).-hf     This  option indicates that HP function key escape codes should               be generated for function keys.   It  sets  thehpFunctionKeys               resource to "true".+hf     This  option indicates that HP function key escape codes should               not be generated for function keys.  It sets thehpFunctionKeys               resource to "false".-hm     Tellsxterm to usehighlightTextColor  andhighlightColor  to               override   the   reversed  foreground/background  colors  in  a               selection.  It sets thehighlightColorMode resource to "true".+hm     Tellsxterm not to usehighlightTextColor andhighlightColor to               override  the  reversed  foreground/background  colors   in   a               selection.  It sets thehighlightColorMode resource to "false".-hold   Turn  on  thehold  resource, i.e.,xterm will not immediately               destroy its window when the shell command completes.   It  will               wait  until  you  use  the  window  manager to destroy/kill the               window, or if you use the menu  entries  that  send  a  signal,               e.g., HUP or KILL.+hold   Turn  off  thehold  resource,  i.e.,xterm  will immediately               destroy its window when the shell command completes.-ie     Turn on theptyInitialErase resource,  i.e.,  use  the  pseudo-               terminal's sense of thestty(1) erase value.+ie     Turn off theptyInitialErase resource, i.e., set thestty erase               value  using  thekb  string  from  the  termcap  entry  as  a               reference, if available.-im     Turn on theuseInsertMode resource, which forces use of  insert               mode  by  adding appropriate entries to the TERMCAP environment               variable.  (This option is ignored  on  most  systems,  because               TERMCAP is not used).+im     Turn off theuseInsertMode resource.-intowindowId               Given  an  X  window  identifier  (an  integer,  which  can  be               hexadecimal, octal or decimal according to  whether  it  begins               with  "0x",  "0" or neither),xterm will reparent its top-level               shell widget to that window.   This  is  used  to  embedxterm               within other applications.               For instance, there are scripts for Tcl/Tk and Gtk which can be               used  to  demonstrate  the feature.  When using Gtk, there is a               limitation  of  that  toolkit  which  requires   thatxterm'sallowSendEvents resource is enabled.-itc    Set  thevt100  resourcecolorITMode to "false", disabling the               display of characters with italic attribute as color.+itc    Set thevt100 resourcecolorITMode  to  "true",  enabling  the               display  of  characters  with  italic attribute as color rather               than italic.-j      This option indicates thatxterm should do jump scrolling.   It               corresponds  to  thejumpScroll  resource.   Normally, text is               scrolled one line at a time; this option allowsxterm  to  move               multiple  lines  at  a  time  so  that  it does not fall as far               behind.  Its use is strongly recommended since it  makesxterm               much  faster  when scanning through large amounts of text.  The               VT100 escape sequences for enabling and disabling smooth scroll               as well as theVT Options menu can be used to turn this feature               on or off.+j      This option indicates thatxterm should not do jump scrolling.-jf     When doing jump-scrolling or related indexing,  e.g.,  carriage               returns,xterm  will defer flushing screen-updates, to improve               speed.  This corresponds to thefastScroll resource.+jf     When doing jump-scrolling or related indexing,  e.g.,  carriage               returns,xterm  will  not  defer  flushing  screen-updates, to               improve speed.  This corresponds to thefastScroll resource.-k8     This  option  sets   theallowC1Printable   resource.    WhenallowC1Printable  is  set,xterm  overrides  the mapping of C1               control characters (code 128-159) to treat them as printable.+k8     This option resets theallowC1Printable resource.-ktkeyboardtype               This option sets thekeyboardType  resource.   Possible  values               include:  "unknown",  "default",  "legacy", "hp", "sco", "sun",               "tcap" and "vt220".               The value "unknown", causes the corresponding  resource  to  be               ignored.               The value "default", suppresses the associated resourceshpFunctionKeys,scoFunctionKeys,sunFunctionKeys,tcapFunctionKeys,oldXtermFKeys andsunKeyboard,               using the Sun/PC keyboard layout.-l      Turn logging on, unless disabled by thelogInhibit resource.               Some  versions  ofxterm  may  have logging enabled.  However,               normally logging is not supported, due to security concerns  in               the  early  1990s.   That  was  a problem in X11R4xterm (1989)               which was addressed by a patch to X11R5 late  in  1993.   X11R6               included  these  fixes.   The  older version (when running withroot privilege) would create the log file usingroot privilege.               The reason whyxterm ran  withroot  privileges  was  to  open               pseudo-terminals.  Those privileges are now needed only on very               old  systems:  Unix98  pseudo-terminals  made  the  BSD  scheme               unnecessary.               Unless overridden by the-lf option or thelogFile resource:o   If the filename  is  "-",  then  logging  is  sent  to  the                   standard output.o   Otherwise  a  filename  is  generated,  and the log file is                   written to the directory from whichxterm is invoked.o   The generated filename is of the form                       XtermLog.XXXXXX                   or                       Xterm.log.hostname.yyyy.mm.dd.hh.mm.ss.XXXXXX                   depending on howxterm was built.+l      Turn logging off.-lc     Turn on support of various encodings according  to  the  users'               locale  setting,  i.e.,  LC_ALL,  LC_CTYPE, or LANG environment               variables.  This is achieved by turning on UTF-8  mode  and  by               invokingluit  for  conversion  between  locale  encodings and               UTF-8.   (luit  is  not  invoked  in  UTF-8   locales.)    This               corresponds to thelocale resource.               The  actual list of encodings which are supported is determined               byluit.  Consult theluit manual page for further details.               See also the discussion of the-u8 option which supports  UTF-8               locales.+lc     Turn  off  support  of automatic selection of locale encodings.               Conventional 8bit mode or, in UTF-8 locales or with-u8 option,               UTF-8 mode will be used.-lccpath               File name for the encoding converter from/to  locale  encodings               and  UTF-8  which  is  used with-lc option orlocale resource.               This corresponds to thelocaleFilter resource.-leftbar               Force scrollbar to the left side of VT100 screen.  This is  the               default, unless you have set therightScrollBar resource.-lffilename               Specify  the log filename.  This sets thelogFile resource.  If               set to "-",xterm writes its log to the standard  output.   See               the-l option.-ls     This  option  indicates  that  the shell that is started in thexterm window will be a login shell (i.e., the  first  character               of  argv[0]  will  be  a  dash, indicating to the shell that it               should read the user's .login or .profile).               The-ls flag and theloginShell resource are ignored if-e  is               also  given,  becausexterm does not know how to make the shell               start the given command after whatever it does  when  it  is  a               login  shell  - the user's shell of choice need not be a Bourne               shell after all.  Also,xterm -e  is  supposed  to  provide  a               consistent  functionality  for  other applications that need to               start text-mode programs in a window, and  ifloginShell  were               not  ignored,  the  result  of  ~/.profile might interfere with               that.               If you do want the effect of-ls and-e simultaneously, you may               get away with something like                   xterm -e /bin/bash -l -c "my command here"               Finally,-ls is not completely  ignored,  becausexterm -ls -e               does  write  awtmp  entry  (if  configured to do so), whereasxterm -e does not.+ls     This option indicates that the shell that is started should not               be a login shell (i.e., it will be a normal "subshell").-maximized               This option indicates thatxterm should ask the window  manager               to  maximize  its  layout  on startup.  This corresponds to themaximized resource.               Maximizing is not the reverse of iconifying; it is possible  to               do both with certain window managers.+maximized               This  option indicates thatxterm should ask the window manager               to not maximize its layout on startup.-mb     This option indicates thatxterm should ring a margin bell when               the user types near the right end of a line.+mb     This option indicates that margin bell should not be rung.-mcmilliseconds               This option specifies  the  maximum  time  between  multi-click               selections.-mesg   Turn  off themessages resource, i.e., disallow write access to               the terminal.+mesg   Turn on themessages resource, i.e., allow write access to  the               terminal.-mk_width               Set  themkWidth  resource  to "true".  This makesxterm use a               built-in version of the wide-character width calculation.   The               default is "false"+mk_width               Reset themkWidth resource.-mscolor               This  option  specifies  the  color  to be used for the pointer               cursor.  The default is to use the foreground color.  This sets               thepointerColor resource.-nbnumber               This option specifies the number of characters from  the  right               end  of a line at which the margin bell, if enabled, will ring.               The default is "10".-nomap  This option  disables  the  initialmapping  of  the  terminal               window.  Mapping an X window makes it visible if it ismanaged.               The  default  is  "false"  becausexterm's  window is normally               displayed on startup.               After startup, an  unmappedxterm  window  can  be  mapped  by               identifying   its   window-id,   e.g.,   usingxwininfo(1)  orxlsclients(1), and  then  employing  another  program  such  asxdotool(1) to ask the window manager to make it visible.               If  thexterm  window is visible (i.e., mapped),xterm's menus               and actions (i.e.,set-visibility) allow one to select  whether               the VT100 or Tek4014 windows should be displayed.+nomap  This option enables the initialmapping of the terminal window.               This is the default behavior.-nul    This option disables the display of underlining.+nul    This option enables the display of underlining.-pc     This  option  enables  the  PC-style  use  of  bold colors (seeboldColors resource).+pc     This option disables the PC-style use of bold colors.-pffont               This option specifies the font to be used for the pointer.  The               corresponding resource name ispointerFont.  The resource value               default iscursor.-pob    This option indicates that the window should be raised whenever               a Control-G is received.+pob    This option indicates that the  window  should  not  be  raised               whenever a Control-G is received.-rca    This  option  enables cursor position adjustment during resize.               When the terminal width shrinks, the cursor is clamped  to  the               new  width.   With  this option (the default), cursor movements               while shrunk are tracked, and on grow the cursor is adjusted to               stay in sync with the shell.+rca    Disable cursor position adjustment.  The cursor  stays  at  its               visual position when the terminal grows, but shell commands may               misbehave after resize and cursor movement.-report-charclass               Print a report to the standard output showing information about               the  character-classes which can be altered using thecharClass               resource.-report-colors               Print a report to the standard output showing information about               colors asxterm  allocates  them.   This  corresponds  to  thereportColors resource.-report-fonts               Print a report to the standard output showing information about               fonts  which  are  loaded.  This corresponds to thereportFonts               resource.-report-icons               Print a report to the standard output showing information about               pixmap-icons  which  are  loaded.   This  corresponds  to   thereportIcons resource.-report-xres               Print  a  report  to  the standard output showing the values of               boolean, numeric or string X resources  for  the  VT100  widget               when  initialization  is  complete.   This  corresponds  to thereportXRes resource.-rightbar               Force scrollbar to the right side of VT100 screen.-rvc    This option disables the display  of  characters  with  reverse               attribute as color.+rvc    This  option  enables  the  display  of characters with reverse               attribute as color.-rw     This  option  indicates  that  reverse-wraparound   should   be               allowed.   This  allows the cursor to back up from the leftmost               column of one line to the  rightmost  column  of  the  previous               line.  This is very useful for editing long shell command lines               and  is  encouraged.  This option can be turned on and off from               theVT Options menu.+rw     This option indicates that  reverse-wraparound  should  not  be               allowed.-s      This  option  indicates  thatxterm may scroll asynchronously,               meaning that the screen does not have to be kept completely  up               to  date while scrolling.  This allowsxterm to run faster when               network latencies are very high and is  typically  useful  when               running across a very large internet or many gateways.+s      This option indicates thatxterm should scroll synchronously.-samename               Does  not  send  title  and  icon name change requests when the               request would have no effect: the name is  not  changed.   This               has the advantage of preventing flicker and the disadvantage of               requiring  an  extra  round  trip to the server to find out the               previous value.  In practice this should never be a problem.+samename               Always send title and icon name change requests.-sb     This option indicates  that  some  number  of  lines  that  are               scrolled  off  the top of the window should be saved and that a               scrollbar should be  displayed  so  that  those  lines  can  be               viewed.   This  option  may  be  turned  on and off from theVTOptions menu.+sb     This option indicates that a scrollbar should not be displayed.-selbgcolor               This option specifies the color to use for  the  background  of               selected  text.   If not specified, reverse video is used.  See               the discussion of thehighlightColor resource.-selfgcolor               This option specifies the color to use for selected  text.   If               not  specified,  reverse  video is used.  See the discussion of               thehighlightTextColor resource.-sf     This option indicates that Sun function key escape codes should               be generated for function keys.+sf     This option indicates that the standard escape codes should  be               generated for function keys.-shnumber               scale   line-height  values  by  the  given  number.   See  the               discussion of thescaleHeight resource.-si     This option indicates  that  output  to  a  window  should  not               automatically  reposition  the  screen  to  the  bottom  of the               scrolling region.  This option can be turned on  and  off  from               theVT Options menu.+si     This  option  indicates that output to a window should cause it               to scroll to the bottom.-sk     This option indicates that  pressing  a  key  while  using  the               scrollbar  to  review  previous  lines of text should cause the               window to be repositioned automatically in the normal  position               at the bottom of the scroll region.+sk     This  option  indicates  that  pressing  a  key while using the               scrollbar should not cause the window to be repositioned.-slnumber               This option specifies the number of lines  to  save  that  have               been  scrolled  off the top of the screen.  This corresponds to               thesaveLines resource.  The default is "1024".-sm     This  option,  corresponding  to   thesessionMgt   resource,               indicates thatxterm should set up session manager callbacks.+sm     This  option  indicates  thatxterm  should not set up session               manager callbacks.-sp     This option indicates that Sun/PC keyboard should  be  assumed,               providing  mapping  for  keypad "+" to ",", and CTRL-F1 to F13,               CTRL-F2 to F14, etc.+sp     This option indicates that the standard escape codes should  be               generated for keypad and function keys.-t      This  option  indicates  thatxterm  should start in Tektronix               mode, rather than in VTxxx mode.   Switching  between  the  two               windows is done using the "Options" menus.               Terminal  database  (terminfo  (5) ortermcap (5)) entries that               work withxterm are:               "tek4014",               "tek4015",               "tek4012",               "tek4013",               "tek4010", and               "dumb".Xterm automatically searches  the  terminal  database  in  this               order  for these entries and then sets the "TERM" variable (and               the "TERMCAP" environment variable, if relevant).+t      This option indicates thatxterm should start in VTxxx mode.-tb     This option, corresponding to thetoolBar  resource,  indicates               thatxterm should display a toolbar (or menubar) at the top of               its window.  The buttons in the toolbar correspond to the popup               menus, e.g., control/left/mouse forMain Options.+tb     This option indicates thatxterm should not set up a toolbar.-titerm_id               Specify the name used byxterm to select the  correct  response               to terminal ID queries.  It also specifies the emulation level,               used  to  determine  the  type  of  response  to  a  DA control               sequence.  Valid values  include  vt52,  vt100,  vt101,  vt102,               vt220,  and  vt240  (the  "vt"  is  optional).   The default is               "vt420".  Theterm_id argument specifies  the  terminal  ID  to               use.  (This is the same as thedecTerminalID resource).-tmstring               This  option  specifies  a  series of terminal setting keywords               followed by the  characters  that  should  be  bound  to  those               functions,  similar  to  thestty(1) program.  The keywords and               their values are described in detail in thettyModes resource.-tnname               This option specifies the name of the terminal type to  be  set               in  the  TERM  environment  variable.   It  corresponds  to thetermName resource.   This  terminal  type  must  exist  in  the               terminal  database (termcap or terminfo, depending on howxterm               is built) and should haveli# andco# entries.  If the terminal               type is not  found,xterm  uses  the  built-in  list  "xterm",               "vt102", etc.-u8     This  option  sets  theutf8 resource.  Whenutf8 is set,xterm               interprets incoming data as UTF-8.   This  sets  thewideChars               resource  as  a  side-effect,  but  the  UTF-8 mode set by this               option prevents it from being turned off.   If  you  must  turn               UTF-8   encoding  on  and  off,  use  the-wc  option  or  the               correspondingwideChars resource, rather than the-u8 option.               This option and theutf8 resource are overridden by the-lc and-en options andlocale resource.  That is, ifxterm  has  been               compiled  to  supportluit,  and  thelocale  resource is not               "false" this option is ignored.  We  recommend  using  the-lc               option  or  the  "locale:true"  resource in UTF-8 locales when               your operating system supports locale, or-en UTF-8  option  or               the  "locale:UTF-8"  resource  when your operating system does               not support locale.+u8     This option resets theutf8 resource.-uc     This option, corresponding  to  thecursorUnderLine  resource,               makes the cursor underlined instead of a box.+uc     This  option  m, corresponding to thecursorUnderLine resource,               makes the cursor a box instead of underlined.-ulc    This option disables the display of characters  with  underline               attribute as color rather than with underlining.+ulc    This  option  enables  the display of characters with underline               attribute as color rather than with underlining.-ulit   This  option,  corresponding  to  theitalicULMode   resource,               disables  the display of characters with underline attribute as               italics rather than with underlining.+ulit   This  option,  corresponding  to  theitalicULMode   resource,               enables  the  display of characters with underline attribute as               italics rather than with underlining.-ut     This option indicates thatxterm should not write a record into               the systemutmp log file.+ut     This option indicates thatxterm should write a record into the               systemutmp log file.-vb     This option indicates that a visual bell is preferred  over  an               audible  one.   Instead of ringing the terminal bell whenever a               Control-G is received, the window will be flashed.+vb     This option indicates that a visual bell should not be used.-wc     This option sets thewideChars resource.               WhenwideChars is set,xterm maintains internal structures  for               16-bit  characters.   Ifxterm is not started in UTF-8 mode (or               if this resource is not  set),  initially  it  maintains  those               structures  to  support  8-bit  characters.Xterm can later be               switched, using a menu entry or control sequence, causing it to               reallocate those structures to support 16-bit characters.               The default is "false".+wc     This option resets thewideChars resource.-wf     This option indicates thatxterm should wait for the window  to               be mapped the first time before starting the subprocess so that               the  initial  terminal  size settings and environment variables               are correct.  It is the application's responsibility  to  catch               subsequent terminal size changes.+wf     This  option  indicates  thatxterm  should  not  wait  before               starting the subprocess.-ziconbeeppercent               Same aszIconBeep resource.  If  percent  is  non-zero,  xterms               that  produce  output while iconified will cause an XBell sound               at the given volume and have  "***"  prepended  to  their  icon               titles.    Most   window   managers  will  detect  this  change               immediately, showing you  which  window  has  the  output.   (A               similar feature was in x10xterm.)-C      This  option  indicates that this window should receive console               output.  This is not  supported  on  all  systems.   To  obtain               console  output,  you  must be the owner of the console device,               and you must have read and write permission for it.  If you are               running X underxdm on the console screen you may need to  have               the  session  startup  and reset programs explicitly change the               ownership of the console device in order to get this option  to               work.-Sccn   This  option  allowsxterm  to  be used as an input and output               channel for an  existing  program  and  is  sometimes  used  in               specialized  applications.  The option value specifies the last               few letters of the name of a pseudo-terminal to  use  in  slave               mode, plus the number of the inherited file descriptor.  If the               option  contains  a "/" character, that delimits the characters               used for the pseudo-terminal name  from  the  file  descriptor.               Otherwise,  exactly two characters are used from the option for               the pseudo-terminal name, the remainder is the file descriptor.               Examples (the first two are  equivalent  since  the  descriptor               follows the last "/"):                   -S/dev/pts/123/45                   -S123/45                   -Sab34               Note thatxterm does not close any file descriptor which it did               not  open for its own use.  It is possible (though probably not               portable) to have an application  which  passes  an  open  file               descriptor  down  toxterm  past  the initialization or the-S               option to a process running in thexterm.

Old Options

       The following command line arguments  are  provided  for  compatibility       with  older versions.  They may not be supported in the next release as       theX Toolkit provides standard options that accomplish the same task.%geom   This option specifies the preferred size and  position  of  the               Tektronix   window.    It   is  shorthand  for  specifying  the               "tekGeometry" resource.#geom   This option  specifies  the  preferred  position  of  the  icon               window.   It  is  shorthand  for  specifying the "iconGeometry"               resource.-Tstring               This option specifies the title forxterm's  windows.   It  is               equivalent to-title.-nstring               This option specifies the icon name forxterm's windows.  It is               shorthand  for  specifying  the "iconName" resource.  Note that               this is not the  same  as  theX Toolkit  option-name.   The               default icon name is the application name.               If  no  suitable  icon  is  found,xterm provides a compiled-in               pixmap.X Toolkit sets theWM_ICON_NAME property using this value.-r      This option indicates that reverse video should be simulated by               swapping  the  foreground  and  background   colors.    It   is               equivalent to-rv.-wnumber               This  option  specifies  the  width  in  pixels  of  the border               surrounding the window.  It is equivalent  to-borderwidth  or-bw.

X Toolkit Options

       The  following  standardX Toolkit command line arguments are commonly       used withxterm:-bdcolor               This option specifies the color to use for the  border  of  the               window.  The corresponding resource name isborderColor.Xterm               uses theX Toolkit default, which is "XtDefaultForeground".Xterm's   VT100  window  has  two  borders:  theinner  borderinternalBorder and theouter borderborderWidth, managed by theX Toolkit.               Normallyxterm fills the inner border using the VT100  window's               background color.  If thecolorInnerBorder resource is enabled,               thenxterm  may  fill  the  inner border using theborderColor               resource.-bgcolor               This option specifies the color to use for  the  background  of               the  window.   The  corresponding  resource name isbackground.               The default is "XtDefaultBackground".-bwnumber               This option  specifies  the  width  in  pixels  of  the  border               surrounding the window.               This  appears  to be a legacy of older X releases.  It sets theborderWidth resource of  the  shell  widget,  and  may  provide               advice  to  your  window  manager  to  set the thickness of the               window  frame.   Most  window  managers   do   not   use   this               information.   See  the-b  option,  which  controls the inner               border of thexterm window.-displaydisplay               This option specifies the X server to contact; seeX(7).-fgcolor               This option specifies the color to  use  for  displaying  text.               The  corresponding resource name isforeground.  The default is               "XtDefaultForeground".-fnfont               This option specifies the font to be used for displaying normal               text.  The corresponding resource name isfont.   The  resource               value default isfixed.Xterm's-fn option accepts a comma-separated list like-fa, for               the  VT100  widget, using the first bitmap font (and discarding               additional  fonts).   However,  other  widgets  (such  as   the               toolbar) will be confused by this and give a warning.-fontfont               This is the same as-fn.-geometrygeometry               This  option  specifies  the preferred size and position of the               VTxxx window; seeX(7).               The normal  geometry  specification  can  be  suffixed  with@               followed by a Xinerama screen specification; it can be eitherg               for  the global screen (default),c for the current screen or a               screen number.-iconic               This option indicates thatxterm should ask the window  manager               to  start  it as an icon rather than as the normal window.  The               corresponding resource name isiconic.-namename               This  option  specifies  the  application  name   under   which               resources   are   to  be  obtained,  rather  than  the  default               executable file name.Name  should  not  contain  "."  or  "*"               characters.-rv     This option indicates that reverse video should be simulated by               swapping   the   foreground   and   background   colors.    The               corresponding resource name isreverseVideo.+rv     Disable the simulation of reverse video by swapping  foreground               and background colors.-titlestring               This  option  specifies  the  window title string, which may be               displayed by window managers if the user  so  chooses.   It  is               shorthand  for  specifying  the  "title" resource.  The default               title is the command line specified after  the-e  option,  if               any, otherwise the application name.X Toolkit sets theWM_NAME property using this value.-xrmresourcestring               This  option  specifies  a resource string to be used.  This is               especially useful  for  setting  resources  that  do  not  have               separate command line options.X Toolkit accepts alternate names for a few of these options, e.g.,-background              for "-bg"-bordercolor              for "-bc"-borderwidth              for "-bw"-font              for "-fn"-foreground              for "-fg"-reverse              for "-rv"       Abbreviated options also are supported, e.g., "-v" for "-version."

RESOURCE CONVERTERS

Xterm understands all of the coreX Toolkit resource names and classes.       It  also  uses  theX Toolkit resource types (such as booleans, colors,       fonts, integers, and strings) along with their  respective  converters.       Those resource types are not always sufficient:

Extended Booleans

X Toolkit boolean resources are useful, but having more than two values       helps   with  configurability.Xterm  extends  a  (normally)  boolean       resource value by checking for additional values in several cases:activeIcon,cdXtraScroll,cursorBlink,eightBitMeta,renderFont,shiftEscape,tiXtraScroll,utf8,utf8Fonts, andutf8Title

Comma-separated Lists

Xterm uses comma-separated lists for  certain  resources  which  denote       features to enable or disable:colorEvents,disallowedColorOps,disallowedFontOps,disallowedMouseOps,disallowedPasteControls,disallowedTcapOps, anddisallowedWindowOpsX Toolkit resource types do not include lists.Xterm uses a string for       the resource, and parses it.o   The items in these lists are the features to enable or disable.o   List items are names (or decimal integers fordisallowedWindowOps).o   List  items are matched ignoring case.Xterm also allows wildcards           in names, i.e., "*" and i.e., "?" as in shell scripts.o   Each item can be prefixed with "~" (tilde)  to  indicate  that  the           feature should be disabled rather than enabled.Xterm  also uses comma-separated lists for a few other resources to set       up tables.  These match names ignoring case, and can be abbreviated but       do not support wildcards:eightBitSelectTypes,omitTranslation, andutf8SelectTypes       Finally, these resources are comma-separated lists of data:charClass,faceNameDoublesize,faceName, andfont

Deferred resources

Xterm may defer processing a resource until it is needed.  For example,font2 throughfont7 are loaded as needed, to start faster.  Again,  the       actual resource type is a string, parsed and used when needed.

RESOURCES

       Application specific resources (e.g., "XTerm.NAME") follow.

Application Resources

backarrowKeyIsErase (classBackarrowKeyIsErase)               Tie   the  VTxxxbackarrowKey  andptyInitialErase  resources               together by setting the DECBKM state according to  whether  theinitial  erase  character  is  a  backspace (8) or delete (127)               character.  A "false" value disables this feature.  The default               is "False".               Here are tables showing how the initial settings forobackarrowKeyIsErase (BKIE),obackarrowKey (BK), andoptyInitialErase (PIE), along with theostty erase character (^H for backspace, ^? for delete)               will affect DECBKM.  First,xterm  obtains  the  initialerase               character:oxterm's internal value is ^Hoxterm asks the operating system for the value whichstty(1)                   showso   thettyModes resource may overrideeraseo   ifptyInitialErase  is  false,xterm  will  look  in  the                   terminal database               Summarizing that as a table:PIE     stty   termcaperase               -------------------------------               false    ^H      ^H       ^H               false    ^H      ^?       ^?               false    ^?      ^H       ^H               false    ^?      ^?       ^?               true     ^H      ^H       ^H               true     ^H      ^?       ^H               true     ^?      ^H       ^?               true     ^?      ^?       ^?               Using thaterase character,xterm allows further choices:o   ifbackarrowKeyIsErase  is  true,xterm  uses  theerase                   character for the initial state ofDECBKMo   ifbackarrowKeyIsErase  is  false,xterm setsDECBKM to 2                   (internal).   This  ties  togetherbackarrowKey  and   the                   control sequence forDECBKM.o   applications  can  send  a  control  sequence  to set/resetDECBKM control seto   the "Backarrow Key (BS/DEL)" menu entry togglesDECBKM               Summarizing the initialization details:eraseBKIE    BK      DECBKMresult               ----------------------------------------                ^?     false   false     2        ^H                ^?     false   true      2        ^?                ^?     true    false     0        ^?                ^?     true    true      1        ^?                ^H     false   false     2        ^H                ^H     false   true      2        ^?                ^H     true    false     0        ^H                ^H     true    true      1        ^Hbuffered (classBuffered)               Normallyxterm  is  built  with  double-buffer  support.   This               resource  can  be  used  to  turn  it  on  or off.  Setting the               resource to "true"  turns  double-buffering  on.   The  default               value is "False".bufferedFPS (classBufferedFPS)               Whenxterm is built with double-buffer support, this gives the               maximum number of frames/second.  The default is  "40"  and  is               limited to the range 1 through 100.cursorTheme (classCursorTheme)               TheXcursor(7)  library  provides  a way to change the pointer               shape and size.  The X11 library uses this  library  to  extend               the  font-  and glyph-cursor calls used by applications such asxterm  to substitute external files  for  the  built-in  "core"               cursors provided by X.Xterm  uses  thepointerShape  resource to select the X cursor               shape.  Most of the available sets of cursor themes provide  an               incomplete  set  of "core" cursors (while possibly adding other               cursors).  Because  of  this  limitation,xterm  disables  the               feature by default.               The  cursor  theme  feature can be useful because X cursors are               not scalable and on a high-resolution display, the cursors  are               hard to find.  Some of the cursor themes include larger cursors               to work around this limitation:o   The default core cursors are 8x8 pixels;o   Some cursor themes include cursors up to the X server limit                   of 64x64 pixels.               The   default   value   is  "none".   Other  values  (including               "default") are passed to the Xcursor library to select a cursor               theme, by setting theXCURSOR_THEME environment variable.fullscreen (classFullscreen)               Specifies whether or notxterm should ask the window manager to               use a fullscreen layout on startup.Xterm  accepts  either  a               keyword (ignoring case) or the number shown in parentheses:               false (0)                  Fullscreen  layout  is  not used initially, but may be later                  via menu-selection or control sequence.               true (1)                  Fullscreen layout is used initially,  but  may  be  disabled                  later via menu-selection or control sequence.               always (2)                  Fullscreen  layout is used initially, and cannot be disabled                  later via menu-selection or control sequence.               never (3)                  Fullscreen layout is not used, and cannot be  enabled  later                  via menu-selection or control sequence.               The default is "false".hold (classHold)               If true,xterm will not immediately destroy its window when the               shell command completes.  It will wait until you use the window               manager  to  destroy/kill  the  window,  or if you use the menu               entries that send a signal, e.g., HUP or KILL.  You may  scroll               back,  select text, etc., to perform most graphical operations.               Resizing the  display  will  lose  data,  however,  since  this               involves interaction with the shell which is no longer running.hpFunctionKeys (classHpFunctionKeys)               Specifies whether or not HP function key escape codes should be               generated  for  function  keys.   The default is "false", i.e.,               this feature is disabled.               ThekeyboardType  resource  is  the  preferred  mechanism  for               selecting this mode.iconGeometry (classIconGeometry)               Specifies  the  preferred  size and position of the application               when iconified.  It is not necessarily  obeyed  by  all  window               managers.iconHint (classIconHint)               Specifies  an  icon  which  will be added to the window manager               hints.Xterm provides no default value.               Set this resource to "none" to omit the  hint  entirely,  using               whatever the window manager may decide.               If theiconHint resource is given (or is set via the-n option)xterm searches for a pixmap file with that name, in the current               directory  as  well  as in /usr/share/pixmaps.  if the resource               does not specify an absolute pathname.   In  each  case,xterm               adds  "_48x48"  and/or  ".xpm"  to  the  filename  after trying               without those suffixes.  If it is able to load the file,xterm               sets  the  window  manager  hint  for  the  icon-pixmap.  These               pixmaps are distributed  withxterm,  and  can  optionally  be               compiled-in:o   mini.xterm_16x16, mini.xterm_32x32, mini.xterm_48x48o   filled-xterm_16x16, filled-xterm_32x32, filled-xterm_48x48o   xterm_16x16, xterm_32x32, xterm_48x48o   xterm-color_16x16, xterm-color_32x32, xterm-color_48x48               In  either  case,xterm allows for adding a "_48x48" to specify               the largest of the pixmaps as a default.  That is, "mini.xterm"               is the same as "mini.xterm_48x48".               If no expliciticonHint resource is given (or if  none  of  the               compiled-in  names  matches),xterm uses "mini.xterm" (which is               always compiled-in).               TheiconHint  resource  has  no  effect  on  "desktop"  files,               including  "panel"  and  "menu".  Those are typically set via a               ".desktop" file;xterm provides samples  for  itself  (and  theuxterm   script).   The  more  capable  desktop  systems  allow               changing the icon on a per-user basis.iconName (classIconName)               Specifies a label forxterm when iconified.Xterm provides  no               default  value; some window managers may assume the application               name, e.g., "xterm".               Setting theiconName  resource  sets  the  icon  label  unless               overridden  byzIconBeep or the control sequences which change               the window and icon labels.keyboardType (classKeyboardType)               Enables one (or none) of the various  keyboard-type  resources:hpFunctionKeys,scoFunctionKeys,sunFunctionKeys,tcapFunctionKeys,oldXtermFKeys andsunKeyboard.               The resource's value should be one of the corresponding strings               "hp", "sco", "sun", "tcap", "legacy" or "vt220", respectively.               The individual resources are provided for legacy support;  this               resource  is simpler to use.Xterm will use only one keyboard-               type, but if multiple resources are set, it warns and uses  the               last one it checks.               The   default  is  "unknown",  i.e.,  none  of  the  associated               resources are set via this resource.maxBufSize (classMaxBufSize)               Specify the maximum size of the input buffer.  The  default  is               "32768".   You  cannot  set  this  to  a  value  less  than theminBufSize resource.  It will be increased as  needed  to  make               that value evenly divide this one.               On  some  systems  you  may want to increase one or both of themaxBufSize andminBufSize resource  values  to  achieve  better               performance  if  the  operating  system  prefers  larger buffer               sizes.maximized (classMaximized)               Specifies whether or notxterm should ask the window manager to               maximize its layout on startup.  The default is "false".menuHeight (classMenuHeight)               Specifies the height of the toolbar, which may be increased  by               theX Toolkit  Layout widget depending upon the fontsize used.               The default is "25".menuLocale (classMenuLocale)               Specify the locale used  for  character-set  computations  when               loading  the  popup  menus.  Use this to improve initialization               performance  of  theAthena  popup  menus,  which   may   load               unnecessary  (and  very  large) fonts, e.g., in a locale having               UTF-8 encoding.  The default is "C" (POSIX).               To use the current locale (only useful if  you  have  localized               the  resource  settings for the menu entries), set the resource               to an empty string.messages (classMessages)               Specifies whether write  access  to  the  terminal  is  allowed               initially.  Seemesg(1).  The default is "true".minBufSize (classMinBufSize)               Specify  the minimum size of the input buffer, i.e., the amount               of data thatxterm requests  on  each  read.   The  default  is               "4096".  You cannot set this to a value less than 64.omitTranslation (classOmitTranslation)               Selectively   omit   one  or  more  parts  ofxterm's  default               translations at  startup.   The  resource  value  is  a  comma-               separated list of keywords, which may be abbreviated:               default                      ignore (mouse) button-down events which were not handled                      by other translations               fullscreen                      assigns a key-binding to thefullscreen() action.               keypress                      assigns  keypresses by default to theinsert-seven-bit()                      andinsert-eight-bit() actions.               paging assigns  key   bindings   to   thescroll-back()   andscroll-forw() actions.               pointer                      assigns   pointermotion  andbutton  events  to  thepointer-motion()    andpointer-button()     actions                      respectively.               popup-menu                      assigns  mouse-buttons  with thecontrol modifier to the                      popup-menus.               reset  assigns mouse-button 2 with themeta  modifier  to  theclear-saved-lines action.               scroll-lock                      assigns a key-binding to thescroll-lock() action.               block-select                      an   optional   (compile-time)  feature  for  supporting                      rectangular selections.  By default, this  is  bound  toMeta button one.               select assigns  mouse-  and  keypress-combinations  to  actions                      which manipulate the selection.Xterm also uses these actions to  capture  mouse  button                      and  motion  events  which  can  be manipulated with the                      mouse  protocol  control  sequences.   If   theselect                      translations  are  omitted,  then thepointer-motion andpointer-button  handle  these  mouse  protocol   control                      sequences instead.               shift-fonts                      assigns    key-bindings    tolarger-vt-font()    andsmaller-vt-font() actions.               wheel-mouse                      assigns buttons 4 and 5 with different modifiers to  thescroll-back() andscroll-forw() actions.ptyHandshake (classPtyHandshake)               If "true",xterm will perform handshaking during initialization               to  ensure  that the parent and child processes update theutmp               andstty(1) state.               See alsowaitForMap  which  waits  for  the  pseudo-terminal's               notion  of  the  screen  size, andptySttySize which resets the               screen size after other terminal  initialization  is  complete.               The default is "true".ptyInitialErase (classPtyInitialErase)               If  "true",xterm  will use the pseudo-terminal's sense of thestty erase value.  If "false",xterm will set  thestty  erase               value  to match its own configuration, using thekb string from               the termcap entry as a reference, if available.               In either case, the result is applied to the  TERMCAP  variable               whichxterm sets, if the system uses TERMCAP.               See  also  thettyModes resource, which may override this.  The               default is "False".ptySttySize (classPtySttySize)               If "true",xterm will reset  the  screen  size  after  terminal               initialization  is  complete.   This is needed for some systems               whose    pseudo-terminals     cannot     propagate     terminal               characteristics.  Where it is not needed, it can interfere with               other  methods  for  setting the initial screen size, e.g., via               window manager interaction.               See alsowaitForMap which waits for a handshake-message  giving               the  pseudo-terminal's  notion of the screen size.  The default               is "false" on Linux and macOS systems, "true" otherwise.reportColors (classReportColors)               If true,xterm will print to the standard output a  summary  of               colors as it allocates them.  The default is "false".reportFonts (classReportFonts)               If  true,xterm will print to the standard output a summary of               each font's metrics (size, number of glyphs, etc.), as it loads               them.  The default is "false".reportIcons (classReportIcons)               If true,xterm will print to the standard output a  summary  of               each pixmap icon as it loads them.  The default is "false".reportXRes (classReportXRes)               If  true,xterm will print to the standard output a list of the               boolean, numeric and string X resources for  the  VT100  widget               after initialization.  The default is "false".sameName (classSameName)               If  the  value  of this resource is "true",xterm does not send               title and icon name change requests when the request would have               no effect: the name is not changed.  This has the advantage  of               preventing  flicker  and the disadvantage of requiring an extra               round trip to the server to find out the  previous  value.   In               practice  this  should  never  be  a  problem.   The default is               "true".scaleHeight (classScaleHeight)               Scale line-height  values  by  the  resource  value,  which  is               limited to "0.9" to "1.5".  The default value is "1.0",               While this resource applies to either bitmap or TrueType fonts,               its main purpose is to help work around incompatible changes in               the  Xft library's font metrics.Xterm checks the font metrics               to find what the library claims are the bounding boxes for each               glyph (character).  However, some of Xft's  features  (such  as               the  autohinter)  can cause the glyphs to be scaled larger than               the bounding boxes, and be partly overwritten by the next row.               SeeuseClipping for a related resource.scoFunctionKeys (classScoFunctionKeys)               Specifies whether or not SCO function key escape  codes  should               be  generated for function keys.  The default is "false", i.e.,               this feature is disabled.               ThekeyboardType  resource  is  the  preferred  mechanism  for               selecting this mode.sessionMgt (classSessionMgt)               If  the value of this resource is "true",xterm sets up session               manager callbacks forXtNdieCallback andXtNsaveCallback.   The               default is "true".sunFunctionKeys (classSunFunctionKeys)               Specifies  whether  or not Sun function key escape codes should               be generated for function keys.  The default is "false",  i.e.,               this feature is disabled.               ThekeyboardType  resource  is  the  preferred  mechanism  for               selecting this mode.sunKeyboard (classSunKeyboard)Xterm translates certain key symbols based on  its  assumptions               about  your  keyboard.   This resource specifies whether or not               Sun/PC keyboard layout (i.e., the PC keyboard's numeric  keypad               together  with  12 function keys) should be assumed rather than               DEC VT220.  This causes the keypad "+" to  be  mapped  to  ",".               and  CTRL  F1-F10  to  F11-F20, depending on the setting of thectrlFKeys  resource,  soxterm  emulates  a  DEC  VT220   more               accurately.   Otherwise  (the  default, withsunKeyboard set to               "false"),xterm uses PC-style bindings for  the  function  keys               and keypad.               PC-style  bindings use the Shift, Alt, Control and Meta keys as               modifiers for  function-keys  and  keypad  (seeXterm  ControlSequences for details).  The PC-style bindings are analogous to               PCTerm, but not the same thing.  Normally these bindings do not               conflict  with  the  use  of  the Meta key as described for theeightBitInput resource.  If they do,  note  that  the  PC-style               bindings are evaluated first.               See also thekeyboardType resource.tcapFunctionKeys (classTcapFunctionKeys)               Specifies  whether  or  not function key escape codes read from               the  termcap/terminfo   entry   corresponding   to   theTERM               environment  variable  should  be  generated  for function keys               instead of those configured usingsunKeyboard andkeyboardType.               The default is "false", i.e., this feature is disabled.               ThekeyboardType  resource  is  the  preferred  mechanism  for               selecting this mode.termName (classTermName)               Specifies  the  terminal  type  name  to  be  set  in  the TERM               environment variable.title (classTitle)               Specifies a string that may be used by the window manager  when               displaying this application.toolBar (classToolBar)               Specifies  whether or not the toolbar should be displayed.  The               default is "true".ttyModes (classTtyModes)               Specifies  a  string  containing  terminal  setting   keywords.               Except  where  noted,  they  may be bound tocharacters.  Other               keywords setmodes.  Not all keywords are supported on a  given               system.  Allowable keywords include:Keyword   POSIX?Notes               ----------------------------------------------------------------               brk       noCHAR may send an "interrupt" signal, as well                                  as ending the input-line.               dsusp     noCHAR  will  send  a  terminal  "stop" signal                                  after input is flushed.               eof       yesCHAR will terminate input (i.e., an  end  of                                  file).               eol       yesCHAR will end the line.               eol2      no       alternateCHAR for ending the line.               erase     yesCHAR will erase the last character typed.               erase2    no       alternateCHAR  for erasing the last input-                                  character.               flush     noCHAR will cause output to be discarded until                                  anotherflush character is typed.               intr      yesCHAR will send an "interrupt" signal.               kill      yesCHAR will erase the current line.               lnext     noCHAR will enter the next character quoted.               quit      yesCHAR will send a "quit" signal.               rprnt     noCHAR will redraw the current line.               start     yesCHAR willrestart the output after  stopping                                  it.               status    noCHAR  will  cause  a system-generated status                                  line to be printed.               stop      yesCHAR will stop the output.               susp      yesCHAR will send a terminal "stop" signal               swtch     noCHAR will switch to a different shell layer.               tabs      yesMode disables tab-expansion.               -tabs     yesMode enables tab-expansion.               weras     noCHAR will erase the last word typed.               Control characters may be specified as ^char (e.g., ^c  or  ^u)               and^? may be used to indicate delete (127).  Use^- to denoteundef.  Use\034 to represent^\, since a literal backslash  in               an X resource escapes the next character.               This  is  very  useful  for  overriding  the  default  terminal               settings without having to runstty(1) every time anxterm  is               started.   Note, however, that thestty program on a given host               may use different keywords;xterm's table  is  built  in.   ThePOSIX   column  in  the  table  indicates  which  keywords  are               supported by a standardstty program.               If thettyModes resource specifies  a  value  forerase,  that               overrides  theptyInitialErase  resource  setting, i.e.,xterm               initializes the terminal to match that value.useInsertMode (classUseInsertMode)               Force use of insert mode by adding appropriate entries  to  the               TERMCAP  environment  variable.   This  is useful if the system               termcap is broken.  (This resource is ignored on most  systems,               because TERMCAP is not used).  The default is "false".utmpDisplayId (classUtmpDisplayId)               Specifies whether or notxterm should try to record the display               identifier  (display  number  and screen number) as well as the               hostname in the systemutmp log file.  The default is "true".utmpInhibit (classUtmpInhibit)               Specifies whether or notxterm should try to record the  user's               terminal  in the systemutmp log file.  If true,xterm will not               try.  The default is "false".validShells (classValidShells)               Augment (add to) the  system's/etc/shells,  when  determining               whether  to set the "SHELL" environment variable when running a               given program.               The resource value is a list of lines (separated by  newlines).               Each line holds one pathname.Xterm ignores any line beginning               with  "#"  after trimming leading/trailing whitespace from each               line.               The default is an empty string.waitForMap (classWaitForMap)               Specifies whether or notxterm  should  wait  for  the  initial               window map before starting the subprocess.  This is part of theptyHandshake  logic.   Whenxterm  is directed to wait in this               fashion, it passes the terminal size from the  display  end  of               the pseudo-terminal to the terminal I/O connection, e.g., using               the  size  according to the window manager.  Otherwise, it uses               the size as given in resource  values  or  command-line  option-geometry.  The default is "false".zIconBeep (classZIconBeep)               Same as -ziconbeep command line argument.  If the value of this               resource   is   non-zero,  xterms  that  produce  output  while               iconified will cause an XBell sound at  the  given  volume  and               have  "*** "  prepended  to  their  icon  titles.   Most window               managers will detect this change immediately, showing you which               window has the output.  (A similar feature was in  x10xterm.)               The default is "false".zIconTitleFormat (classZIconTitleFormat)               Allow  customization  of  the  string  used  in  thezIconBeep               feature.  The default value is "*** %s".               If the resource value contains a "%s", thenxterm  inserts  the               icon  title  at that point rather than prepending the string to               the icon title.  (Only the first "%s" is used).

VT100 Widget Resources

       The following resources are specified  as  part  of  thevt100  widget       (classVT100).    They   are   specified   by   patterns   such   as       "XTerm.vt100.NAME".       If yourxterm is  configured  to  support  the  "toolbar",  then  those       patterns  need  an  extra  level  for  the  form-widget which holds the       toolbar and vt100 widget.  A wildcard between the top-level "XTerm" and       the "vt100" widget makes the resource settings work for  either,  e.g.,       "XTerm*vt100.NAME".activeIcon (classActiveIcon)               Specifies  whether  or  not  active icon windows are to be used               when thexterm window is iconified, if this feature is compiled               intoxterm.  The active icon is a miniature  representation  of               the  content  of  the  window  and  will  update as the content               changes.   Not  all   window   managers   necessarily   support               application  icon windows.  Some window managers will allow you               to enter keystrokes into the active icon window.   The  default               is "default".Xterm  accepts  either  a keyword (ignoring case) or the number               shown in parentheses:               false (0)                      No active icon is shown.               true (1)                      The active icon is shown.  If you  are  usingtwm,  use                      this setting to enable active-icons.               default (2)Xterm  checks  at startup, and shows an active icon only                      for window managers which it can identify and which  are                      known  to  support  the  feature.   These arefvwm (full                      support), andwindow  maker  (limited).   A  few  other                      window  managers  (such  astwm andctwm) support active                      icons, but do not support  the  extensions  which  allowxterm to identify the window manager.allowBoldFonts (classAllowBoldFonts)               When  set  to  "false",xterm  will  not use bold fonts.  This               overrides both thealwaysBoldMode and theboldMode resources.allowC1Printable (classAllowC1Printable)               If true, overrides the mapping of C1 controls (codes  128-159),               tellingxterm  to  treat as if they were printable characters.               Although this corresponds to no particular standard, some users               insist it is a VT100.  The default is "false".               Simply marking the C1 controls as  printable  does  not  ensure               thatxterm  will  display  a character.  That depends upon the               font used.  When the font does not  provide  glyphs  for  those               codes,xterm  may  instead  show  a  dashed  box  or  a blank,               depending on the setting of theforceBoxChars resource.               Whenxterm uses UTF-8 encoding, it does not  interpret  the  C1               bytes as control characters:oXterm  stores characters in each cell on the screen (rather                   than the sequence of bytes  which  comprise  a  character).                   WhenallowC1Printable  ison,  the stored character codes                   match the byte values.o   WhenallowC1Printable isoff,xterm stores the  same  bytes                   as Unicode replacement characters (U+FFFD), because a UTF-8                   sequence cannot begin with those bytes.                   UTF-8  encoding  can  produce  character codes in the range                   128-159, using two bytes (beginning with 0xC2).Xterm does                   not interpret those two-byte  characters  as  C1  controls.                   whenallowC1Printable is off.  It simply ignores them.allowColorOps (classAllowColorOps)               Specifies  whether control sequences that set/query the dynamic               colors should be allowed.  ANSI colors are unaffected  by  this               resource setting.  The default is "true".allowFontOps (classAllowFontOps)               Specifies  whether  control  sequences  that set/query the font               should be allowed.  The default is "true".allowMouseOps (classAllowMouseOps)               Specifies whether control sequences that enablexterm  to  send               escape sequences to the host on mouse-clicks and movement.  The               default is "true".allowPasteControls (classAllowPasteControls)               If  true,  allow  control  characters such as BEL and CAN to be               pasted.  Formatting  characters  (tab,  newline)  are  normally               allowed,  unless  suppressed  via  thedisallowedPasteControls               resource.  Other C0 control characters  are  suppressed  unless               this  resource is enabled.  The exact set of control characters               (C0 and C1) depends upon whether UTF-8  encoding  is  used,  as               well   as   theallowC1Printable  anddisallowedPasteControls               resources.  The default is "false".allowScrollLock (classAllowScrollLock)               Specifies whether control sequences that set/query  the  Scroll               Lock  key should be allowed, as well as whether the Scroll Lock               key responds to user's keypress.  The default is "false".               When this feature is enabled,xterm will sense the state of the               Scroll Lock key each time  it  acquires  focus.   Pressing  the               Scroll  Lock  key  togglesxterm's  internal state, as well as               toggling the associated LED.  While the Scroll Lock is  active,xterm attempts to keep a viewport on the same set of lines.  If               the  current  viewport  is  scrolled  past the limit set by thesaveLines resource, then Scroll Lock has no further effect.               The reason for setting the default to "false" is to avoid  user               surprise.    This   key   is   generally   unused  in  keyboard               configurations, and has not acquired a  standard  meaning  even               when  it  is  used  in  that  manner.  Consequently, users have               assigned it for ad hoc purposes.               See also theautoScrollLock resource.allowSendEvents (classAllowSendEvents)               Specifies whether  or  not  synthetic  key  and  button  events               (generated  using  the  X protocol SendEvent request) should be               interpreted or discarded.  The default is "false" meaning  they               are  discarded.   Note that allowing such events would create a               very large security  hole,  therefore  enabling  this  resource               forcefully  disables theallowXXXOps resources.  The default is               "false".allowTcapOps (classAllowTcapOps)               Specifies whether control sequences that query  the  terminal's               notion  of  its  function-key  strings,  as termcap or terminfo               capabilities should be allowed.  The default is "true".               A few programs, e.g.,vim, use this feature to get an  accurate               description  of the terminal's capabilities, independent of the               termcap/terminfo setting:oXterm can tell the querying  program  how  many  colors  it                   supports.   This  is  a  constant,  depending  on how it is                   compiled, typically 16.  It does not change  if  you  alter                   resource settings, e.g., theboldColors resource.oXterm  can  tell the querying program what strings are sent                   by modified (shift-, control-, alt-) function- and  keypad-                   keys.   Reporting  control-  and alt-modifiers is a feature                   that relies on thencurses extended naming.allowTitleOps (classAllowTitleOps)               Specifies whether control  sequences  that  modify  the  window               title or icon name should be allowed.  The default is "true".allowWindowOps (classAllowWindowOps)               Specifies whether extended window control sequences (as used indtterm)  should  be  allowed.   These  include  several control               sequences which manipulate the window size or position, as well               as reporting these values and the title or icon name.  Each  of               these can be abused in a script; curiously enough most terminal               emulators  that  implement  these restrict only a small part of               the repertoire.  For fine-tuning, seedisallowedWindowOps.  The               default is "false".altIsNotMeta (classAltIsNotMeta)               If "true", treat the Alt-key as if it were the Meta-key.   Your               keyboard may happen to be configured so they are the same.  But               if  they  are  not, this allows you to use the same prefix- and               shifting operations with the Alt-key as with the Meta-key.  SeealtSendsEscape andmetaSendsEscape.  The default is "false".altSendsEscape (classAltSendsEscape)               This is an additional keyboard operation that may be  processed               after  the  logic formetaSendsEscape.  It is only available if               thealtIsNotMeta resource is set.o   If "true", Alt characters (a character  combined  with  the                   modifier associated with left/right Alt-keys) are converted                   into  a  two-character  sequence  with the character itself                   preceded by ESC.  This applies  as  well  to  function  key                   control  sequences,  unlessxterm sees thatAlt is used in                   your key translations.o   If "false", Alt characters input from the keyboard cause  a                   shift  to 8-bit characters (just likemetaSendsEscape).  By                   combining the  Alt-  and  Meta-modifiers,  you  can  create                   corresponding   combinations   of   ESC-prefix   and  8-bit                   characters.               The default is "False".Xterm  provides  a  menu  option  for               toggling this resource.alternateScroll (classScrollCond)               If   "true",  thescroll-back  andscroll-forw  actions  send               cursor-up and -down keys whenxterm is displaying the alternate               screen.  The default is "false".               ThealternateScroll state can  also  be  set  using  a  control               sequence.alwaysBoldMode (classAlwaysBoldMode)               Specifies  whetherxterm  should  check if the normal and bold               fonts are distinct before deciding whether to use  overstriking               to  simulate  bold fonts.  If this resource is true,xterm does               not make the check for distinct  fonts  when  deciding  how  to               handle theboldMode resource.  The default is "false".boldMode   alwaysBoldMode   Comparison   Action               ----------------------------------------------------               false      false            ignored      use font               false      true             ignored      use font               true       false            same         overstrike               true       false            different    use font               true       true             ignored      overstrike               This resource is used only for bitmap fonts:o   When  using  bitmap  fonts,  it  is  possible that the font                   server will approximate the bold font by rescaling it  from                   a  different  font  size than expected.  ThealwaysBoldMode                   resource allows the user to override the  (sometimes  poor)                   resulting  bold  font  with overstriking (which is at least                   consistent).o   The problem does not  occur  with  TrueType  fonts  (though                   there  can  be  other  unnecessary issues such as different                   coverage of the normal and bold fonts).               As an alternative, setting theallowBoldFonts resource to false               overrides both thealwaysBoldMode and theboldMode resources.alwaysHighlight (classAlwaysHighlight)               Specifies  whether  or  notxterm  should  always  display   a               highlighted  text  cursor.   By  default  (if  this resource is               false), a hollow text cursor is displayed whenever the  pointer               moves  out  of  the window or the window loses the input focus.               The default is "false".alwaysUseMods (classAlwaysUseMods)               Override thenumLock resource, tellingxterm to use the Alt and               Meta  modifiers  to  construct  parameters  for  function   key               sequences  even  if  those modifiers appear in the translations               resource.  Normallyxterm checks if Alt or Meta is  used  in  a               translation  that  would  conflict with function key modifiers,               and will ignore these modifiers  in  that  special  case.   The               default is "false".answerbackString (classAnswerbackString)               Specifies  the  string  thatxterm sends in response to an ENQ               (control/E) character from the host.  The default  is  a  blank               string,  i.e., "".  A hardware VT100 implements this feature as               a setup option.appcursorDefault (classAppcursorDefault)               If "true", the cursor keys are initially in  application  mode.               This  is the same as the VT102 private DECCKM mode, The default               is "false".appkeypadDefault (classAppkeypadDefault)               If "true", the keypad keys are initially in  application  mode.               The default is "false".assumeAllChars (classAssumeAllChars)               If "true", this enables a special case in bitmap fonts to allow               the  font  server to choose how to display missing glyphs.  The               default is "true".               The reason for this resource is to  help  with  certain  quasi-               automatically generated fonts (such as the ISO-10646-1 encoding               of Terminus) which have incorrect font-metrics.autoScrollLock (classAutoScrollLock)               If  "true",xterm will maintain its viewport of displayed lines               whenever displaying  scrollback,  as  ifallowScrollLock  were               enabled  and the Scroll Lock key had been pressed.  The default               is "false".  This feature is only useful if thescrollTtyOutput               resource is set to "false".autoWrap (classAutoWrap)               Specifies whether or not  auto-wraparound  should  be  enabled.               This is the same as the VT102 DECAWM.  The default is "true".awaitInput (classAwaitInput)               Specifies whether or notxterm uses a 50 millisecond timeout to               await  input (i.e., to support theXaw3d arrow scrollbar).  The               default is "false".backarrowKey (classBackarrowKey)               Specifies whether the backarrow key transmits a  backspace  (8)               or  delete  (127)  character.   This  corresponds to the DECBKM               control sequence.  A "true"  value  specifies  backspace.   The               default  is  "True".   Pressing  the  control  key toggles this               behavior.background (classBackground)               Specifies the color to use for the background  of  the  window.               The default is "XtDefaultBackground".bellIsUrgent (classBellIsUrgent)               Specifies  whether  to  set  the  Urgency  hint  for the window               manager when making a bell sound.  The default is "false".bellOnReset (classBellOnReset)               Specifies whether to sound a bell when doing a hard reset.  The               default is "true".bellSuppressTime (classBellSuppressTime)               Number of milliseconds after a  bell  command  is  sent  during               which additional bells will be suppressed.  Default is 200.  If               set  non-zero,  additional  bells will also be suppressed until               the server reports that processing of the first bell  has  been               completed; this feature is most useful with the visible bell.boldColors (classColorMode)               Specifies  whether  to  combine bold attribute with colors like               the IBM PC, i.e., map colors 0 through 7 to  colors  8  through               15.   These  normally  are the brighter versions of the first 8               colors, hence bold.  The default is "true".boldFont (classBoldFont)               Specifies  the  name  of  the  bold  font  to  use  instead  of               overstriking.  There is no default for this resource.               This font must be the same height and width as the normal font,               otherwise  it  is  ignored.   If only one of the normal or bold               fonts is specified, it will be used as the normal font and  the               bold font will be produced by overstriking this font.               See   also   the  discussion  ofboldMode  andalwaysBoldMode               resources.boldMode (classBoldMode)               This specifies whether or not  text  with  the  bold  attribute               should  be  overstruck  to  simulate bold fonts if the resolved               bold font is the same as the normal font.  It may be  desirable               to  disable  bold  fonts  when color is being used for the bold               attribute.               Note thatxterm has one bold font which you may set explicitly.Xterm attempts to  derive  a  bold  font  for  the  other  font               selections  (font1  throughfont7).   If it cannot find a bold               font, it will use the normal font.  In each case  (whether  the               explicit  resource or the derived font), if the normal and bold               fonts are distinct, this resource has no effect.   The  default               is "true".               See  thealwaysBoldMode resource which can modify the behavior               of this resource.               Althoughxterm attempts to derive a bold font  for  other  font               selections,  the  font  server may not cooperate.  Since X11R6,               bitmap fonts have been  scaled.   The  font  server  claims  to               provide  the  bold  font thatxterm requests, but the result is               not always readable.  XFree86 introduced a feature which can be               used to suppress the scaling.  In the X server's  configuration               file  (e.g.,  "/etc/X11/XFree86"  or "/etc/X11/xorg.conf"), you               can add ":unscaled" to the end of the  directory  specification               for the "misc" fonts, which comprise the fixed-pitch fonts that               are used byxterm.  For example                   FontPath  "/usr/lib/X11/fonts/misc/"               would become                   FontPath  "/usr/lib/X11/fonts/misc/:unscaled"               Depending  on  your configuration, the font server may have its               own configuration file.  The same ":unscaled" can be  added  to               its   configuration   file   at   the   end  of  the  directory               specification for "misc".               The bitmap scaling feature is also used byxterm  to  implement               VT102 double-width and double-height characters.brokenLinuxOSC (classBrokenLinuxOSC)               If true,xterm applies a workaround to ignore malformed control               sequences  that a Linux script might send.  Compare the palette               control sequences documented  inconsole_codes  with  ECMA-48.               The default is "true".brokenSelections (classBrokenSelections)               If  true,xterm in 8-bit mode will interpretSTRING selections               as carrying text in the current  locale's  encoding.   NormallySTRING  selections carry ISO-8859-1 encoded text.  Setting this               resource to "true" violates the  ICCCM;  it  may,  however,  be               useful for interacting with some broken X clients.  The default               is "false".brokenStringTerm (classBrokenStringTerm)               provides  a  work-around  for  some ISDN routers which start an               application control string without completing it.  Set this  to               "true" ifxterm appears to freeze when connecting.  The default               is "false".Xterm's  state  parser  recognizes  several  types  of  control               strings which can contain text, e.g.,APC (Application Program Command),DCS (Device Control String),OSC (Operating System Command),PM (Privacy Message), andSOS (Start of String),               Each should end with a string-terminator (a  special  character               which  cannot  appear  in  these  strings).   Ordinary  control               characters found within the string are not  ignored;  they  are               processed  without interfering with the process of accumulating               the control string's content.Xterm recognizes these  controls               in  all modes, although some of the functions may be suppressed               after parsing the control.               When enabled, this feature allows the  user  to  exit  from  an               unterminated  control string when any of these ordinary control               characters are found:               control/D (used as an end of file in many shells),               control/H (backspace),               control/I (tab-feed),               control/J (line feed aka newline),               control/K (vertical tab),               control/L (form feed),               control/M (carriage return),               control/N (shift-out),               control/O (shift-in),               control/Q (XOFF),               control/X (cancel)c132 (classC132)               Specifies whether or not the  VT102  DECCOLM  escape  sequence,               used  to  switch between 80 and 132 columns, should be honored.               The default is "false".cacheDoublesize (classCacheDoublesize)               Tells whether to cache double-sized fonts byxterm.   Set  this               to zero to disable double-sized fonts altogether.cdXtraScroll (classCdXtraScroll)               Specifies  whetherxterm  should  scroll  to  a  new page when               clearing the whole screen.  LiketiXtraScroll,  the  intent  of               this  option  is  to  provide  a  picture  of  the  full-screen               application's display on the scrollback before wiping  out  the               text.Xterm  accepts  either  a keyword (ignoring case) or the number               shown in parentheses:               false (0)                      nothing is added to the scrollback.               true (1)                      the current screen is added to the scrollback.               trim (2)                      the current screen  is  added  to  the  scrollback,  but                      repeated  blank  lines  are trimmed (reduced to a single                      blank line).               The default for this resource is "false".charClass (classCharClass)               Specifies comma-separated lists of character class bindings  of               the formlow[-high][:value].               These  are  used in determining which sets of characters should               be treated  the  same  when  doing  cut  and  paste.   See  theCHARACTER CLASSES section.checksumExtension (classChecksumExtension)               DEC  VT420  and  up  support  a control sequenceDECRQCRA which               reports the checksum of the characters in a  rectangle.Xterm               supports this, with extensions that can be configured with bits               of thechecksumExtension:               0    do not negate the result.               1    do not report the VT100 video attributes.               2    do not omit checksum for blanks.               3    omit checksum for cells not explicitly initialized.               4    do  not  mask  cell  value  to  8 bits or ignore combining                    characters.               5    do not mask cell value to 7 bits.               With the default value (0),xterm matches the behavior of DEC's               terminals.  To use all  extensions,  set  all  bits,  "-1"  for               example.cjkWidth (classCjkWidth)               Specifies  whetherxterm  should  follow  the traditional East               Asian width convention.  When turned on, characters  with  East               Asian  Ambiguous  (A) category in UTR 11 have a column width of               2.  You may have to set this option to "true" if you have  some               old  East  Asian terminal based programs that assume that line-               drawing characters have a column width of 2.  If this  resource               is  false, themkWidth resource controls the choice between the               system'swcwidth(3) andxterm's built-in tables.   The  default               is "false".color0 (classColor0)color1 (classColor1)color2 (classColor2)color3 (classColor3)color4 (classColor4)color5 (classColor5)color6 (classColor6)color7 (classColor7)               These  specify  the  colors  for  the  ISO-6429 extension.  The               defaults are, respectively, black,  red3,  green3,  yellow3,  a               customizable  dark  blue,  magenta3,  cyan3,  and  gray90.  The               default shades of color are chosen to allow the colors 8-15  to               be used as brighter versions.color8 (classColor8)color9 (classColor9)color10 (classColor10)color11 (classColor11)color12 (classColor12)color13 (classColor13)color14 (classColor14)color15 (classColor15)               These specify the colors for the ISO-6429 extension if the bold               attribute  is  also  enabled.   The default resource values are               respectively, gray50, red, green, yellow,  a  customized  light               blue, magenta, cyan, and white.color16 (classColor16)       throughcolor255 (classColor255)               These  specify  the  colors  for  the 256-color extension.  The               default resource values are foro   colors 16 through 231 to make a 6x6x6 color cube, ando   colors 232 through 255 to make a grayscale ramp.               Resources pastcolor15 are available as a compile-time  option.               Due to a hardcoded limit in the X libraries on the total number               of resources (to 400), the resources for 256-colors are omitted               when  wide-character  support  andluit  are enabled.  Besides               inconsistent behavior  if  only  part  of  the  resources  were               allowed,  determining  the exact cutoff is difficult, and the X               libraries tend to crash if the number of resources exceeds  the               limit.   The  color  palette  is  still initialized to the same               default values, and can be modified via control sequences.               On the other hand, the resource limit does permit including the               entire range for 88-colors.colorAttrMode (classColorAttrMode)               Specifies whethercolorBD,colorBL,colorRV, andcolorUL should               override ANSI colors.  If not, these are displayed only when no               ANSI colors have been set for the corresponding position.   The               default is "false".colorBD (classColorBD)               This  specifies  the color to use to display bold characters if               the  "colorBDMode"  resource  is  enabled.   The   default   is               "XtDefaultForeground".               See  also  theveryBoldColors  resource which allows combining               bold and color.colorBDMode (classColorAttrMode)               Specifies whether characters with the bold attribute should  be               displayed  in  color  or as bold characters.  Note that settingcolorMode off disables all colors, including bold.  The default               is "false".colorBL (classColorBL)               This specifies the color to use to display blink characters  if               the   "colorBLMode"   resource  is  enabled.   The  default  is               "XtDefaultForeground".               See also theveryBoldColors  resource  which  allows  combining               underline and color.colorBLMode (classColorAttrMode)               Specifies whether characters with the blink attribute should be               displayed  in  color.  Note that settingcolorMode off disables               all colors, including this.  The default is "false".colorEvents (classColorEvents)               Specifies OSC control codes that can be processed  from  client               messages  with  the  typeXTERM_CONTROL.   These events may be               generated using the X protocol SendEvent request.  The resource               value is a comma-separated list of codes allowed.  The  default               is the empty string, disallowing all processing.               The  names are listed below.Xterm ignores capitalization, but               they are shown in mixed-case for clarity.  Either a name  or  a               number can be used.               TEXT_FG (10)                    text foreground               TEXT_BG (11)                    text background               TEXT_CURSOR (12)                    text cursor               MOUSE_FG (13)                    mouse foreground               MOUSE_BG (14)                    mouse background               TEK_FG (15)                    tektronix foreground               TEK_BG (16)                    tektronix background               HIGHLIGHT_BG (17)                    highlight background               TEK_CURSOR (18)                    tektronix cursor               HIGHLIGHT_FG (19)                    highlight foreground               For  example, if messages for the text color are enabled, e.g.,               by setting the resource to                   text_fg, text_bg               the text foreground color can be set  to  black  by  sending  a               message with this content:                   10;#000000colorIT (classColorIT)               This specifies the color to use to display italic characters if               the   "colorITMode"   resource  is  enabled.   The  default  is               "XtDefaultForeground".               See also theveryBoldColors  resource  which  allows  combining               attributes and color.colorITMode (classColorAttrMode)               Specifies  whether  characters with the italic attribute should               be displayed in color or as italic characters.  The default  is               "false".               Note that:o   SettingcolorMode  off  disables  all  colors,  including                   italic.o   TheitalicULMode resource overridescolorITMode.colorInnerBorder (classColorInnerBorder)               Normally,xterm fills the VT100 window's inner border using the               background color.               If thecolorInnerBorder resource is enabled, at  startupxterm               will compare theborderColor and the window's background color.               If those are different,xterm will use theborderColor resource               to  fill the inner border.  Otherwise, it will use the window's               background color.               The default is "false".colorMode (classColorMode)               Specifies whether or not recognition of ANSI  (ISO-6429)  color               change  escape  sequences  should  be  enabled.  The default is               "true".colorRV (classColorRV)               This specifies the color to use to display  reverse  characters               if  the  "colorRVMode"  resource  is  enabled.   The default is               "XtDefaultForeground".               See also theveryBoldColors  resource  which  allows  combining               reverse and color.colorRVMode (classColorAttrMode)               Specifies  whether characters with the reverse attribute should               be  displayed  in  color.   Note  that  settingcolorMode  off               disables all colors, including this.  The default is "false".colorUL (classColorUL)               This   specifies   the  color  to  use  to  display  underlined               characters if  the  "colorULMode"  resource  is  enabled.   The               default is "XtDefaultForeground".               See  also  theveryBoldColors  resource which allows combining               underline and color.colorULMode (classColorAttrMode)               Specifies  whether  characters  with  the  underline  attribute               should be displayed in color or as underlined characters.  Note               that  settingcolorMode  off  disables  all  colors, including               underlining.  The default is "false".combiningChars (classCombiningChars)               Specifies the number of wide-characters which can be stored  in               a  cell  to overstrike (combine) with the base character of the               cell.  This can be set to values in the  range  0  to  5.   The               default is "2".ctrlFKeys (classCtrlFKeys)               In  VT220  keyboard  mode (seesunKeyboard resource), specifies               the amount by which to shift F1-F12 given  a  control  modifier               (CTRL).  This allows you to generate key symbols for F10-F20 on               a  Sun/PC keyboard.  The default is "10", which means that CTRL               F1 generates the key symbol for F11.curses (classCurses)               Specifies whether or not the last column bug inmore(1)  should               be worked around.  See the-cu option for details.  The default               is "false".cursorBar (classCursorBar)               Specifies  whether  to  make  the  cursor  a left-bar or a box,               unless thecursorUnderLine resource is  set.   The  default  is               "false".cursorBlink (classCursorBlink)               Specifies  whether  to  make  the  cursor blink.Xterm accepts               either a  keyword  (ignoring  case)  or  the  number  shown  in               parentheses:               false (0)                  The  cursor  will not blink, but may be combined with escape                  sequences according to thecursorBlinkXOR resource.               true (1)                  The cursor will blink,  but  may  be  combined  with  escape                  sequences according to thecursorBlinkXOR resource.               always (2)                  The  cursor  will  always  blink, ignoring escape sequences.                  The menu entry will be disabled.               never (3)                  The cursor will never blink, ignoring escape sequences.  The                  menu entry will be disabled.               The default is "false".cursorBlinkXOR (classCursorBlinkXOR)Xterm uses two inputs to determine whether the cursor blinks:o   ThecursorBlink resource (which can be altered with a  menu                   entry).o   Control sequences (private mode 12 and DECSCUSR).               ThecursorBlinkXOR  resource  determines  how those inputs are               combined:               falseXterm uses the logical-OR of the two variables.  If either                    is set,xterm makes the cursor blink.               trueXterm uses the logical-XOR of the two variables.  If  only                    one is set,xterm makes the cursor blink.               The default is "true".cursorColor (classCursorColor)               Specifies the color to use for the text cursor.  The default is               "XtDefaultForeground".  By default,xterm attempts to keep this               color  from  being  the  same as the background color, since it               draws the cursor by filling the background of a text cell.  The               same restriction applies to control sequences which may  change               this color.               Setting  this resource overrides most ofxterm's adjustments to               cursor color.  It will still use reverse-video to disallow some               cases, such as a black cursor on a black background.cursorOffTime (classCursorOffTime)               Specifies the duration of the "off" part of  the  cursor  blink               cycle-time  in  milliseconds.   The same timer is used for text               blinking.  The default is "300".cursorOnTime (classCursorOnTime)               Specifies the duration of the "on" part  of  the  cursor  blink               cycle-time,  in  milliseconds.  The same timer is used for text               blinking.  The default is "600".cursorUnderLine (classCursorUnderLine)               Specifies whether to make the cursor underlined or a  box.   If               unset (false), thecursorBar resource may set the cursor shape.               The default is "false".cutNewline (classCutNewline)               If  "false",  triple clicking to select a line does not include               thenewline at the end of the line.  If "true", the Newline  is               selected.  The default is "true".cutToBeginningOfLine (classCutToBeginningOfLine)               If  "false", triple clicking to select a line selects only from               the current word  forward.   If  "true",  the  entire  line  is               selected.  The default is "true".decGraphicsID (classDecGraphicsID)               Allows  a  way to combine the graphics feature from certain DEC               terminals (125, 240, 241, 330, 340 or 382) with other emulation               levels which did not  provide  the  graphics  feature.   As  indecTerminalID,  leading non-digit characters are ignored, e.g.,               "vt340" and "340" are the same.               If the resource value is nonzero,xterm  uses  that  emulation               level when initializing the drawing region and decoding control               sequences to draw graphics.               The default is "0".decTerminalID (classDecTerminalID)               Specifies  the  emulation  level  (100=VT100, 220=VT220, etc.),               used to  determine  the  type  of  response  to  a  DA  control               sequence.   Leading  non-digit  characters  are  ignored, e.g.,               "vt100" and "100" are the same.  The default is "420".defaultString (classDefaultString)               Specify the character (or string) whichxterm  will  substitute               when   pasted   text  includes  a  character  which  cannot  be               represented in the current  encoding.   For  instance,  pasting               UTF-8 text into a display of ISO-8859-1 characters will only be               able  to  display  codes  0-255,  while  UTF-8 text can include               Unicode values above 255.  The default is "#" (a  single  pound               sign).               If the undisplayable text would be double-width,xterm will add               a  space  after  the  "#"  character,  to give roughly the same               layout on the screen as the original text.deleteIsDEL (classDeleteIsDEL)               Specifies what theDelete key on the editing keypad should send               when pressed.  The resource value is a string, evaluated  as  a               boolean  after  startup.Xterm uses it in conjunction with thekeyboardType resource:o   If the keyboard type  is  "default",  or  "vt220"  and  the                   resource  is  either "true" or "maybe" send the VT220-styleRemove escape sequence.  Otherwise, send DEL (127).o   If the keyboard type  is  "legacy",  and  the  resource  is                   "true" send DEL.  Otherwise, send theRemove sequence.o   Otherwise,  if  the  keyboard type is none of these special                   cases, send DEL (127).               The default is "Maybe".  The resource is allowed to be  a  non-               boolean "maybe" so that the popup menuDelete is DEL entry does               not override the keyboard type.directColor (classDirectColor)               Specifies  whether  to  handle  direct-color  control sequences               using the X server's available colors, or to approximate  those               using a color map with 256 entries.  A "true" value enables the               former.  The default is "true".disallowedColorOps (classDisallowedColorOps)               Specify  which  features  will  be disabled ifallowColorOps is               false.  This is a comma-separated list of names.   The  default               value is                   SetColor,GetColor,GetAnsiColor               The  names are listed below.Xterm ignores capitalization, but               they are shown in mixed-case for clarity.               SetColor                    Set a specific dynamic color.               GetColor                    Report the current setting of a given dynamic color.               GetAnsiColor                    Report the current setting of a given ANSI color (actually                    any of the colors set via ANSI-style controls).disallowedFontOps (classDisallowedFontOps)               Specify which features will  be  disabled  ifallowFontOps  is               false.   This  is a comma-separated list of names.  The default               value is                   SetFont,GetFont               The names are listed below.Xterm ignores capitalization,  but               they are shown in mixed-case for clarity.               SetFont                    Set the specified font.               GetFont                    Report the specified font.disallowedMouseOps (classDisallowedMouseOps)               Specify  which  features  will  be disabled ifallowMouseOps is               false.  This is a comma-separated list of names.   The  default               value  is  "*"  which  matches all names.  The names are listed               below.Xterm ignores capitalization, but  they  are  shown  in               mixed-case for clarity.               X10  The original X10 mouse protocol.               Locator                    DEC locator mode               VT200Click                    X11 mouse-clicks only.               VT200Hilite                    X11 mouse-clicks and highlighting.               AnyButton                    XFree86xterm any-button mode sends button-clicks as well                    as motion events while the button is pressed.               AnyEvent                    XFree86xterm any-event mode sends button-clicks  as  well                    as motion events whether or not a button is pressed.               FocusEvent                    Send FocusIn/FocusOut events.               Extended                    The  first  extension  beyond  X11  mouse  protocol,  this                    encodes the coordinates in UTF-8.   It  is  deprecated  in                    favor ofSGR, but provided for compatibility.               SGR  This is the recommended extension for mouse-coordinates               URXVT                    LikeExtended, this is provided for compatibility.               AlternateScroll                    This overrides thealternateScroll resource.disallowedPasteControls (classDisallowedPasteControls)               Use  this  resource  to  disallow  pasting  specific C0 control               characters when theallowPasteControls resource is false (i.e.,               the  default).   This  resource  defines  the  set  of  control               characters  which  cannot  be  pasted,  converting  each into a               space.  Other C0 controls are pasted without change.               The resource value is a comma-separated list of  names.Xterm               ignores capitalization.  The default value is                   BS,DEL,ENQ,EOT,ESC,NUL,STTY               The names are listed below:               C0   all ASCII control characters.Individual C0 characters                    NUL,  SOH,  STX,  ETX, EOT, ENQ, ACK, BEL, BS, HT, LF, VT,                    FF, CR, SO, SI, DLE, DC1, DC2, DC3, DC4,  NAK,  SYN,  ETB,                    CAN, EM, SUB, ESC, FS, GS, RS, US               DEL  ASCII delete               NL   ASCII line-feed, i.e., "newline" is the same as LF.               STTY special characters which are set withstty(1).disallowedTcapOps (classDisallowedTcapOps)               Specify  which  features  will  be  disabled ifallowTcapOps is               false.  This is a comma-separated list of names.   The  default               value is                   SetTcap,GetTcap               The  names are listed below.Xterm ignores capitalization, but               they are shown in mixed-case for clarity.               SetTcap                    (not implemented)               GetTcap                    Report specified function- and other special keys.disallowedWindowOps (classDisallowedWindowOps)               Specify which features will be disabled  ifallowWindowOps  is               false.   This  is  a comma-separated list of names, or (for the               controls  adapted  fromdtterm  the  operation  number).   The               default value is                   GetChecksum,GetIconTitle,GetSelection,GetWinTitle,SetSelection,SetXprop                   (i.e., all except a few "dangerous" operations are allowed).               The  names are listed below.Xterm ignores capitalization, but               they are shown in mixed-case for clarity.  Where a  number  can               be used as an alternative, it is given in parentheses after the               name.               ColumnMode                    Enable  (or disable) switching between 80 and 132 columns.                    This is in addition to thec132 resource.               GetChecksum                    Report checksum of characters in a rectangular region.               GetIconTitle (20)                    Reportxterm window's icon label as a string.               GetScreenSizeChars (19)                    Report the size of the screen in characters as numbers.               GetSelection                    Report selection data as a base64 string.               GetWinPosition (13)                    Reportxterm window position as numbers.               GetWinSizeChars (18)                    Report the size of the text area in characters as numbers.               GetWinSizePixels (14)                    Reportxterm window in pixels as numbers.               GetWinState (11)                    Reportxterm window state as a number.               GetWinTitle (21)                    Reportxterm window's title as a string.               LowerWin (6)                    Lower thexterm window  to  the  bottom  of  the  stacking                    order.               MaximizeWin (9)                    Maximize window (i.e., resize to screen size).               FullscreenWin (10)                    Use  full  screen  (i.e.,  resize  to screen size, without                    window decorations).               MinimizeWin (2)                    Iconify window.               PopTitle (23)                    Pop title from internal stack.               PushTitle (22)                    Push title to internal stack.               RaiseWin (5)                    Raise thexterm window to the front of the stacking order.               RefreshWin (7)                    Refresh thexterm window.               RestoreWin (1)                    De-iconify window.               SetChecksum                    Modify algorithm for reporting checksum of characters in a                    rectangular region.               SetSelection                    Set selection data.               SetWinLines                    Resize to a given number of lines, at least 24.               SetWinPosition (3)                    Move window to given coordinates.               SetWinSizeChars (8)                    Resize the text area to given size in characters.               SetWinSizePixels (4)                    Resize thexterm window to given size in pixels.               SetXprop                    Set X property on top-level window.               StatusLine                    Resize window to provide a VT320-style status line.dynamicColors (classDynamicColors)               Specifies whether or not  escape  sequences  to  change  colors               assigned to different attributes are recognized.eightBitControl (classEightBitControl)               Specifies whether or not control sequences sent by the terminal               should  be  eight-bit  characters  or  escape  sequences.   The               default is "false".eightBitInput (classEightBitInput)               If "true", Meta characters (a  single-byte  character  combined               with  theMeta  modifier  key)  input  from  the  keyboard are               presented as a single  character,  modified  according  to  theeightBitMeta   resource.    If  "false",  Meta  characters  are               converted into a  two-character  sequence  with  the  character               itself preceded by ESC.  The default is "true".               ThemetaSendsEscape  andaltSendsEscape resources may override               this feature.  Generally keyboards do not have  a  key  labeled               "Meta",  but "Alt" keys are common, and they are conventionally               used for "Meta".  If they were synonymous, it would  have  been               reasonable  to  name  this resource "altSendsEscape", reversing               its sense.  For more  background  on  this,  see  themeta(3X)               function in curses.               Note  that  theAlt key is not necessarily the same as theMeta               modifier.  Thexmodmap utility lists  your  key  modifiers.   X               defines  modifiers  for shift, (caps) lock and control, as well               as 5 additional modifiers which are generally used to configure               key modifiers.Xterm inspects the same information to find the               modifier associated with eitherMeta key (left or  right),  and               uses  that  key  as  theMeta modifier.  It also looks for the               NumLock key, to recognize the modifier which is associated with               that.               If yourxmodmap configuration uses the same keycodes  for  Alt-               and  Meta-keys,xterm  will  only see the Alt-key definitions,               since those are tested before  Meta-keys.   NumLock  is  tested               first.   It is important to keep these keys distinct; otherwise               some ofxterm's functionality is not available.               TheeightBitInput resource  is  tested  at  startup  time.   If               "true",  thexterm  tries to put the terminal into 8-bit mode.               If "false", on startup,xterm tries to put  the  terminal  into               7-bit  mode.   For  some  configurations  this is unsuccessful;               failure is ignored.  After startup,xterm does not  change  the               terminal between 8-bit and 7-bit mode.               As  originally  implemented  in X11, the resource value did not               change after startup.  However (since patch #216 in 2006)xterm               can modifyeightBitInput after startup via a control  sequence.               The corresponding terminfo capabilitiessmm (set meta mode) andrmm  (reset  meta  mode)  have been recognized bybash for some               time.  Interestingly  enough,bash's  notion  of  "meta  mode"               differs  from the standard definition (in theterminfo manual),               which describes the change to the eighth bit  of  a  character.               It  happens  thatbash  views "meta mode" as the ESC character               thatxterm puts before a character when a special meta  key  is               pressed.bash's  early  documentation  talks  about  the  ESC               character and ignores the eighth bit.eightBitMeta (classEightBitMeta)               This controls the wayxterm  modifies  the  eighth  bit  of  a               single-byte  key  when  theeightBitInput resource is set.  The               default is "locale".               The resource value is a string, evaluated as  a  boolean  after               startup.               false                    The key is sent unmodified.               locale                    The  key  is  modified  only  if the locale uses eight-bit                    encoding.               true The key is sent modified.               never                    The key is always sent unmodified.               Except  for  thenever  choice,xterm  honors  the   terminfo               capabilitiessmm  (set  meta  mode) andrmm (reset meta mode),               allowing the feature to be turned on or off dynamically.               IfeightBitMeta is enabled when the locale  uses  UTF-8,xterm               encodes the value as UTF-8 (since patch #183 in 2003).eightBitOutput (classEightBitOutput)               Specifies  whether  or  not  eight-bit characters sent from the               host should be accepted as is or stripped  when  printed.   The               default is "true", which means that they are accepted as is.eightBitSelectTypes (classEightBitSelectTypes)               Overridexterm's   default   selection   target   list   (seeSELECT/PASTE) for selections in normal (ISO-8859-1) mode.   The               default  is  an empty string, i.e., "", which does not override               anything.emojiWidth (classEmojiWidth)               Specifies whether to interpret Unicode variation selectors VS15               and  VS16.   Those  override  the  character   width   of   the               immediately  preceding  character, if it is an Emoji, to one or               two cells, respectively.  The default is "false".eraseSavedLines (classEraseSavedLines)               Specifies whether or not  to  allowxterm  extended  ED/DECSED               control  sequences to erase the saved-line buffer.  The default               is "true".faceName (classFaceName)               Specify the  pattern  for  scalable  fonts  selected  from  the               FreeType  library if support for that library was compiled intoxterm.  There is no default value.               One or more fonts can be specified, separated  by  commas.   If               prefixed  with  "x:" or "x11:" the specification applies to the               XLFDfont  resource.   A  "xft:"  prefix   is   accepted   but               unnecessary  since  a missing prefix forfaceName means that it               will be used for TrueType.  For example,                   XTerm*faceName: x:fixed,xft:Bitstream Vera Sans Mono               Two TrueType fonts can be specified in this way.  The first  is               the  primary  font; the second acts as a manual override to thefontconfig fontset.               If nofaceName resource is specified, or if there is  no  match               for  both  TrueType  normal and bold fonts,xterm uses the XLFD               (bitmap)font and related resources.               It is possible to select suitable bitmap fonts using  a  script               such as this:                   #!/bin/sh                   FONT=`xfontsel -print`                   test -n "$FONT" && xfd -fn "$FONT"               However  (even  thoughxfd  accepts  a  "-fa" option to denote               FreeType fonts),xfontsel has not been similarly extended.   As               a workaround, you may try                   fc-list :scalable=true:spacing=mono: family               to  find a list of scalable fixed-pitch fonts which may be used               for thefaceName resource value.faceNameDoublesize (classFaceNameDoublesize)               Specify  a  double-width  scalable  font  for  cases  where  an               application requires this, e.g., in CJK applications.  There is               no default value.               Like  thefaceName  resource,  this  allows one or more comma-               separated  font  specifications  to  be  applied  to  thewide               TrueType or XLFD fonts.               If   the  application  uses  double-wide  characters  and  this               resource is not given,xterm will use a scaled version  of  the               font given byfaceName.faceSize (classFaceSize)               Specify  the  pointsize  for  fonts  selected from the FreeType               library if support for that library was  compiled  intoxterm.               The  default is "8.0" On theVT Fonts menu, this corresponds to               theDefault entry.               Although the default is "8.0", this may not be the same as  the               pointsize for the default bitmap font, i.e., that assigned with               the-fn  option,  or  thefont resource.  The default value offaceSize is chosen to match  the  size  of  the  "fixed"  font,               making switching between bitmap and TrueType fonts via the font               menu  give comparable sizes for the window.  If your-fn option               uses a different  pointsize,  you  might  want  to  adjust  thefaceSize resource to match.               You  can specify the pointsize for TrueType fonts selected with               the other size-related menu entries such as Medium, Huge, etc.,               by using one of the following resource values.  If you  do  not               specify  a  value, they default to "0.0", which causesxterm to               use the ratio of font sizes from the corresponding bitmap  font               resources to obtain a TrueType pointsize.               If  all  of thefaceSize resources are set, thenxterm will use               this information to determine the next smaller/larger  TrueType               font  for  thelarger-vt-font() andsmaller-vt-font() actions.               If any are not set,xterm will use only the areas of the bitmap               fonts.faceSize1 (classFaceSize1)               Specifies the pointsize of the first alternative font.faceSize2 (classFaceSize2)               Specifies the pointsize of the second alternative font.faceSize3 (classFaceSize3)               Specifies the pointsize of the third alternative font.faceSize4 (classFaceSize4)               Specifies the pointsize of the fourth alternative font.faceSize5 (classFaceSize5)               Specifies the pointsize of the fifth alternative font.faceSize6 (classFaceSize6)               Specifies the pointsize of the sixth alternative font.faceSize7 (classFaceSize7)               Specifies the pointsize of the seventh alternative font.faintIsRelative (classFaintIsRelative)               Faint colors are derived from the current text color, e.g., the               ANSI colors, by scaling the red,  green  and  blue  components.               Use  this  resource to specify whether that is done relative to               the current background color, or as  an  absolute  value.   The               default is "false".fastScroll (classFastScroll)               Modifies  the effect of jump scroll (jumpScroll) by suppressing               screen refreshes for the special case when output to the screen               has completely  shifted  the  contents  off-screen.   Likewise,               screen  refreshes  for related actions, e.g., carriage returns,               are suppressed.               For instance,cat'ing a  large  file  to  the  screen  normally               results  in a large number of screen refreshes.  By suppressing               the corresponding refreshes, scrolling speed improves.               The default is "true".font (classFont)               Specifies the name of the normal font.  The default is "fixed".               See the discussion of thelocale resource, which describes  how               this font may be overridden.               NOTE: some resource files use patterns such as                   *font: fixed               which are overly broad, affecting both                   xterm.vt100.font               and                   xterm.vt100.utf8Fonts.font               which is probably not what you intended.font1 (classFont1)               Specifies the name of the first alternative font, corresponding               to "Unreadable" in the standard menu.font2 (classFont2)               Specifies   the   name   of   the   second   alternative  font,               corresponding to "Tiny" in the standard menu.font3 (classFont3)               Specifies the name of the third alternative font, corresponding               to "Small" in the standard menu.font4 (classFont4)               Specifies  the   name   of   the   fourth   alternative   font,               corresponding to "Medium" in the standard menu.font5 (classFont5)               Specifies the name of the fifth alternative font, corresponding               to "Large" in the standard menu.font6 (classFont6)               Specifies the name of the sixth alternative font, corresponding               to "Huge" in the standard menu.font7 (classFont7)               Specifies   the   name   of   the   seventh  alternative  font,               corresponding to "Enormous" in the standard menu.fontDoublesize (classFontDoublesize)               Specifies whetherxterm should attempt to use font  scaling  to               draw  double-sized  characters.  Some older font servers cannot               do this properly, will return  misleading  font  metrics.   The               default  is  "true".   If disabled,xterm will simulate double-               sized characters  by  drawing  normal  characters  with  spaces               between them.fontWarnings (classFontWarnings)               Specify  whetherxterm  should  report an error if it fails to               load a font:               0    Never report an error (though the X libraries may).               1    Report an error if the font name was given as  a  resource                    setting.               2    Always report an error on failure to load a font.               The default is "1".forceBoxChars (classForceBoxChars)               Specifies whetherxterm should assume the normal and bold fonts               have VT100 line-drawing characters:o   The  fixed-pitch  ISO-8859-*-encoded  fonts  used  byxterm                   normally have the VT100 line-drawing glyphs in cells  1-31.                   Other  fixed-pitch  fonts  may be more attractive, but lack                   these glyphs.o   When using an ISO-10646-1 font and thewideChars  resource                   is  true,xterm  uses  the  Unicode glyphs which match the                   VT100 line-drawing glyphs.               The default is "false":o   If "false",xterm checks for missing glyphs in the font and                   makes line-drawing characters directly as needed.                   When "false",xterm also  shows  a  blank  where  otherwise                   printable glyphs are missing from the current font.o   If  "true",xterm  assumes  the  font does not contain the                   line-drawing characters, and draws them directly.                   When "true",xterm also shows a dashed  box  outline  where                   otherwise  printable  glyphs  are  missing from the current                   font.               The VT100 line-drawing character set (also  known  as  theDECSpecial Character and Line Drawing Set) is shown in this table.               It  includes  a  fewspecial characters which are not used for               drawing lines:Cell   Unicode   Description               ------------------------------------------------------------               0      U+25AE    black vertical rectangle               1      U+25C6    black diamond               2      U+2592    medium shade               3      U+2409    symbol for horizontal tabulation               4      U+240C    symbol for form feed               5      U+240D    symbol for carriage return               6      U+240A    symbol for line feed               7      U+00B0    degree sign               8      U+00B1    plus-minus sign               9      U+2424    symbol for newline               10     U+240B    symbol for vertical tabulation               11     U+2518    box drawings light up and left               12     U+2510    box drawings light down and left               13     U+250C    box drawings light down and right               14     U+2514    box drawings light up and right               15     U+253C    box drawings light vertical and horizontal               16     U+23BA    box drawings scan 1               17     U+23BB    box drawings scan 3               18     U+2500    box drawings light horizontal               19     U+23BC    box drawings scan 7               20     U+23BD    box drawings scan 9               21     U+251C    box drawings light vertical and right               22     U+2524    box drawings light vertical and left               23     U+2534    box drawings light up and horizontal               24     U+252C    box drawings light down and horizontal               25     U+2502    box drawings light vertical               26     U+2264    less-than or equal to               27     U+2265    greater-than or equal to               28     U+03C0    greek small letter pi               29     U+2260    not equal to               30     U+00A3    pound sign               31     U+00B7    middle dot               ------------------------------------------------------------forcePackedFont (classForcePackedFont)               Specifies whetherxterm should use the maximum or minimum glyph               width when displaying using a bitmap  font.   Use  the  maximum               width  to help with proportional fonts.  The default is "true",               denoting the minimum width.forceXftHeight (classForceXftHeight)               Specifies whetherxterm should use the given font  metrics  for               TrueType  fonts,  or  amend the ascent/descent to total no more               than the given font-height.  This optional feature is  used  to               work around inconsistencies in FreeType's rounding computation.               The default is "false", denoting the given metrics.foreground (classForeground)               Specifies  the  color to use for displaying text in the window.               Setting the class name instead of the instance name is an  easy               way  to  have everything that would normally appear in the text               color change color.  The default is "XtDefaultForeground".formatCursorKeys (classFormatCursorKeys)               WhenmodifyCursorKeys is 4 or greater, use modified form as  informatOtherKeys,  for  cursor-keys  instead of the conventional               form.  The default is "0".formatFunctionKeys (classFormatFunctionKeys)               WhenmodifyFunctionKeys is 4 or greater, use modified  form  as               informatOtherKeys,   for   function-keys   instead   of  the               conventional form.  The default is "0".formatKeypadKeys (classFormatKeypadKeys)               WhenmodifyKeypadKeys is 4 or greater, use modified form as  informatOtherKeys,   for   numeric  keypad-keys  instead  of  the               conventional form.  The default is "0".formatModifierKeys (classFormatModifierKeys)               WhenmodifyModifierKeys is 4 or greater, use modified  form  as               informatOtherKeys,   for   modifier-keys   instead   of  the               conventional form.  The default is "0".formatOtherKeys (classFormatOtherKeys)               Overrides the format of the  escape  sequence  used  to  report               modified keys with themodifyOtherKeys resource.               0  send   modified  keys  as  parameters  for  function-key  27                  (default).               1  send modified keys as parameters for CSI u.formatSpecialKeys (classFormatSpecialKeys)               WhenmodifySpecialKeys is 4 or greater, use modified form as informatOtherKeys, for special keys instead of  the  conventional               form.  The default is "0".freeBoldBox (classFreeBoldBox)               Specifies  whetherxterm  should assume the bounding boxes for               normal and  bold  fonts  are  compatible.   If  "false",xterm               compares them and will reject choices of bold fonts that do not               match  the  size  of  the normal font.  The default is "false",               which means that the comparison is performed.geometry (classGeometry)               Specifies the preferred size and position of the VTxxx  window.               There is no default for this resource.highlightColor (classHighlightColor)               Specifies  the  color  to  use  for  the background of selected               (highlighted) text.   If  not  specified  (i.e.,  matching  the               default  foreground),  reverse  video  is used.  The default is               "XtDefaultForeground".highlightColorMode (classHighlightColorMode)               Specifies  whetherxterm  should  usehighlightTextColor  andhighlightColor  to  override the reversed foreground/background               colors in a selection.  The default is unspecified: at startup,xterm checks if those resources are set to something other than               the default foreground and  background  colors.   Setting  this               resource disables the check.               The  following  table shows the interaction of the highlighting               resources, abbreviated as shown to fit in this page:HCM                  highlightColorModeHR highlightReverseHBG                  highlightColorHFG                  highlightTextColorHCM       HR      HBG       HFG       Highlight               ------------------------------------------------               false     false   default   default   bg/fg               false     false   default   set       bg/fg               false     false   set       default   fg/HBG               false     false   set       set       fg/HBG               ------------------------------------------------               false     true    default   default   bg/fg               false     true    default   set       bg/fg               false     true    set       default   fg/HBG               false     true    set       set       fg/HBG               ------------------------------------------------               true      false   default   default   bg/fg               true      false   default   set       HFG/fg               true      false   set       default   bg/HBG               true      false   set       set       HFG/HBG               ------------------------------------------------               true      true    default   default   bg/fg               true      true    default   set       HFG/fg               true      true    set       default   fg/HBG               true      true    set       set       HFG/HBG               ------------------------------------------------               default   false   default   default   bg/fg               default   false   default   set       bg/fg               default   false   set       default   fg/HBG               default   false   set       set       HFG/HBG               ------------------------------------------------               default   true    default   default   bg/fg               default   true    default   set       bg/fg               default   true    set       default   fg/HBG               default   true    set       set       HFG/HBG               ------------------------------------------------highlightReverse (classHighlightReverse)               Specifies whetherxterm should reverse the selection foreground               and background colors when selecting  text  with  reverse-video               attribute.    This  applies  only  to  thehighlightColor  andhighlightTextColor resources, e.g., to match the  color  scheme               ofxwsh.   If  "true",xterm reverses the colors, If "false",xterm does not reverse colors, The default is "true".highlightSelection (classHighlightSelection)               Tellsxterm whether to highlight all of the selected positions,               or only the selected text:o   If  "false",  selecting  with  the  mouse  highlights   all                   positions  on  the  screen  between  the  beginning  of the                   selection and the current position.o   If "true",xterm highlights only the positions that contain                   text that can be selected.               The default is "false".               Depending on the way your applications  write  to  the  screen,               there  may  be trailing blanks on a line.Xterm stores data as               it is shown on the screen.  Erasing  the  display  changes  the               internal state of each cell so it is not considered a blank for               the  purpose of selection.  Blanks written since the last erase               are selectable.  If you do not wish to have trailing blanks  in               a selection, use thetrimSelection resource.highlightTextColor (classHighlightTextColor)               Specifies  the  color  to  use  for  the foreground of selected               (highlighted) text.   If  not  specified  (i.e.,  matching  the               default  background),  reverse  video  is used.  The default is               "XtDefaultBackground".hpLowerleftBugCompat (classHpLowerleftBugCompat)               Specifies whether to work around  a  bug  in  HP'sxdb,  which               ignores  termcap  and  always  sends ESC F to move to the lower               left corner.  "true" causesxterm  to  interpret  ESC  F  as  a               request  to  move  to the lower left corner of the screen.  The               default is "false".i18nSelections (classI18nSelections)               If false,xterm will not request the targetsCOMPOUND_TEXT  orTEXT.   The default is "true".  It may be set to false in order               to work around ICCCM violations by other X clients.iconBorderColor (classBorderColor)               Specifies the border color for the active icon window  if  this               feature  is  compiled intoxterm.  Not all window managers will               make the icon border visible.iconBorderWidth (classBorderWidth)               Specifies the border width for the active icon window  if  this               feature  is  compiled intoxterm.  The default is "2".  Not all               window managers will make the border visible.iconFont (classIconFont)               Specifies the font for the miniature  active  icon  window,  if               this feature is compiled intoxterm.  The default is "nil2".incrementalGraphics (classIncrementalGraphics)               When  displaying  SIXEL  graphics,  refresh  the  screen  after               processing each cell.  The default is "false".indicatorFormat (classIndicatorFormat)               When displaying the status line using theindicator mode (i.e.,               selecting DECSSDT line type 1), format the  status  using  this               resource.               The  default  value  of  the  resource  displays the version ofxterm, the cursor position and the time/date:                   "%{version%}  %{position%}  %{unixtime%}"               If a "%" marker does not match any of the three special  tokens               used in the default resource setting,xterm usesstrftime(3) to               interpret it.initialFont (classInitialFont)               Specifies  which  of  the VT100 fonts to use initially.  Values               are the same as for theset-vt-font  action.   The  default  is               "d", i.e., "default".inputMethod (classInputMethod)               Tellsxterm  which  type  of input method to use.  There is no               default method.internalBorder (classBorderWidth)               Specifies the number of pixels between the characters  and  the               window border.  The default is "2".italicULMode (classColorAttrMode)               Specifies  whether  characters  with  the  underline  attribute               should  be  displayed  in  an  italic  font  or  as  underlined               characters.  It is implemented only for TrueType fonts.jumpScroll (classJumpScroll)               Specifies  whether  or  not  jump  scroll should be used.  This               corresponds to the VT102 DECSCLM private mode.  The default  is               "true".  SeefastScroll for a variation.keepClipboard (classKeepClipboard)               Specifies  whetherxterm will reuse the selection data which it               copied to the clipboard rather than asking  the  clipboard  for               its  current  contents when told to provide the selection.  The               default is "false".               If compiled intoxterm, the menu entryKeep  Clipboard  allows               you to change this at runtime.keepSelection (classKeepSelection)               Specifies  whetherxterm will keep the selection even after the               selected area was touched by some output to the terminal.   The               default is "true".               The  menu  entryKeep  Selection  allows you to change this at               runtime.keyboardDialect (classKeyboardDialect)               Specifies the initial keyboard dialect, as well as the  default               value  when the terminal is reset.  The value given is the same               as the final character in the control  sequences  which  change               character  sets.   The  default is "B", which corresponds to US               ASCII.limitFontsets (classLimitFontsets)               Limits the number of TrueType fallback  fonts  (i.e.,  fontset)               which  can be tested.  The default is "50".  No more than "255"               will be scanned.               This limits the number of fallback fonts whichxterm  uses  to               display  characters.   Because  TrueType  fonts  typically  are               small,xterm may open several fonts for good coverage, and  may               open additional fonts to obtain information.  You can see which               font-filesxterm  opens  by  setting  the environment variableXFT_DEBUG to 3.  The Xft library andxterm write this debugging               trace to the standard output.               Set this to "0" to disable fallbacks entirely.limitFontHeight (classLimitFontHeight)               When scaling a TrueType font to provide the parts for a double-               high  character,xterm  compares  the  scaled  font  with  the               original to ensure that it is taller.               The default is "10" (percent).limitFontWidth (classLimitFontWidth)               When  looking  for fallback fonts,xterm checks to see that the               character to be displayed is the  same  width  as  the  primary               font.   If a character extends outside the font's bounding box,xterm will clip it, to fit.               This resource controls the amount by which  the  character  can               extend  outside its bounding box beforexterm looks further for               a better font.               This resource is  also  used  in  scaling  TrueType  fonts  for               double-wide  characters,  likelimitFontHeight for double-wide               characters.               The default is "10" (percent).limitResize (classLimitResize)               Limits resizing of the screen via control sequence to  a  given               multiple of the display dimensions.  The default is "1".limitResponse (classLimitResponse)               Limits  the  buffer-size  used  whenxterm  replies to various               control sequences.  The default is "1024".  The  minimum  value               is "256".locale (classLocale)               Specifies  how  to  useluit(1), an encoding converter between               UTF-8 and locale encodings.  The resource value (ignoring case)               may be:trueXterm  will  use  the  encoding  specified  by  the  users'                   LC_CTYPE locale (i.e., LC_ALL, LC_CTYPE, or LANG variables)                   as  far  as  possible.  This is realized by always enabling                   UTF-8 mode and invokingluit in non-UTF-8 locales.mediumXterm will follow users' LC_CTYPE locale  only  for  UTF-8,                   east  Asian, and Thai locales, where the encodings were not                   supported by conventional 8bit mode  with  changing  fonts.                   For other locales,xterm will use conventional 8bit mode.checkfont                   If  mini-luit is compiled-in,xterm will check if a Unicode                   font has been specified.  If so, it checks if the character                   encoding for  the  current  locale  is  POSIX,  Latin-1  or                   Latin-9, uses the appropriate mapping to support those with                   the  Unicode font.  For other encodings,xterm assumes that                   UTF-8 encoding is required.falseXterm  will  use  conventional  8bit  mode  or  UTF-8  mode                   according toutf8 resource or-u8 option.               Any other value, e.g., "UTF-8" or "ISO8859-2", is assumed to be               an encoding name;luit will be invoked to support the encoding.               The  actual  list  of supported encodings depends onluit.  The               default is "medium".               Regardless of your locale and encoding, you need an ISO-10646-1               font to display the result.  Your configuration may not include               this font, or locale-support byxterm may not be needed.               At  startup,xterm  uses  a  mechanism   equivalent   to   theload-vt-fonts(utf8Fonts,Utf8Fonts)  action  to  load  font name               subresources of the VT100 widget.  That is,  resource  patterns               such  as  "*vt100.utf8Fonts.font"  will be loaded, and (if this               resource  is  enabled),  override  the  normal  fonts.   If  no               subresources are found, the normal fonts such as "*vt100.font",               etc., are used.               For instance, you could have this in your resource file:                   *VT100.font: 12x24                   *VT100.utf8Fonts.font:9x15               When  started  with  a  UTF-8 locale,xterm would use 9x15, but               allow you to switch to the 12x24  font  using  the  menu  entry               "UTF-8 Fonts".               The  resource  files  distributed  withxterm  use ISO-10646-1               fonts, but do not rely on them unless you are using the  locale               mechanism.localeFilter (classLocaleFilter)               Specifies  the  file  name  for  the encoding converter from/to               locale encodings and UTF-8 which is used with the-lc option orlocale resource.  The help message shown by "xterm -help" lists               the default value, which depends on your system configuration.               If the encoding converter requires command-line parameters, you               can add those after the command, e.g.,                   *localeFilter: xterm-filter -p               Alternatively, you may put  those  parameters  within  a  shell               script to execute the converter, and set this resource to point               to the shell script.               When  using  a  locale-filter, e.g., with the-e option, or the               shell,xterm first tries passing control via that  filter.   If               it  fails,xterm  will retry without the locale-filter.Xterm               warns about the failure before retrying.logFile (classLogfile)               Specify  the  name  forxterm's  log  file.   If  no  name  is               specified,xterm will generate a name when logging is enabled,               as described in the-l option.logInhibit (classLogInhibit)               If "true", prevent the  logging  feature  from  being  enabled,               whether by the command-line option-l, or the menu entryLog toFile.  The default is "false".logging (classLogging)               If  "true",  (and  iflogInhibit is not set) enable the logging               feature.  This resource is set/updated by the-l option and the               menu entryLog to File.  The default is "false".loginShell (classLoginShell)               Specifies whether or not the shell to  be  run  in  the  window               should be started as a login shell.  The default is "false".marginBell (classMarginBell)               Specifies  whether or not the bell should be rung when the user               types near the right margin.  The default is "false".maxGraphicSize (classMaxGraphicSize)               Ifxterm is configured to support ReGIS or SIXEL graphics, this               resource controls the maximum size of  a  graph  which  can  be               displayed.               The default is "1000x1000" (given aswidth byheight).               If the resource is "auto" thenxterm will use thedecGraphicsID               resource (ordecTerminalID if that is not set):Result    decGraphicsID               ------------------------               768x400             125               800x460             240               800x460             241               800x480             330               800x480             340               860x750             382               800x480othermaxStringParse (classMaxStringParse)Xterm's  state  parser  recognizes  several  types  of  control               strings which can contain text, e.g.,APC (Application Program Command),DCS (Device Control String),OSC (Operating System Command),PM (Privacy Message), andSOS (Start of String),Xterm reads these strings,  accumulating  them  into  a  buffer               until  they  are  properly  terminated.   At  that point,xterm               interprets the strings.  If they happen to beDCS  commands  to               draw  ReGIS images, these strings may be large, in the hundreds               of kilobytes.  A fewOSC  commands  may  be  as  large  as  10               kilobytes.               This  resource  sets a limit on the size of the buffer used for               these strings.  The default is "600000" based on  the  features               which  are configured forxterm.  Control strings which require               larger buffer size are ignored.metaSendsEscape (classMetaSendsEscape)               Tellsxterm what to do with input-characters modified byMeta:o   If "true", Meta characters (a character combined  with  theMeta  modifier  key)  are  converted  into  a two-character                   sequence with the character itself preceded by  ESC.   This                   applies  as  well to function key control sequences, unlessxterm sees thatMeta is used in your key translations.o   If "false", Meta characters input  from  the  keyboard  are                   handled according to theeightBitInput resource.               The default is "False".mkSamplePass (classMkSamplePass)               IfmkSampleSize  is  nonzero,  andmkWidth (andcjkWidth) are               false, on startupxterm compares its  built-in  tables  to  the               system's wide character width data to decide if it will use the               system's  data.   It  tests  the  firstmkSampleSize character               values, and allows up tomkSamplePass  mismatches  before  the               test fails.  The default (for the allowed number of mismatches)               is 655 (one percent of the default value formkSampleSize).mkSampleSize (classMkSampleSize)               WithmkSamplePass,  this  specifies  a  startup  test used for               initializing wide character width  calculations.   The  default               (number of characters to check) is 65536.mkWidth (classMkWidth)               Specifies  whetherxterm  should use a built-in version of the               wide  character  width  calculation.   See  also  thecjkWidth               resource which can override this.  The default is "false".               Here  is a summary of the resources which control the choice of               wide character width calculation:cjkWidth   mkWidth   Action               ---------------------------------------------------------------               false      false     use system tables subject tomkSamplePass               false      true      use built-in tables               true       false     use built-in CJK tables               true       true      use built-in CJK tables               To disablemkWidth, and  use  the  system's  tables,  set  bothmkSampleSize  andmkSamplePass  to  "0".   Doing that may makexterm more consistent with applications running inxterm,  but               may  omit  some  font glyphs whose width correctly differs from               the system's character tables.modifyCursorKeys (classModifyCursorKeys)               Tells how to handle the special case  where  Control-,  Shift-,               Alt-  or  Meta-modifiers  are  used  to  add a parameter to the               escape sequence returned by a cursor-key.  X11 cursor keys  are               the four keys with arrow symbols:                   Left Right Up Down               as well as some commonly found on an "editing keypad"                   Home Prior Page_Up Next Page_Down End Begin               The default is "2":               -1   disables the feature.               0    uses  the old/obsolete behavior, i.e., the modifier is the                    first parameter.               1    prefixes modified sequences with CSI.               2    forces the modifier to be the second parameter if it would                    otherwise be the first.               3    marks the sequence with a ">" to hint that it is private.               4    changes the format to matchmodifyOtherKeys 3, sending  an                    escape sequence according toformatCursorKeys.modifyFunctionKeys (classModifyFunctionKeys)               Tells  how  to  handle the special case where Control-, Shift-,               Alt- or Meta-modifiers are used  to  add  a  parameter  to  the               escape  sequence  returned  by  a (numbered) function-key.  The               default  is  "2".   The  resource   values   are   similar   tomodifyCursorKeys:               -1   permits  the  user  to use shift- and control-modifiers to                    construct function-key strings using the  normal  encoding                    scheme.               0    uses  the old/obsolete behavior, i.e., the modifier is the                    first parameter.               1    prefixes modified sequences with CSI.               2    forces the modifier to be the second parameter if it would                    otherwise be the first.               3    marks the sequence with a ">" to hint that it is private.               4    changes the format to matchmodifyOtherKeys 3, sending  an                    escape sequence according toformatFunctionKeys.               IfmodifyFunctionKeys  is zero,xterm uses Control- and Shift-               modifiers to allow the user to construct numbered function-keys               beyond the set provided by the keyboard:               Control                    adds the value given by thectrlFKeys resource.               Shift                    adds twice the value given by thectrlFKeys resource.               Control/Shift                    adds  three  times  the  value  given  by  thectrlFKeys                    resource.modifyKeyboard (classModifyKeyboard)               Normallyxterm makes a special case regarding modifiers (shift,               control,  etc.)  to handle special keyboard layouts (legacy andvt220).  This is done to provide compatible keyboards  for  DEC               VT220  and  related  terminals that implement user-defined keys               (UDK).               The bits of the resource value selectively enable  modification               of  the  given category when these keyboards are selected.  The               default is "0":               0    The legacy/vt220 keyboards  interpret  only  the  Control-                    modifier  when constructing numbered function-keys.  Other                    special keys are not modified.               1    allows modification of the numeric keypad               2    allows modification of the editing keypad               4    allows modification of  function-keys,  overrides  use  of                    Shift-modifier for UDK.               8    allows modification of other special keysmodifyKeypadKeys (classModifyKeypadKeys)               LikemodifyCursorKeys  "4", tellsxterm to construct an escape               sequence fornumeric keypad keys.  The default is "0".modifyModifierKeys (classModifyModifierKeys)               LikemodifyCursorKeys "4", tellsxterm to construct  an  escape               sequence  formodifier  (e.g.,  "shift") keys.  The default is               "0".modifyOtherKeys (classModifyOtherKeys)               LikemodifyCursorKeys "4", tellsxterm to construct  an  escape               sequence  forordinary (i.e., "other") keys (such as "2") when               modified by Shift-, Control-,  Alt-  or  Meta-modifiers.   This               feature does not apply tospecial keys, i.e., cursor-, keypad-,               function-  or  control-keys which are labeled on your keyboard.               Those have key symbols which XKB identifies uniquely.               The default is "0":               0    disables this feature.               1    enables this feature for keys except for those with  well-                    known  behavior,  e.g.,  Tab,  Backarrow  and some special                    control character cases  which  are  built  into  the  X11                    library,  e.g.,  Control-Space to make a NUL, or Control-3                    to make an Escape character.                    Except for those special cases built into the X11 library,                    the Shift- and Control- modifiers  are  treated  normally.                    The  Alt-  and  Meta- modifiers do not causexterm to send                    escape sequences.  Those  modifier  keys  are  interpreted                    according  to  other  resources, e.g., themetaSendsEscape                    resource.               2    enables this feature for  keys  including  the  exceptions                    listed.Xterm  ignores  the special cases built into the                    X11 library.  Any shifted (modified) ordinary key sends an                    escape sequence.  The Alt- and Meta- modifiers causexterm                    to send escape sequences.               3    extends the feature to  send  unmodified  keys  as  escape                    sequences.               TheXterm FAQ has an extended discussion of this feature, with               examples:https://invisible-island.net/xterm/modified-keys.htmlmodifySpecialKeys (classModifySpecialKeys)               LikemodifyCursorKeys "4", tellsxterm to construct  an  escape               sequence  forspecial  keys  (e.g.,  "escape" not in the other               categories).  The default is "0".multiClickTime (classMultiClickTime)               Specifies the maximum time in milliseconds between  multi-click               select events.  The default is "250" milliseconds.multiScroll (classMultiScroll)               Specifies   whether   or   not   scrolling   should   be   done               asynchronously.  The default is "false".nMarginBell (classColumn)               Specifies the number of characters from  the  right  margin  at               which  the  margin  bell  should  be  rung, when enabled by themarginBell resource.  The default is "10".nameKeymap (classNameKeymap)               See the discussion of thekeymap() action.nextEventDelay (classNextEventDelay)               Specifies a delay time in milliseconds before checking for  new               X events.  The default is "1".numColorRegisters (classNumColorRegisters)               Ifxterm is configured to support ReGIS or SIXEL graphics, this               specifies the number of color-registers which are available.               If   this  resource  is  not  specified,xterm  uses  a  value               determined by thedecTerminalID resource:Result   decTerminalID               -----------------------                    4             125                    4             240                    4             241                    4             330                   16             340                    2             382                 1024othernumLock (classNumLock)               If "true",xterm checks if NumLock is used as a  modifier  (seexmodmap(1)).   If  so,  this  modifier  is used to simplify the               logic when implementing special  NumLock  for  thesunKeyboard               resource.   Also  (whensunKeyboard is false), similar logic is               used to find the modifier associated with the  left  and  right               Alt keys.  The default is "true".oldXtermFKeys (classOldXtermFKeys)               If  "true",xterm  will use old-style (X11R5) escape sequences               for function keys F1 to F4, for compatibility with X Consortiumxterm.  Otherwise, it uses the VT100 codes for PF1 to PF4.  The               default is "false".               Setting this resource  has  the  same  effect  as  setting  thekeyboardType  tolegacy.   ThekeyboardType  resource  is the               preferred mechanism for selecting this mode.               The old-style escape sequences resemble VT220 keys, but  appear               to have been invented forxterm in X11R4.on2Clicks (classOn2Clicks)on3Clicks (classOn3Clicks)on4Clicks (classOn4Clicks)on5Clicks (classOn5Clicks)               Specify  selection  behavior  in  response  to  multiple  mouse               clicks.   A  single  mouse  click  is  always  interpreted   as               described  in  theSelection  Functions  section  (seePOINTERUSAGE).   Multiple  mouse  clicks  (using  the   button   which               activates theselect-start action) are interpreted according to               the  resource values ofon2Clicks, etc.  The resource value can               be one of these:word                  Select a "word" as determined  by  thecharClass  resource.                  See theCHARACTER CLASSES section.                  If  the  pointer  is on a "word" thenxterm searches back to                  the beginning of the word, and then to the end.                  If the pointer is not on a "word" then the result depends on                  whether it is on whitespace (including a newline),  or  past                  the  end of the line.  In the latter casexterm may select a                  "word"  beginning  after  the  newline,  if  there   is   no                  additional whitespace.line                  Select a line (counting wrapping).group                  Select  a  group of adjacent lines (counting wrapping).  The                  selection stops on a blank line, and does not extend outside                  the current page.page                  Select all visible lines, i.e., the page.all                  Select all lines, i.e., including the saved lines.regex                  Select  the  best  match  for  the  POSIX  extended  regular                  expression (ERE) which follows in the resource value:oXterm  matches  the  regular  expression  against a byte                      array for the entire (possibly wrapped) line.  That byte                      array may be UTF-8 or ISO-8859-1, depending on the  mode                      in whichxterm is running.oXterm  steps  through  each  byte-offset  in this array,                      keeping track of the best (longest) match.  If more than                      one match ties for the  longest  length,  the  first  is                      used.Xterm  does this to make it convenient to click anywhere                      in the area of interest and cause the regular expression                      to match the entire word, etc.o   The "^" and "$" anchors in a regular  expression  denote                      the ends of the entire line.o   If the regular expression contains backslashes "\" those                      should be escaped "\\" because the X libraries interpret                      backslashes in resource strings.none                  No selection action is associated with this resource.Xterm                  interprets  it as the end of the list.  For example, you may                  use it to disable triple (and higher)  clicking  by  settingon3Clicks to "none".               The  default  values foron2Clicks andon3Clicks are "word" and               "line", respectively.  There is no default value foron4Clicks               oron5Clicks,  making  those  inactive.   On  startup,xterm               determines the  maximum  number  of  clicks  by  theonXClicks               resource values which are set.openIm (classOpenIm)               Tellsxterm  whether to open the input method at startup.  The               default is "true".pointerColor (classPointerColor)               Specifies the foreground color of the pointer.  The default  is               "XtDefaultForeground".pointerColorBackground (classPointerColorBackground)               Specifies  the background color of the pointer.  The default is               "XtDefaultBackground".pointerFont (classPointerFont)               Specifies the font to be used  for  the  pointer.   The  shapes               specified  bypointerShape  are  glyphs  in  this  font.   The               resource value default iscursor.pointerMode (classPointerMode)               Specifies when the pointer may be hidden as the user types.  It               will be redisplayed if the user moves the mouse, or clicks  one               of its buttons.               0  never               1  the  application  running  inxterm has not activated mouse                  mode.  This is the default.               2  always.pointerShape (classCursor)               Specifies the name of the shape of the pointer.  The default is               "xterm".               Other shapes can be selected.  Here is a  list  of  the  "core"               (i.e.,standard) names extracted from <X11/cursorfont.h>:                   X_cursor,  arrow,  based_arrow_down,  based_arrow_up, boat,                   bogosity,     bottom_left_corner,      bottom_right_corner,                   bottom_side,  bottom_tee,  box_spiral,  center_ptr, circle,                   clock,   coffee_mug,   cross,   cross_reverse,   crosshair,                   diamond_cross,   dot,  dotbox,  double_arrow,  draft_large,                   draft_small, draped_box, exchange, fleur,  gobbler,  gumby,                   hand1, hand2, heart, icon, iron_cross, left_ptr, left_side,                   left_tee,     leftbutton,    ll_angle,    lr_angle,    man,                   middlebutton, mouse, pencil, pirate, plus,  question_arrow,                   right_ptr,  right_side,  right_tee,  rightbutton, rtl_logo,                   sailboat, sb_down_arrow, sb_h_double_arrow,  sb_left_arrow,                   sb_right_arrow,  sb_up_arrow,  sb_v_double_arrow,  shuttle,                   sizing,   spider,   spraycan,   star,    target,    tcross,                   top_left_arrow,      top_left_corner,     top_right_corner,                   top_side,  top_tee,  trek,  ul_angle,  umbrella,  ur_angle,                   watch, xterm               If  you  are using acursor theme, expect it to provide about a               third of those names, while adding others.popOnBell (classPopOnBell)               Specifies whether the window would be raised when Control-G  is               received.  The default is "false".               If  the  window is iconified, this has no effect.  However, thezIconBeep resource provides you with the ability to  see  which               iconified windows have sounded a bell.precompose (classPrecompose)               Tellsxterm whether to precompose UTF-8 data into Normalization               Form   C,   which  combines  commonly-used  accents  onto  base               characters.  If it does  not  do  this,  accents  are  left  as               separate characters.  The default is "true".preeditType (classPreeditType)               Tellsxterm  which  types of preedit (preconversion) string to               display.  The default is "OverTheSpot,Root".preferLatin1 (classPreferLatin1)               Tellsxterm whether to use DEC  Supplemental  Graphic,  or  ISO               Latin-1  for  the  user-preferred  supplemental set (UPSS) when               initializing character sets.   The  former  is  the  documented               setting  for  hardware terminals, but the latter is expected by               most users.  The default is "true" (ISO Latin-1).printAttributes (classPrintAttributes)               Specifies whether to print graphic attributes  along  with  the               text.   A  real  DEC  VTxxx  terminal will print the underline,               highlighting codes but your printer may not handle these.o   "0" disables the attributes.o   "1" prints the normal set of attributes  (bold,  underline,                   inverse and blink) as VT100-style control sequences.o   "2" prints ANSI color attributes as well.               The default is "1".printFileImmediate (classPrintFileImmediate)               When  theprint-immediate  action is invoked,xterm prints the               screen contents directly to a file.  Set this resource  to  the               prefix  of  the  filename  (a timestamp will be appended to the               actual name).               The default is an empty string, i.e.,  "",  However,  when  theprint-immediate action is invoked, if the string is empty, then               "XTerm" is used.printFileOnXError (classPrintFileOnXError)               Ifxterm exits with an X error, e.g., your connection is broken               when  the  server crashes, it can be told to write the contents               of the screen to a file.   To  enable  the  feature,  set  this               resource  to  the  prefix  of the filename (a timestamp will be               appended to the actual name).               The default is an empty string, i.e., "", which  disables  this               feature.   However,  when theprint-on-error action is invoked,               if the string is empty, then "XTermError" is used.               These error codes are handled: ERROR_XERROR, ERROR_XIOERROR and               ERROR_ICEERROR.printModeImmediate (classPrintModeImmediate)               When theprint-immediate action is invoked,xterm  prints  the               screen   contents   directly  to  a  file.   You  can  use  theprintModeImmediate resource to tell it to use escape  sequences               to  reconstruct the video attributes and colors.  This uses the               same values as theprintAttributes resource.   The  default  is               "0".printModeOnXError (classPrintModeOnXError)Xterm   implements  theprintFileOnXError  feature  using  the               printer feature, although the output is written directly  to  a               file.  You can use theprintModeOnXError resource to tell it to               use  escape  sequences  to reconstruct the video attributes and               colors.  This uses  the  same  values  as  theprintAttributes               resource.  The default is "0".printOptsImmediate (classPrintOptsImmediate)               Specify  the  range of text which is printed to a file when theprint-immediate action is invoked.o   If zero (0), then this selects the current (visible screen)                   plus the saved lines, except if  the  alternate  screen  is                   being  used.   In  that  case, only the alternate screen is                   selected.o   If nonzero, the bits of this  resource  value  (checked  in                   descending order) select the range:                   8  selects the saved lines.                   4  selects the alternate screen.                   2  selects the normal screen.                   1  selects  the  current  screen,  which  can be either the                      normal or alternate screen.               The default is "9", which selects the  current  visible  screen               plus  saved  lines,  with  no  special  case for the alternated               screen.printOptsOnXError (classPrintOptsOnXError)               Specify the range of text which is printed to a file  when  theprint-on-error  action  is  invoked.   The  resource  value  is               interpreted the same as inprintOptsImmediate.               The default is "9", which selects the  current  visible  screen               plus  saved  lines,  with  no  special  case for the alternated               screen.printRawChars (classPrintRawChars)               If "true",xterm allows Unicode non-characters to be printed.printerAutoClose (classPrinterAutoClose)               If "true",xterm will close  the  printer  (a  pipe)  when  the               application  switches  the  printer  offline  with a Media Copy               command.  The default is "false".printerCommand (classPrinterCommand)               Specifies a shell command to whichxterm will open a pipe  when               the first MC (Media Copy) command is initiated.  The default is               an  empty  string, i.e., "".  If the resource value is given as               an empty string, the printer is disabled.printerControlMode (classPrinterControlMode)               Specifies the printer control mode.  A  "1"  selects  autoprint               mode, which causesxterm to print a line from the screen wheno   you  move  the  cursor off that line with a line feed, form                   feed or vertical tab character, oro   an autowrap occurs.               Autoprint mode is overridden  by  printer  controller  mode  (a               "2"),  which  causes  all  of  the output to be directed to the               printer.  The default is "0".printerExtent (classPrinterExtent)               Controls whether a print page function will  print  the  entire               page  (true),  or only the portion within the scrolling margins               (false).  The default is "false".printerFormFeed (classPrinterFormFeed)               Controls whether a form feed is sent to the printer at the  end               of a print page function.  The default is "false".printerNewLine (classPrinterNewLine)               Controls whether a newline is sent to the printer at the end of               a print page function.  The default is "true".privateColorRegisters (classPrivateColorRegisters)               Ifxterm is configured to support ReGIS or SIXEL graphics, this               controls  whetherxterm allocates separate color registers for               each sixel device control string, e.g.,  for  DECGCI.   If  not               true,  color  registers  are  allocated  only  once,  when  the               terminal is reset, and color changes  in  any  graphic   affect               all graphics.  The default is "true".privateWidth (classPrivateWidth)               Tellsxterm  whether  to  assume that codes in the Unicode PUA               (private use area) are single-width, or neutral  (matching  thecjkWidth  setting.   The  default  is  "true" to assume single-               width.quietGrab (classQuietGrab)               Controls whether the cursor is repainted  whenNotifyGrab  andNotifyUngrab  event  types are received during change of focus.               The default is "false".regisDefaultFont (classRegisDefaultFont)               Ifxterm is configured to support ReGIS graphics, this resource               tellsxterm which font to  use  if  the  ReGIS  data  does  not               specify  one.   No  default value is specified;xterm accepts a               TrueType font specification as in thefaceName resource.               If no value is specified,xterm draws  a  bitmap  indicating  a               missing character.regisScreenSize (classRegisScreenSize)               Ifxterm is configured to support ReGIS graphics, this resource               tellsxterm  the  default size (in pixels) for these graphics,               which also sets the default coordinate space to  [0,0]  (upper-               left) and [width,height] (lower-right).               The  application  using ReGIS may use the "A" option of the "S"               command  to  adjust  the  coordinate  space   or   change   the               addressable portion of the screen.Xterm  accepts  a  special  resource  value "auto", which tellsxterm to use thedecGraphicsID anddecTerminalID  resources  to               set  the  default size based on the hardware terminal's limits.               Those limits are the same as for themaxGraphicSize resource.               The default is "auto".renderFont (classRenderFont)               Ifxterm is built with the Xft library, this  controls  whether               thefaceName resource is used.  The default is "default".               The  resource  values  are strings, evaluated as booleans after               startup.               false                    disable the feature and use the normal (bitmap) font.               true                    startup using the TrueType font specified by thefaceName                    andfaceSize resource settings.  If there is no value forfaceName, disable the feature and use the normal  (bitmap)                    font.                    After  startup,  you  can  still switch to/from the bitmap                    font using the "TrueType Fonts" menu entry.               default                    Enable the "TrueType Fonts" menu entry  to  allow  runtime                    switching  to/from  TrueType fonts.  The initial font used                    depends upon whether thefaceName resource is set:o   If thefaceName resource is not set,  start  by  using                        the  normal  (bitmap)  font.Xterm  has  a  separate                        compiled-in value forfaceName for this special  case.                        That is normally "mono".o   If  thefaceName resource is set, then start by using                        the TrueType font rather than the bitmap font.               defaultOff                    Enable the "TrueType Fonts" menu entry  to  allow  runtime                    switching  to/from  TrueType  fonts,  but  allow  it to be                    initially unselected if nofaceName resource was given.resizeByPixel (classResizeByPixel)               Set this "true" to disable hints to  the  window  manager  that               request resizing by character rather than pixels.               Most  window  managers provide visual feedback showing the size               of a window as you resize it,  using  these  hints.   When  you               maximizexterm,  it  disables  those hints to allow the window               manager to make better  use  of  fractional  rows  or  columns.               Setting this resource disables the hints all the time.               The default is "false".resizeCursorAdjust (classResizeCursorAdjust)               Controls  cursor  position  tracking  when  the  terminal width               changes.  When the terminal shrinks and  the  cursor  would  be               beyond  the new width,xterm clamps the cursor to the rightmost               column.  This resource controls what happens when you move  the               cursor while shrunk, then grow the terminal back:               true                  Adjust  the  saved cursor position by cursor movement delta.                  This keepsxterm's cursor in sync with the shell's  idea  of                  cursor   position.    Shell  commands  like  Ctrl+A  (go  to                  beginning of line) will work correctly.  However, the cursor                  may visually "jump" when the terminal grows.   This  is  the                  default.               false                  Clear the saved cursor position on any cursor movement.  The                  cursor stays at its visual position when the terminal grows.                  Shell  commands  may  behave  unexpectedly  after resize and                  cursor movement.resizeGravity (classResizeGravity)               Affects the behavior when the window is resized to be taller or               shorter.               NorthWest                  The top line of text on the screen should not move.  If  the                  window  is  made shorter, lines are dropped from the bottom;                  if the window is made taller, blank lines are added  at  the                  bottom.  This is compatible with the behavior in X11R4.               SouthWest                  The  bottom  line of text on the screen should not move (the                  default).  If the window is made  taller,  additional  saved                  lines  will  be scrolled down onto the screen; if the window                  is made shorter, lines will be scrolled off the top  of  the                  screen, and the top saved lines will be dropped.retryInputMethod (classRetryInputMethod)               Tellsxterm  how many times to retry, in case the input-method               server is not responding.   This  is  a  different  issue  than               unsupported  preedit  type,  etc.  You may encounter retries if               your X configuration (and its libraries)  are  missing  pieces.               Setting  this  resource  to  zero "0" will cancel the retrying.               The default is "3".reverseVideo (classReverseVideo)               Specifies whether or not reverse  video  should  be  simulated.               The default is "false".               There are several aspects to reverse video inxterm:o   The  command-line-rv  option  tells  the  X  libraries to                   reverse the  foreground  and  background  colors.Xterm's                   command-line  options  set resource values.  In particular,                   theX Toolkit sets thereverseVideo resource when  the-rv                   option is used.o   If  the  user has also used command-line options-fg or-bg                   to set the foreground and background colors,xterm does not                   see these  options  directly.   Instead,  it  examines  the                   resource  values  to  reconstruct the command-line options,                   and determine which of the colors is  the  user's  intended                   foreground, etc.  Their actual values are irrelevant to the                   reverse  video  function;  some users prefer the X defaults                   (black text on a white  background),  others  prefer  white                   text on a black background.o   After  startup,  the  user  can  toggle the "Enable Reverse                   Video" menu entry.  This exchanges the  current  foreground                   and background colors of the VT100 widget, and repaints the                   screen.    Because   of   the  X  resource  hierarchy,  thereverseVideo  resource  applies  to  more  than  the  VT100                   widget.               Programs  running in anxterm can also use control sequences to               enable the VT100 reverse video mode.  These are independent  of               thereverseVideo resource and the menu entry.Xterm exchanges               the current foreground and background colors when drawing  text               affected by these control sequences.               Other control sequences can alter the foreground and background               colors which are used:o   Programs  can  also use the ANSI color control sequences to                   set the foreground and background colors.o   Extensions to the ANSI color controls (such as 16-, 88-  or                   256-colors) are treated similarly to the ANSI control.o   Using   other   control  sequences  (the  "dynamic  colors"                   feature),  a  program  can  change   the   foreground   and                   background colors.reverseWrap (classReverseWrap)               Specifies  whether or not reverse-wraparound should be enabled.               This corresponds toxterm's private mode 45.   The  default  is               "false".rightScrollBar (classRightScrollBar)               Specifies  whether  or not the scrollbar should be displayed on               the right rather than the left.  The default is "false".saveLines (classSaveLines)               Specifies the number of lines to save beyond  the  top  of  the               screen when a scrollbar is turned on.  The default is "1024".scrollBar (classScrollBar)               Specifies  whether  or  not  the scrollbar should be displayed.               The default is "false".scrollBarBorder (classScrollBarBorder)               Specifies the width of the scrollbar border.  Note that this is               drawn to overlap the border of thexterm window.  Modifying the               scrollbar's border affects only  the  line  between  the  VT100               widget and the scrollbar.  The default value is 1.scrollKey (classScrollCond)               Specifies  whether  or  not pressing a key should automatically               cause the scrollbar to  go  to  the  bottom  of  the  scrolling               region.   This  corresponds  toxterm's private mode 1011.  The               default is "false".scrollLines (classScrollLines)               Specifies  the  number  of  lines  that  thescroll-back   andscroll-forw actions should use as a default.  The default value               is 1.scrollTtyOutput (classScrollCond)               Specifies   whether  or  not  output  to  the  terminal  should               automatically cause the scrollbar to go to the  bottom  of  the               scrolling region.  The default is "true".selectToClipboard (classSelectToClipboard)               Tellsxterm whether to use thePRIMARY orCLIPBOARD forSELECT               tokens in the selection mechanism.  Theset-select  action  can               change this at runtime, allowing the user to work with programs               that  handle  only  one  of  these  mechanisms.  The default is               "false", which tells it to usePRIMARY.shiftEscape (classShiftEscape)Xterm uses thetranslations resource to determine how to invoke               actions for selecting and copying text using the pointer (e.g.,               a mouse).  It also provides a mouse protocol which can be  used               by  applications  running  in  an  xterm to detect mouse button               clicks.               The  mouse  protocol  causesxterm  to  send  special   escape               sequences  which allow an application to determine ifmodifiers               (i.e., one or more ofshift,control,alt, andmeta) were used.Xterm provides this mouse protocol by interpreting button-  and               motion-events  in the functions which thetranslations resource               calls for selecting and copying text:insert-selectionselect-endselect-extendselect-startstart-extend               While the mouse protocol is active,xterm reserves most of  the               mouse button events for sending special escape sequences to the               application.Xterm normally allows you to use theshift-key to               temporarily   override  this  mouse  protocol,  permitting  the               selection and copying actions to be used.               TheshiftEscape resource  setting  allows  you  to  tellxterm               whether  to use theshift-key in this way (i.e., overriding the               mouse protocol).Xterm  accepts  either  a  keyword  (ignoring               case) or the number shown in parentheses:               false (0)                  Mouse  protocol does not send special escapes whenshift-key                  is used.               true (1)                  Mouse protocol may send special escapes  whenshift-key  is                  used.                  At  startup,xterm  analyzes  thetranslations to see which                  buttons are used in the (mouse) button-related bindings  for                  selection  and  copying  text.   If  theshift-key  is  not                  mentioned explicitly in a  button's  binding,xterm  allows                  that   button   withshift-key  for  overriding  the  mouse                  protocol.               always (2)                  Mouse protocol can always send special escapes  whenshift-                  key is used.               never (3)                  Mouse  protocol  will never send special escapes whenshift-                  key is used.Xterm interprets a  control  sequence  which  can  change  this               setting between "true" and "false".  The default is "false".shiftFonts (classShiftFonts)               Specifies  whether  to  enable the actionslarger-vt-font() andsmaller-vt-font(), which are  normally  bound  to  the  shifted               KP_Add and KP_Subtract.  The default is "true".showBlinkAsBold (classShowBlinkAsBold)               Tellsxterm  whether  to display text with blink-attribute the               same as bold.  Ifxterm has  not  been  configured  to  support               blinking  text,  the  default  is  "true", which corresponds to               older versions ofxterm, otherwise the default is "false".showMissingGlyphs (classShowMissingGlyphs)               Tellsxterm whether to display a box outlining places  where  a               character  has been used that the font does not represent.  The               default is "true".showWrapMarks (classShowWrapMarks)               For debuggingxterm and applications that  may  manipulate  the               wrapped-line  flag  by writing text at the right margin, show a               mark on the right inner-border of the window.  The  mark  shows               which lines have the flag set.signalInhibit (classSignalInhibit)               Specifies  whether  or not the entries in theMain Options menu               for sending signals toxterm should be disallowed.  The default               is "false".sixelScrolling (classSixelScrolling)               Ifxterm is configured to support SIXEL graphics, this resource               tells it whether to scroll up one line at a  time  when  sixels               would  be  written  past  the  bottom  line on the window.  The               default is "true" which enables scrolling.               Sixel scrolling is the  opposite  of  DEC  Sixel  Display  Mode               (DECSDM): when one is on, the other is off.sixelScrollsRight (classSixelScrollsRight)               Ifxterm is configured to support SIXEL graphics, this resource               tells  it  whether to scroll to the right as needed to keep the               current position visible rather than truncate the plot  on  the               on the right.  The default is "false" which disables scrolling.tekGeometry (classGeometry)               Specifies  the  preferred  size  and  position of the Tektronix               window.  There is no default for this resource.tekInhibit (classTekInhibit)               Specifies whether or not the escape sequence to enter Tektronix               mode should be ignored.  The default is "false".tekSmall (classTekSmall)               Specifies whether or not the Tektronix mode window should start               in its smallest size if no explicit geometry is given.  This is               useful when runningxterm on displays with small screens.   The               default is "false".tekStartup (classTekStartup)               Specifies  whether  or  notxterm should start up in Tektronix               mode.  The default is "false".tiXtraScroll (classTiXtraScroll)               Specifies whetherxterm  should  scroll  to  a  new  page  when               processing  theti  orte  termcap strings, i.e., the private               modes 47, 1047 or 1049.  This is only in effect iftiteInhibit               is  "true",  because  the intent of this option is to provide a               picture  of  the  full-screen  application's  display  on   the               scrollback  without  wiping  out  the  text that would be shown               before the application was initialized.Xterm accepts either a keyword (ignoring case)  or  the  number               shown in parentheses:               false (0)                      nothing is added to the scrollback.               true (1)                      the current screen is added to the scrollback.               trim (2)                      the  current  screen  is  added  to  the scrollback, but                      repeated blank lines are trimmed (reduced  to  a  single                      blank line).               The default for this resource is "false".titeInhibit (classTiteInhibit)               Originally  specified whether or notxterm should removeti andte termcap entries (used to switch between alternate screens on               startup of many  screen-oriented  programs)  from  the  TERMCAP               string.               TERMCAP  is  used rarely now, butxterm supports the feature on               modern systems:o   If set,xterm also ignores the escape sequence to switch to                   the alternate screen.oXterm supports terminfo  in  a  different  way,  supporting                   composite  control  sequences (also known as private modes)                   1047, 1048 and 1049 which  have  the  same  effect  as  the                   original 47 control sequence.               The default for this resource is "false".titleModes (classTitleModes)               Tellsxterm whether to accept or return window- and icon-labels               in ISO-8859-1 (the default) or UTF-8.  Either can be encoded in               hexadecimal:o   UTF-8  titles  require  special treatment, because they may                   contain bytes which can be mistaken for control characters.                   Hexadecimal-encoding  is  supported   to   eliminate   that                   possibility.o   As  an  alternative,  you  could  use  theallowC1Printable                   resource, which suppressesxterm's parsing of the  relevant                   control  characters (and as a result, treats those bytes as                   data).               The default for this resource is "0".               Each bit (bit "0" is 1, bit "1" is 2, etc.)  corresponds to one               of the parameters set by the title modes control sequence:               0    Set window/icon labels using hexadecimal               1    Query window/icon labels using hexadecimal               2    Set window/icon labels using UTF-8 (gives the same  effect                    as theutf8Title resource).               3    Query window/icon labels using UTF-8translations (classTranslations)               Specifies  the  key  and button bindings for menus, selections,               "programmed strings", etc.  Thetranslations  resource,  which               provides  much  ofxterm's configurability, is a feature of theX Toolkit Intrinsics library (Xt).  See theActions section.trimSelection (classTrimSelection)               If you sethighlightSelection, you can see the  text  which  is               selected,  including  any trailing spaces.  Clearing the screen               (or a line) resets it to a state containing  no  spaces.   Some               lines  may  contain  trailing spaces when an application writes               them to the screen.  However, you may not wish to  paste  lines               with  trailing  spaces.   If  this resource is true,xterm will               trim trailing spaces from text which is selected.  It does  not               affect  spaces which result in a wrapped line, nor will it trim               the trailing newline  from  your  selection.   The  default  is               "false".underLine (classUnderLine)               This specifies whether or not text with the underline attribute               should   be   underlined.   It  may  be  desirable  to  disable               underlining  when  color  is  being  used  for  the   underline               attribute.  The default is "true".useBorderClipping (classUseBorderClipping)               Tellxterm whether to apply clipping whenuseClipping is false.               UnlikeuseClipping,  this simply limits text to keep it within               the window borders, e.g., as a refinement  to  thescaleHeight               workaround.  The default is "false".useClipping (classUseClipping)               Tellxterm whether to use clipping to keep from producing dots               outside the text drawing area.  Originally used to work  around               for overstriking effects, this is also needed to work with some               incorrectly-sized fonts.  The default is "true".utf8 (classUtf8)               This  specifies  whetherxterm will run in UTF-8 mode.  If you               set this resource,xterm also sets thewideChars resource as  a               side-effect.  The resource can be set via the menu entry "UTF-8               Encoding".  The default is "default".Xterm  accepts  either  a keyword (ignoring case) or the number               shown in parentheses:               false (0)                  UTF-8 mode is initially off.  The  command-line  option+u8                  sets  the  resource  to  this  value.   Escape sequences for                  turning UTF-8 mode on/off are allowed.               true (1)                  UTF-8 mode is initially on.  Escape  sequences  for  turning                  UTF-8 mode on/off are allowed.               always (2)                  The command-line option-u8 sets the resource to this value.                  Escape sequences for turning UTF-8 mode on/off are ignored.               default (3)                  This  is  the  default value of the resource.  It is changed                  during  initialization  depending  on  whether  thelocale                  resource  was  set,  to  false  (0)  or always (2).  See thelocale  resource  for  additional  discussion  of  non-UTF-8                  locales.               If  you  want  to  set  the value ofutf8, it should be in this               range.  Other nonzero values are treated the same as "1", i.e.,               UTF-8 mode is initially on, and escape  sequences  for  turning               UTF-8 mode on/off are allowed.utf8Fonts (classUtf8Fonts)               See  the  discussion  of  thelocale resource.  This specifies               whetherxterm will  use  UTF-8  fonts  specified  via  resource               patterns such as "*vt100.utf8Fonts.font" or normal (ISO-8859-1)               fonts  via patterns such as "*vt100.font".  The resource can be               set  via  the  menu  entry  "UTF-8  Fonts".   The  default   is               "default".Xterm  accepts  either  a keyword (ignoring case) or the number               shown in parentheses:               false (0)                      Use the ISO-8859-1 fonts.  The menu  entry  is  enabled,                      allowing the choice of fonts to be changed at runtime.               true (1)                      Use  the  UTF-8  fonts.   The  menu  entry  is  enabled,                      allowing the choice of fonts to be changed at runtime.               always (2)                      Always use the UTF-8 fonts.  This also disables the menu                      entry.               default (3)                      At startup, the  resource  is  set  to  true  or  false,                      according to the effective value of theutf8 resource.utf8Latin1 (classUtf8Latin1)               If true, allow an ISO-8859-1normal font to be combined with an               ISO-10646-1  font  if the latter is given via the-fw option or               its corresponding resource value.  The default is "false".utf8SelectTypes (classUtf8SelectTypes)               Overridexterm's   default   selection   target   list   (seeSELECT/PASTE)  for  selections  in wide-character (UTF-8) mode.               The default is an  empty  string,  i.e.,  "",  which  does  not               override anything.utf8Title (classUtf8Title)               Applications  can  setxterm's  title  by  writing  a  control               sequence.  Normally this control  sequence  follows  the  VT220               convention,  which  encodes the string in ISO-8859-1 and allows               for an 8-bit string terminator.  Ifxterm is started in a UTF-8               locale, it translates the ISO-8859-1 string to  UTF-8  to  work               with the X libraries which assume the string is UTF-8.               However, some users may wish to write a title string encoded in               UTF-8.   The  window  manager is responsible for drawing window               titles.  Some window managers (not all) support UTF-8  encoding               of  window  titles.   Set  this  resource to "true" to also set               UTF-8 encoded title strings using the EWMH properties.               This feature is available as a menu entry, since it is  related               to  the  particular  applications you are running withinxterm.               You can also use a control  sequence  (see  the  discussion  of               "Title Modes" inXterm Control Sequences), to set an equivalent               flag (which can also be set using thetitleModes resource).Xterm  accepts  either  a keyword (ignoring case) or the number               shown in parentheses:               false (0)                      Set only ISO-8859-1 title strings, e.g., using the ICCCMWM_NAME STRING property.  The  menu  entry  is  enabled,                      allowing  the  choice  of title-strings to be changed at                      runtime.               true (1)                      Set both the EWMH (UTF-8 strings) and the ICCCMWM_NAME,                      etc.  The menu entry is enabled, allowing the choice  to                      be changed at runtime.               always (2)                      Always  set  both the EWMH (UTF-8 strings) and the ICCCMWM_NAME, etc.  This also disables the menu entry.               default (3)                      At startup, the  resource  is  set  to  true  or  false,                      according to the effective value of theutf8 resource.               The default is "default".utf8Weblike (classUtf8Weblike)               Provide an alternate error-handling scheme for ill-formed UTF-8               as  recommended  in  a W3C document.  The Unicode standard does               not require this for conformance.  Some additional  information               can be found here:https://invisible-island.net/xterm/bad-utf8/               The default is "false".veryBoldColors (classVeryBoldColors)               Specifies  whether  to  combine  video  attributes  with colors               specified bycolorBD,colorBL,colorIT,colorRV,  andcolorUL.               The resource value is the sum of values for each attribute:                 1 for reverse,                 2 for underline,                 4 for bold,                 8 for blink, and                 512 for italic               The default is "0".visualBell (classVisualBell)               Specifies whether or not a visible bell (i.e., flashing) should               be  used instead of an audible bell when Control-G is received.               The default is "false", which tellsxterm  to  use  an  audible               bell.visualBellDelay (classVisualBellDelay)               Number  of milliseconds to delay when displaying a visual bell.               Default is 100.  If set to zero, no visual bell  is  displayed.               This  is useful for very slow displays, e.g., an LCD display on               a laptop.visualBellLine (classVisualBellLine)               Specifies  whether  to  flash  only  the  current   line   when               displaying  a  visual  bell  rather  than  flashing  the entire               screen: The default is "false", which tellsxterm to flash  the               entire screen.vt100Graphics (classVT100Graphics)               This  specifies  whetherxterm  will  interpret  VT100 graphic               character escape sequences while in UTF-8 mode.   This  feature               also  applies  to  code-pages  (e.g.,  for VT320 and VT520) and               National Replacement Character Sets (VT220 and up), but not US-               ASCII (the initially selected character set), to avoid conflict               with UTF-8.  The default is  "true",  to  provide  support  for               various legacy applications.wideBoldFont (classWideBoldFont)               This  option  specifies the font to be used for displaying bold               wide text.  By default, it will attempt to use a font twice  as               wide  as  the  font that will be used to draw bold text.  If no               double-width font is found, it will  improvise,  by  stretching               the bold font.wideChars (classWideChars)               Specifies  ifxterm  should  respond to control sequences that               process 16-bit characters.  The default is "false".wideFont (classWideFont)               This option specifies the font to be used for  displaying  wide               text.   By default, it will attempt to use a font twice as wide               as the font that will be used  to  draw  normal  text.   If  no               double-width  font  is  found, it will improvise, by stretching               the normal font.xftMaxGlyphMemory (classXftMaxGlyphMemory)               Set the Xft library's limit on glyph  memory  (typically  4Mb).               When  it  reaches  this  limit,  it  discards "randomly chosen"               glyphs to make room for new ones.  The default is  "0"  to  use               Xft's default value.xftMaxUnrefFonts (classXftMaxUnrefFonts)               Set  the  Xft  library's  limit on fonts which have been loaded               (typically 16), e.g., matching patterns for fallback  searches,               but  are  not  actually  used.  The default is "0" to use Xft's               default value.xftTrackMemUsage (classXftTrackMemUsage)               Enables glyph memory tracking (introduced in Xft 2.3.5),  which               allows  Xft  to  efficiently discard obsolete data when running               short of memory.  The default is "false".ximFont (classXimFont)               This option specifies the font to be used  for  displaying  the               preedit string in the "OverTheSpot" input method.               In  "OverTheSpot"  preedit  type,  the  preedit (preconversion)               string is displayed at the position of the cursor.  It  is  the               XIM server's responsibility to display the preedit string.  The               XIM  client  must inform the XIM server of the cursor position.               For best results, the preedit string must be displayed  with  a               proper  font.   Therefore,xterm informs the XIM server of the               proper font.  The font is be supplied  by  a  "fontset",  whose               default  value  is "*".  This matches every font, the X library               automatically chooses fonts with proper charsets.  TheximFont               resource is provided to override this default font setting.

Tek4014 Widget Resources

       The  following  resources  are  specified as part of thetek4014 widget       (classTek4014).   These   are   specified   by   patterns   such   as       "XTerm.tek4014.NAME":font2 (classFont)               Specifies font number 2 to use in the Tektronix window.font3 (classFont)               Specifies font number 3 to use in the Tektronix window.fontLarge (classFont)               Specifies the large font to use in the Tektronix window.fontSmall (classFont)               Specifies the small font to use in the Tektronix window.ginTerminator (classGinTerminator)               Specifies  what  character(s)  should  follow  a  GIN report or               status report.  The possibilities are "none",  which  sends  no               terminating characters, "CRonly", which sends CR, and "CR&EOT",               which sends both CR and EOT.  The default is "none".height (classHeight)               Specifies the height of the Tektronix window in pixels.initialFont (classInitialFont)               Specifies  which  of the four Tektronix fonts to use initially.               Values are the  same  as  for  theset-tek-text  action.   The               default is "large".width (classWidth)               Specifies the width of the Tektronix window in pixels.

Menu Resources

       The resources that may be specified for the various menus are described       in  the  documentation  for theAthenaSimpleMenu widget.  The name and       classes of  the  entries  in  each  of  the  menus  are  listed  below.       Resources  named  "lineN" whereN is a number are separators with classSmeLine.       As  with  all  X  resource-based  widgets,  the  labels  mentioned  are       customary defaults for the application.       TheMain Options menu (widget namemainMenu) has the following entries:toolbar (classSmeBSB)               This entry invokes theset-toolbar(toggle) action.securekbd (classSmeBSB)               This entry invokes thesecure() action.allowsends (classSmeBSB)               This entry invokes theallow-send-events(toggle) action.redraw (classSmeBSB)               This entry invokes theredraw() action.logging (classSmeBSB)               This entry invokes thelogging(toggle) action.print-immediate (classSmeBSB)               This entry invokes theprint-immediate() action.print-on-error (classSmeBSB)               This entry invokes theprint-on-error() action.print (classSmeBSB)               This entry invokes theprint() action.print-redir (classSmeBSB)               This entry invokes theprint-redir() action.dump-html (classSmeBSB)               This entry invokes thedump-html() action.dump-svg (classSmeBSB)               This entry invokes thedump-svg() action.8-bit-control (classSmeBSB)               This entry invokes theset-8-bit-control(toggle) action.backarrow key (classSmeBSB)               This entry invokes theset-backarrow(toggle) action.num-lock (classSmeBSB)               This entry invokes theset-num-lock(toggle) action.alt-esc (classSmeBSB)               This entry invokes thealt-sends-escape(toggle) action.meta-esc (classSmeBSB)               This entry invokes themeta-sends-escape(toggle) action.delete-is-del (classSmeBSB)               This entry invokes thedelete-is-del(toggle) action.oldFunctionKeys (classSmeBSB)               This entry invokes theset-old-function-keys(toggle) action.hpFunctionKeys (classSmeBSB)               This entry invokes theset-hp-function-keys(toggle) action.scoFunctionKeys (classSmeBSB)               This entry invokes theset-sco-function-keys(toggle) action.sunFunctionKeys (classSmeBSB)               This entry invokes theset-sun-function-keys(toggle) action.sunKeyboard (classSmeBSB)               This entry invokes thesunKeyboard(toggle) action.suspend (classSmeBSB)               This entry invokes thesend-signal(tstp) action on systems that               support job control.continue (classSmeBSB)               This entry invokes thesend-signal(cont) action on systems that               support job control.interrupt (classSmeBSB)               This entry invokes thesend-signal(int) action.hangup (classSmeBSB)               This entry invokes thesend-signal(hup) action.terminate (classSmeBSB)               This entry invokes thesend-signal(term) action.kill (classSmeBSB)               This entry invokes thesend-signal(kill) action.quit (classSmeBSB)               This entry invokes thequit() action.       TheVT Options menu (widget namevtMenu) has the following entries:scrollbar (classSmeBSB)               This entry invokes theset-scrollbar(toggle) action.jumpscroll (classSmeBSB)               This entry invokes theset-jumpscroll(toggle) action.reversevideo (classSmeBSB)               This entry invokes theset-reverse-video(toggle) action.autowrap (classSmeBSB)               This entry invokes theset-autowrap(toggle) action.reversewrap (classSmeBSB)               This entry invokes theset-reversewrap(toggle) action.autolinefeed (classSmeBSB)               This entry invokes theset-autolinefeed(toggle) action.appcursor (classSmeBSB)               This entry invokes theset-appcursor(toggle) action.appkeypad (classSmeBSB)               This entry invokes theset-appkeypad(toggle) action.scrollkey (classSmeBSB)               This entry invokes theset-scroll-on-key(toggle) action.scrollttyoutput (classSmeBSB)               This entry invokes theset-scroll-on-tty-output(toggle) action.allow132 (classSmeBSB)               This entry invokes theset-allow132(toggle) action.cursesemul (classSmeBSB)               This entry invokes theset-cursesemul(toggle) action.keepSelection (classSmeBSB)               This entry invokes theset-keep-selection(toggle) action.selectToClipboard (classSmeBSB)               This entry invokes theset-keep-clipboard(toggle) action.visualbell (classSmeBSB)               This entry invokes theset-visual-bell(toggle) action.bellIsUrgent (classSmeBSB)               This entry invokes theset-bellIsUrgent(toggle) action.poponbell (classSmeBSB)               This entry invokes theset-pop-on-bell(toggle) action.cursorblink (classSmeBSB)               This entry invokes theset-cursorblink(toggle) action.titeInhibit (classSmeBSB)               This entry invokes theset-titeInhibit(toggle) action.activeicon (classSmeBSB)               This  entry toggles active icons on and off if this feature was               compiled intoxterm.  It is enabled only ifxterm  was  started               with  the command line option +ai or theactiveIcon resource is               set to "true".softreset (classSmeBSB)               This entry invokes thesoft-reset() action.hardreset (classSmeBSB)               This entry invokes thehard-reset() action.clearsavedlines (classSmeBSB)               This entry invokes theclear-saved-lines() action.tekshow (classSmeBSB)               This entry invokes theset-visibility(tek,toggle) action.tekmode (classSmeBSB)               This entry invokes theset-terminal-type(tek) action.vthide (classSmeBSB)               This entry invokes theset-visibility(vt,off) action.altscreen (classSmeBSB)               This entry invokes theset-altscreen(toggle) action.sixelScrolling (classSmeBSB)               This entry invokes theset-sixel-scrolling(toggle) action.privateColorRegisters (classSmeBSB)               This entry invokes theset-private-colors(toggle) action.       TheVT Fonts menu (widget namefontMenu) has the following entries:fontdefault (classSmeBSB)               This entry invokes theset-vt-font(d) action, setting the  font               using thefont (default) resource, e.g., "Default" in the menu.font1 (classSmeBSB)               This  entry invokes theset-vt-font(1) action, setting the font               using thefont1 resource, e.g., "Unreadable" in the menu.font2 (classSmeBSB)               This entry invokes theset-vt-font(2) action, setting the  font               using thefont2 resource, e.g., "Tiny" in the menu.font3 (classSmeBSB)               This  entry invokes theset-vt-font(3) action, setting the font               using thefont3 resource, e.g., "Small" in the menu.font4 (classSmeBSB)               This entry invokes theset-vt-font(4) action, letting the  font               using thefont4 resource, e.g., "Medium" in the menu.font5 (classSmeBSB)               This  entry invokes theset-vt-font(5) action, letting the font               using thefont5 resource, e.g., "Large" in the menu.font6 (classSmeBSB)               This entry invokes theset-vt-font(6) action, letting the  font               using thefont6 resource, e.g., "Huge" in the menu.font7 (classSmeBSB)               This  entry invokes theset-vt-font(7) action, letting the font               using thefont7 resource, e.g., "Enormous" in the menu.fontescape (classSmeBSB)               This entry invokes theset-vt-font(e) action.fontsel (classSmeBSB)               This entry invokes theset-vt-font(s) action.allow-bold-fonts (classSmeBSB)               This entry invokes theallow-bold-fonts(toggle) action.font-linedrawing (classSmeBSB)               This entry invokes theset-font-linedrawing(s) action.font-packed (classSmeBSB)               This entry invokes theset-font-packed(s) action.font-doublesize (classSmeBSB)               This entry invokes theset-font-doublesize(s) action.render-font (classSmeBSB)               This entry invokes theset-render-font(s) action.utf8-fonts (classSmeBSB)               This entry invokes theset-utf8-fonts(s) action.utf8-mode (classSmeBSB)               This entry invokes theset-utf8-mode(s) action.utf8-title (classSmeBSB)               This entry invokes theset-utf8-title(s) action.allow-color-ops (classSmeBSB)               This entry invokes theallow-color-ops(toggle) action.allow-font-ops (classSmeBSB)               This entry invokes theallow-font-ops(toggle) action.allow-mouse-ops (classSmeBSB)               This entry invokes theallow-mouse-ops(toggle) action.allow-tcap-ops (classSmeBSB)               This entry invokes theallow-tcap-ops(toggle) action.allow-title-ops (classSmeBSB)               This entry invokes theallow-title-ops(toggle) action.allow-window-ops (classSmeBSB)               This entry invokes theallow-window-ops(toggle) action.       TheTek Options menu (widget nametekMenu) has the following entries:tektextlarge (classSmeBSB)               This entry invokes theset-tek-text(large) action.tektext2 (classSmeBSB)               This entry invokes theset-tek-text(2) action.tektext3 (classSmeBSB)               This entry invokes theset-tek-text(3) action.tektextsmall (classSmeBSB)               This entry invokes theset-tek-text(small) action.tekpage (classSmeBSB)               This entry invokes thetek-page() action.tekreset (classSmeBSB)               This entry invokes thetek-reset() action.tekcopy (classSmeBSB)               This entry invokes thetek-copy() action.vtshow (classSmeBSB)               This entry invokes theset-visibility(vt,toggle) action.vtmode (classSmeBSB)               This entry invokes theset-terminal-type(vt) action.tekhide (classSmeBSB)               This entry invokes theset-visibility(tek,toggle) action.

Scrollbar Resources

       The following resources  are  useful  when  specified  for  theAthena       Scrollbar widget:background (classBackground)               Specifies the color to use for the background of the scrollbar.foreground (classForeground)               Specifies the color to use for the foreground of the scrollbar.thickness (classThickness)               Specifies the width in pixels of the scrollbar (default: 14).               This may be overridden by thewidth resource.thumb (classThumb)               The  default  "thumb" pixmap used for the scrollbar is a simple               checkerboard pattern  alternating  pixels  for  foreground  and               background color.width (classWidth)               Specifies the width in pixels of the scrollbar (default: 0).               The widget checks thewidth resource first, using thethickness               value if thewidth is zero.

POINTER USAGE

       Once  the  VTxxx window is created,xterm allows you to select text and       copy it within the same or other  windows  using  thepointer  or  the       keyboard.       A   "pointer"  could  be  a  mouse,  touchpad  or  similar  device.   X       applications generally do not care, since they see onlybutton  events       which haveo   position ando   button up/down stateXterm can see these events as long as it hasfocus.       The  keyboard  also  supplies  events, but it is less flexible than the       pointer for selecting/copying text.Events are applied toactions using  thetranslations  resource.   SeeActions  for a complete list, andDefault Key Bindings for the built-in       set oftranslations resources.

Selection Functions

       By default, the  selection  functions  are  invoked  when  the  pointer       buttons  are  used  with  no modifiers, and when they are used with the       "shift" key.  The "shift" key is special, becausexterm  uses  that  to       ensure  that  selection  functions  are  still  available  when  it  is       programmed to send escape sequences in one  of  the  mouse  modes  (seeXterm Control Sequences, as well as the resourcedisallowedMouseOps).       At  startup,xterm  inspects  thetranslations  resource to see which       pointer buttons may be used in this way, and  remembers  these  buttons       when  deciding  whether  to  send escape sequences or perform selection       when those buttons are used with the "shift" modifier.   Other  pointer       buttons,  e.g.,  typically  those  sent for wheel mouse events, are not       affected.       The assignment of the functions described below to keys and buttons may       be changed through the resource database; seeActions below.       Pointer button one (usually left)            is used to save text into the cut buffer:                ~Meta <Btn1Down>:select-start()            Move the cursor to beginning of the text, and then hold the button            down while moving  the  cursor  to  the  end  of  the  region  and            releasing  the  button.   The  selected text is highlighted and is            saved in the globalcut buffer and made  the  selection  when  the            button is released:                <BtnUp>:select-end(SELECT,CUT_BUFFER0) \n            Normally (but see the discussion ofon2Clicks, etc):o   Double-clicking selects by words.o   Triple-clicking selects by lines.o   Quadruple-clicking goes back to characters, etc.            Multiple-click  is determined by the time from button up to button            down, so you can change the selection unit  in  the  middle  of  a            selection.  Logical words and lines selected by double- or triple-            clicking  may  wrap across more than one screen line if lines were            wrapped byxterm itself rather than by the application running  in            the  window.   If  the  key/button  bindings  specify  that  an  X            selection is to be  made,xterm  will  leave  the  selected  text            highlighted for as long as it is the selection owner.       Pointer button two (usually middle)            "types"  (pastes)  the  text  from  the  given  selection, if any,            otherwise from the cut buffer, inserting it as keyboard input:                ~Ctrl ~Meta <Btn2Up>:insert-selection(SELECT,CUT_BUFFER0)       Pointer button three (usually right)extends the current selection.                ~Ctrl ~Meta <Btn3Down>:start-extend()            (Without loss of generality,  you  can  swap  "right"  and  "left"            everywhere  in  the  rest  of  this  paragraph.)  If pressed while            closer to the right edge  of  the  selection  than  the  left,  it            extends/contracts  the  right  edge  of  the  selection.   If  you            contract the selection past the left edge of the selection,xterm            assumes  you  really  meant  the  left edge, restores the original            selection, then extends/contracts the left edge of the  selection.            Extension  starts  in  the  selection  unit  mode  that  the  last            selection or extension was performed in; you can multiple-click to            cycle through them.       By cutting and pasting pieces of text without trailing new  lines,  you       can  take  text  from  several  places  in different windows and form a       command to the shell, for example, or take output from  a  program  and       insert  it  into  your favorite editor.  Since cut buffers are globally       shared among different applications, you may regard each  as  a  "file"       whose contents you know.  The terminal emulator and other text programs       should  be  treating  it  as  if it were a text file, i.e., the text is       delimited by new lines.

Scrolling

       The scroll region displays the position and amount  of  text  currently       showing  in  the  window  (highlighted)  relative to the amount of text       actually saved.  As more text is saved (up to the maximum), the size of       the highlighted area decreases.       Clicking button one with the pointer in the  scroll  region  moves  the       adjacent line to the top of the display window.       Clicking  button three moves the top line of the display window down to       the pointer position.       Clicking button two moves the display to a position in the  saved  text       that corresponds to the pointer's position in the scrollbar.

Tektronix Pointer

       Unlike  the  VTxxx  window,  the  Tektronix  window  does not allow the       copying of text.  It does allow Tektronix GIN mode, and  in  this  mode       the cursor will change from an arrow to a cross.  Pressing any key will       send that key and the current coordinate of the cross cursor.  Pressing       button  one,  two,  or three will return the letters "l", "m", and "r",       respectively.  If the "shift" key is pressed when a pointer  button  is       pressed, the corresponding upper case letter is sent.  To distinguish a       pointer  button  from  a key, the high bit of the character is set (but       this is bit is normally stripped unless the terminal mode is  RAW;  seetty(4) for details).

SELECT/PASTE

       X  clients  provide  select and paste support by responding to requests       conveyed by the X server.  The X server holds  data  in  "atoms"  which       correspond  to  the  different  types of selection (PRIMARY,SECONDARY,CLIPBOARD) as well as the similar cut buffer mechanism (CUT_BUFFER0  toCUT_BUFFER7).  Those are documented in the ICCCM.       The  ICCCM  deals  with  the underlying mechanism for select/paste.  It       does not mentionhighlighting.   Theselection  is  not  the  same  ashighlighting.Xterm (like many applications) uses highlighting to show       you the currently selected text.  An X application mayown a selection,       which allows it to be the source of data copied using a given selection       atomXterm may continue owning a selection after it stops highlighting       (seekeepSelection).Xterm provides selection data using the cells of  characters  which  it       displays.   It  fills  those cells using sequences of bytes and control       sequences:o   By default,xterm uses UTF-8 encoding  if  your  locale  uses  that           encoding.  Theutf8 andlocale resources control that behavior.           When decoding UTF-8,xterm may compose certain base- and combining-           characters.   Use theprecompose resource to enable or disable this           feature.Xterm has other resources for specialized encoding needs, includingallowC1Printable,showMissingGlyphs, andutf8Weblike.oXterm stores base- and combining characters for each  cell  in  its           window.   It  does  not  store the sequence of bytes which composed           those characters.  Selection uses the characters whichxterm stores           in each cell.           If the selection target accepts UTF-8,xterm  copies  all  of  the           base-  and  combining  characters  to the target.  If the selection           target does not accept UTF-8, e.g., to a cut buffer,xterm  copies           only  what  the target accepts, using thedefaultString resource to           fill cells which cannot be represented in the target.o   All of the cells inxterm's  window  are  uninitialized  at  first.           Erasing  the  screen  makes the cells uninitialized.  Uninitialized           cells are displayed as spaces.           By default, selecting rows onxterm's window will highlight all  of           the  cells  that  the  pointer  traverses while you select.  If thehighlightSelection  resource  is  set,xterm  will  not  highlight           trailing uninitialized cells on the selected rows.           ThetrimSelection  resource  allows you to discard trailing blanks           from each selected row, both from uninitialized cells  as  well  as           those written by an application.o   Asxterm  writes  characters  in its window, and wraps text at the           right margin, it remembers that the  text  was  wrapped.   Use  theshowWrapMarks resource to show this in the window.

PRIMARY

       When  configured  to use the primary selection (the default),xterm can       provide the selection data in  ways  which  help  to  retain  character       encoding information as it is pasted.       ThePRIMARY  token  is  a  standard X feature, documented in the ICCCM       (Inter-Client Communication Conventions Manual), which states          The selection named by the atomPRIMARY is  used  for  all  commands          that  take  only  a  single  argument  and is the principal means of          communication between clients that use the selection mechanism.       A user "selects" text onxterm, which highlights the selected text.   A       subsequent  "paste"  to another client forwards a request to the client       owning the selection.  Ifxterm owns the primary  selection,  it  makes       the  data available in the form of one or more "selection targets".  If       it does not own the primary selection, e.g., if it has released  it  or       another client has asserted ownership, it relies on cut-buffers to pass       the  data.   But  cut-buffers handle only ISO-8859-1 data (officially -       some clients ignore the rules).

CLIPBOARD

       When configured to  use  the  clipboard  (using  theselectToClipboard       resource),  the  problem  with  persistence  of  ownership is bypassed.       Otherwise, there is no difference  regarding  the  data  which  can  be       passed via selection.       TheselectToClipboard  resource is a compromise, allowingCLIPBOARD to       be treated almost likePRIMARY,  unlike  the  ICCCM,  which  describesCLIPBOARD  in  different  terms thanPRIMARY orSECONDARY.  Its lengthy       explanation begins with the essential points:          The selection named by the atom CLIPBOARD is used to hold data  that          is  being transferred between clients, that is, data that usually is          being cut and then pasted or copied and  then  pasted.   Whenever  a          client wants to transfer data to the clipboard:o   It should assert ownership of the CLIPBOARD.o   If  it succeeds in acquiring ownership, it should be prepared to              respond to a request for the contents of the  CLIPBOARD  in  the              usual  way  (retaining  the  data to be able to return it).  The              request may be  generated  by  the  clipboard  client  described              below.

SELECT

       However,   many  applications  useCLIPBOARD  in  imitation  of  other       windowing systems.  TheselectToClipboard resource  (and  corresponding       menu  entrySelect to Clipboard) introduce theSELECT token (known only       toxterm) which chooses between thePRIMARY andCLIPBOARD tokens.       Without using this feature, one can use workarounds such as  thexclip       program to show the contents of the X clipboard within anxterm window.

SECONDARY

       This  is  used  less often thanPRIMARY orCLIPBOARD.  According to the       ICCCM, it is usedo   As the second  argument  to  commands  taking  two  arguments  (for           example, "exchange primary and secondary selections")o   As  a means of obtaining data when there is a primary selection and           the user does not want to disturb it

Selection Targets

       The different types of  data  which  are  passed  depend  on  what  the       receiving client asks for.  These are termedselection targets.       When  asking for the selection data,xterm tries the following types in       this order:            UTF8_STRING                 This is an XFree86 extension, which denotes that the data  is                 encoded  in  UTF-8.   Whenxterm is built with wide-character                 support, it both accepts and provides this type.            TEXT the text is in the encoding which corresponds to your current                 locale.            COMPOUND_TEXT                 this is a format for multiple character  set  data,  such  as                 multi-lingual  text.   It  can  store UTF-8 data as a special                 case.            STRING                 This is Latin 1 (ISO-8859-1) data.       The  middle  two  (TEXT  and  COMPOUND_TEXT)  are  added  ifxterm  is       configured with thei18nSelections resource set to "true".       UTF8_STRING  is  preferred  (therefore  first  in the list) sincexterm       stores text as Unicode data when running in wide-character mode, and no       translation is needed.  On the other hand, TEXT and  COMPOUND_TEXT  may       require  translation.   If  the  translation  is  incomplete, they will       insert X's "defaultString" whose value cannot be set, and may simply be       empty.Xterm'sdefaultString resource specifies the string to use  for       incomplete translations of the UTF8_STRING.       You can alter the types whichxterm tries using theeightBitSelectTypes       orutf8SelectTypes  resources.   For  instance,  you  might  have some       specific locale  setting  which  does  not  use  UTF-8  encoding.   The       resource  value  is  a  comma-separated  list of the selection targets,       which consist of the names shown.  You can use the special name I18N to       denote the optional inclusion of TEXT and COMPOUND_TEXT.  The names are       matched ignoring case, and can be abbreviated.  The default list can be       expressed in several ways, e.g.,              UTF8_STRING,I18N,STRING              utf8,i18n,string              u,i,s

Mouse Protocol

       Applications can send escape sequences toxterm to  cause  it  to  send       escape  sequences back to the computer when you press a pointer button,       or even (depending on which escape sequence) send escape sequences back       to the computer as you move the pointer.       These escape sequences and the responses, called  themouse  protocol,       are  documented  inXTerm Control Sequences.  They do not appear in theactions invoked by thetranslations resource because the resource  does       not  change  while  you  runxterm, whereas applications can change the       mouse prototol (i.e., enable, disable, use different modes).       However, the mouse protocol is interpreted within theactions that  are       usually  associated  with the pointer buttons.Xterm ignores the mouse       protocol in theinsert-selection action if the shift-key is pressed  at       the  same  time.  It also modifies a few other actions if the shift-key       is pressed, e.g., suppressing the response with the  pointer  position,       though not eliminating changes to the selected text.

MENUS

Xterm  has  four  menus, namedmainMenu,vtMenu,fontMenu, andtekMenu.       Each menu pops up under the correct  combinations  of  key  and  button       presses.  Each menu is divided into sections, separated by a horizontal       line.   Some  menu  entries correspond to modes that can be altered.  A       check mark appears next to a mode that is currently active.   Selecting       one of these modes toggles its state.  Other menu entries are commands;       selecting one of these performs the indicated function.       All  of  the  menu entries correspond to X actions.  In the list below,       the menu label is shown followed by the action's name in parenthesis.

Main Options

       Thexterm mainMenu pops up when the "control" key  and  pointer  button       one  are  pressed  in a window.  This menu contains items that apply to       both the VTxxx and Tektronix windows.  There are several sections:       Commands for managing X events:Toolbar (resourcetoolbar)                     Clicking on the "Toolbar" menu entry hides the toolbar if                     it is visible, and shows it if it is not.Secure Keyboard (resourcesecurekbd)                     TheSecure  Keyboard  mode  is  helpful  when  typing  in                     passwords   or   other  sensitive  data  in  an  unsecure                     environment (seeSECURITY below, but read the limitations                     carefully).Allow SendEvents (resourceallowsends)                     Specifies whether or not synthetic key and button  events                     generated  using  the X protocol SendEvent request should                     be interpreted or discarded.   This  corresponds  to  theallowSendEvents resource.Redraw Window (resourceredraw)                     Forces   the   X  display  to  repaint;  useful  in  some                     environments.       Commands for capturing output:Log to File (resourcelogging)                     Captures text sent to the screen in a log file, as in the-l logging option.Print-All Immediately (resourceprint-immediate)                     Invokes theprint-immediate action, sending the  text  of                     the  current  window  directly to a file, as specified by                     theprintFileImmediate,printModeImmediate     andprintOptsImmediate resources.Print-All on Error (resourceprint-on-error)                     Invokes  theprint-on-error action, which toggles a flag                     tellingxterm that if it exits with an X error,  to  send                     the  text  of  the  current window directly to a file, as                     specified by theprintFileOnXError,printModeOnXError andprintOptsOnXError resources.Print Window (resourceprint)                     Sends the text of the current window to the program given                     in theprinterCommand resource.Redirect to Printer (resourceprint-redir)                     This sets theprinterControlMode to 0 or 2.  You can  use                     this to turn the printer on as if an application had sent                     the  appropriate control sequence.  It is also useful for                     switching the printer off if an application turns  it  on                     without resetting the print control mode.XHTML Screen Dump (resourcedump-html)                     Available  only  when  compiled with screen dump support.                     Invokes thedump-html action.  This creates an XHTML file                     matching the contents of the  current  screen,  including                     the  border, internal border, colors and most attributes:                     bold, italic, underline, faint, strikeout, reverse; blink                     is rendered as white-on-red; double underline is rendered                     the  same  as  underline  since  there  is  no   portable                     equivalent in CSS 2.2.                     The  font  is whatever your browser uses for preformatted                     (<pre>) elements.  The XHTML file references a  cascading                     style  sheet  (CSS) named "xterm.css" that you can create                     to select a font or override properties.                     The following CSS selectors are used  with  the  expected                     default behavior in the XHTML file:.ul for underline,.bd for bold,.it for italic,.st for strikeout,.lu for strikeout combined with underline.                     In addition you may use.ev to affect even numbered lines and.od to affect odd numbered lines.                     Attributes  faint,  reverse  and blink are implemented asstyle attributes setting color  properties.   All  colors                     are  specified  as  RGB  percentages  in order to support                     displays with 10 bits per RGB.                     The name of the file will bexterm.yyyy.MM.dd.hh.mm.ss.xhtml                     whereyyyy,MM,dd,hh,mm andss are  the  year,  month,                     day,  hour,  minute  and  second when the screen dump was                     performed (the file is created in the directoryxterm  is                     started in, or the home directory for a loginxterm).                     Thedump-html  action  can  also  be triggered using the                     Media Copy control sequence CSI 1 0 i, for example from a                     shell script with                         printf '\033[10i'                     Only the UTF-8 encoding is supported.SVG Screen Dump (resourcedump-svg)                     Available only when compiled with  screen  dump  support.                     Invokes  thedump-svg  action.   This creates a Scalable                     Vector Graphics (SVG) file matching the contents  of  the                     current  screen,  including  the border, internal border,                     colors and  most  attributes:  bold,  italic,  underline,                     double  underline,  faint,  strikeout,  reverse; blink is                     rendered as white-on-red.   The  font  is  whatever  your                     renderer  uses for themonospace font-family.  All colors                     are specified as RGB  percentages  in  order  to  support                     displays with 10 bits per RGB.                     The name of the file will bexterm.yyyy.MM.dd.hh.mm.ss.svg                     whereyyyy,MM,dd,hh,mm andss are the year, month,                     day, hour, minute and second when  the  screen  dump  was                     performed  (the file is created in the directoryxterm is                     started in, or the home directory for a loginxterm).                     Thedump-svg action can also be triggered using the Media                     Copy control sequence CSI 1 1 i, for example from a shell                     script with                         printf '\033[11i'                     Only the UTF-8 encoding is supported.       Modes for setting keyboard style:8-Bit Controls (resource8-bit-control)                     Enabled for VT220 emulation, this controls whetherxterm                     will send 8-bit control sequences rather than using 7-bit                     (ASCII)  controls,  e.g.,  sending  a  byte  in the range                     128-159 rather than the escape character  followed  by  a                     second  byte.Xterm  always  interprets  both 8-bit and                     7-bit control sequences (seeXterm  Control  Sequences).                     This corresponds to theeightBitControl resource.Backarrow Key (BS/DEL) (resourcebackarrow key)                     Modifies  the  behavior  of  the backarrow key, making it                     transmit  either  a  backspace  (8)   or   delete   (127)                     character.    This   corresponds   to   thebackarrowKey                     resource.Alt/NumLock Modifiers (resourcenum-lock)                     Controls the treatment of Alt- and NumLock-key modifiers.                     This corresponds to thenumLock resource.Meta Sends Escape (resourcemeta-esc)                     Controls whetherMeta keys  are  converted  into  a  two-                     character  sequence with the character itself preceded by                     ESC.  This corresponds to themetaSendsEscape resource.Delete is DEL (resourcedelete-is-del)                     Controls whether the Delete key  on  the  editing  keypad                     should  send  DEL  (127) or the VT220-style Remove escape                     sequence.  This corresponds to thedeleteIsDEL resource.Old Function-Keys (resourceoldFunctionKeys)HP Function-Keys (resourcehpFunctionKeys)SCO Function-Keys (resourcescoFunctionKeys)Sun Function-Keys (resourcesunFunctionKeys)VT220 Keyboard (resourcesunKeyboard)                     These act as a radio-button, selecting one style for  the                     keyboard layout.  The layout corresponds to more than one                     resource     setting:sunKeyboard,sunFunctionKeys,scoFunctionKeys andhpFunctionKeys.       Commands for process signalling:Send STOP Signal (resourcesuspend)Send CONT Signal (resourcecontinue)Send INT Signal (resourceinterrupt)Send HUP Signal (resourcehangup)Send TERM Signal (resourceterminate)Send KILL Signal (resourcekill)                     These send the SIGTSTP, SIGCONT, SIGINT, SIGHUP,  SIGTERM                     and SIGKILL signals respectively, to the process group of                     the process running underxterm (usually the shell).  TheSIGCONT  function  is  especially  useful if the user has                     accidentally typed CTRL-Z, suspending the process.Quit (resourcequit)                     Stop processing X events  except  to  support  the-hold                     option,  and  then  send  a  SIGHUP signal to the process                     group of the process running  underxterm  (usually  the                     shell).

VT Options

       Thexterm  vtMenu  sets  various  modes in the VTxxx emulation, and is       popped up when the "control" key and pointer button two are pressed  in       the VTxxx window.       VTxxx Modes:Enable Scrollbar (resourcescrollbar)                     Enable  (or  disable) the scrollbar.  This corresponds to                     the-sb option and thescrollBar resource.Enable Jump Scroll (resourcejumpscroll)                     Enable (or disable) jump scrolling.  This corresponds  to                     the-j option and thejumpScroll resource.Enable Reverse Video (resourcereversevideo)                     Enable  (or  disable) reverse-video.  This corresponds to                     the-rv option and thereverseVideo resource.Enable Auto Wraparound (resourceautowrap)                     Enable (or disable) auto-wraparound.  This corresponds to                     the-aw option and theautoWrap resource.Enable Reverse Wraparound (resourcereversewrap)                     Enable (or disable) reverse wraparound.  This corresponds                     to the-rw option and thereverseWrap resource.Enable Auto Linefeed (resourceautolinefeed)                     Enable (or disable) auto-linefeed.  This is the VT102 NEL                     function, which causes the emulator to emit a  line  feed                     after  each  carriage  return.  There is no corresponding                     command-line option or resource setting.Enable Application Cursor Keys (resourceappcursor)                     Enable  (or  disable)  application  cursor  keys.    This                     corresponds  to  theappcursorDefault resource.  There is                     no corresponding command-line option.Enable Application Keypad (resourceappkeypad)                     Enable  (or  disable)  application  keypad  keys.    This                     corresponds  to  theappkeypadDefault resource.  There is                     no corresponding command-line option.Scroll to Bottom on Key Press (resourcescrollkey)                     Enable (or  disable)  scrolling  to  the  bottom  of  the                     scrolling  region on a keypress.  This corresponds to the-sk option and thescrollKey resource.                     As a special case, the XON /  XOFF  keys  (control/S  and                     control/Q) are ignored.Scroll to Bottom on Tty Output (resourcescrollttyoutput)                     Enable  (or  disable)  scrolling  to  the  bottom  of the                     scrolling  region  on  output  to  the  terminal.    This                     corresponds  to  the-si  option and thescrollTtyOutput                     resource.Allow 80/132 Column Switching (resourceallow132)                     Enable (or disable) switching between 80 and 132 columns.                     This  corresponds  to  the-132  option  and  thec132                     resource.Keep Selection (resourcekeepSelection)                     Tellxterm whether to disown the selection when it stops                     highlighting it, e.g., when an application  modifies  the                     display  so  that it no longer matches the text which has                     been highlighted.  As long asxterm continues to own  the                     selection   for   a   given  atom,  it  can  provide  the                     corresponding text to other  clients  which  request  the                     selection using that atom.                     This corresponds to thekeepSelection resource.  There is                     no corresponding command-line option.                     Tellingxterm  to  not  disown  the  selection  does not                     prevent other applications from taking ownership  of  the                     selection.     When    that   happens,xterm   receives                     notification that this  has  happened,  and  removes  its                     highlighting.                     SeeSELECT/PASTE for more information.Select to Clipboard (resourceselectToClipboard)                     Tellxterm  whether  to use thePRIMARY orCLIPBOARD forSELECT tokens in thetranslations  resource  which  maps                     keyboard and mouse actions to select/paste actions.                     This   corresponds  to  theselectToClipboard  resource.                     There is no corresponding command-line option.                     ThekeepSelection resource setting applies  toCLIPBOARD                     selections  just  as  it  does  forPRIMARY  selections.                     However  some  window  managers   treat   the   clipboard                     specially.    For   instance,  XQuartz's  synchronization                     between the OSXpasteboard and the X11clipboard  causes                     applications  to  lose  the  selection ownership for that                     atom when a selection is copied to the clipboard.                     SeeSELECT/PASTE for more information.Enable Visual Bell (resourcevisualbell)                     Enable (or disable) visible bell (i.e., flashing) instead                     of an audible bell.  This corresponds to the-vb  option                     and thevisualBell resource.Enable Bell Urgency (resourcebellIsUrgent)                     Enable  (or  disable)  Urgency  window  manager hint when                     Control-G  is  received.    This   corresponds   to   thebellIsUrgent resource.Enable Pop on Bell (resourcepoponbell)                     Enable  (or disable) raising of the window when Control-G                     is received.  This corresponds to the-pop option and thepopOnBell resource.Enable Blinking Cursor (resourcecursorblink)                     Enable (or disable) the  blinking-cursor  feature.   This                     corresponds   to  the-bc  option  and  thecursorBlink                     resource.  There are also  escape  sequences  (seeXtermControl Sequences):o   If thecursorBlinkXOR resource is set, the menu entry                         and the escape sequence states will be XOR'd: if both                         are  enabled,  the cursor will not blink, if only one                         is enabled, the cursor will blink.o   If thecursorBlinkXOR is not set; if either the  menu                         entry  or  the  escape  sequence  states are set, the                         cursor will blink.                     In either case, the checkbox for the menu shows the state                     of thecursorBlink resource, which may not correspond  to                     what the cursor is actually doing.Enable Alternate Screen Switching (resourcetiteInhibit)                     Enable  (or  disable)  switching  between  the normal and                     alternate screens.  This corresponds to  thetiteInhibit                     resource.  There is no corresponding command-line option.Enable Active Icon (resourceactiveicon)                     Enable   (or  disable)  the  active-icon  feature.   This                     corresponds  to  the-ai  option  and   theactiveIcon                     resource.Sixel Scrolling (resourcesixelScrolling)                     This  corresponds to thesixelScrolling resource.  It can                     also be turned off and on using the private  mode  DECSDM                     (Sixel Display Mode).o   When  enabled,xterm  draws  sixel  graphics  at the                         current text cursor  location,  scrolling  the  image                         vertically  if  it  is  larger  than  the screen, and                         leaving the text cursor at the  same  column  in  the                         next  complete line after the image when returning to                         text mode                         This is the default, which corresponds to  thereset                         state of DECSDM.o   When disabled,xterm draws sixel graphics starting at                         the  upper  left  of  the screen, cropping to fit the                         screen, and does not alter the text cursor location.                         This corresponds to theset state of DECSDM.                     There is no corresponding command-line option.Private Color Registers (resourceprivateColorRegisters)                     Ifxterm is configured to support  ReGIS  graphics,  this                     controls whether a private color palette can be used.                     When  enabled,  each graphic image uses a separate set of                     color registers, so that it  essentially  has  a  private                     palette  (this  is  the  default).  If it is not set, all                     graphics images share a common set of registers which  is                     how  sixel  and ReGIS graphics worked on actual hardware.                     The default is  likely  a  more  useful  mode  on  modern                     TrueColor hardware.                     This  corresponds  to theprivateColorRegisters resource.                     There is no corresponding command-line option.       VTxxx Commands:Do Soft Reset (resourcesoftreset)                     This corresponds to the VT220 DECSTR control sequence.  A                     soft reset leaves the contents of the window intact,  but                     resets modes which affect subsequent updates:                     Soft reset differs from full reset in a minor detail:o   Set  the  saved  cursor  position  to  the upper-left                         corner of the window.o   Exit from the status-line without erasing it.                     Both soft/full resets do the following:o   Make the cursor visible, with shape  reset  according                         to thecursorUnderLine andcursorBar resources.o   Enable or disable the cursor-blinking state according                         to  thecursorBlink  resource,  and  set  theEnableBlinking Cursor menu checkmark to match.o   Reset   video   attributes,   e.g.,   bold,   italic,                         underline, blink.o   Reset  the  ANSI  color  mode  to  thexterm default                         foreground and background.o   Reset the 256-color palette to its initial state.o   Reset  the  selected  character  set,  e.g.,   ASCII,                         alternate  character  set.   The  UTF-8 modes are not                         changed.o   Reset ECMA-48 KAM.o   Reset    DECCKM    and    DECKPAM    per    resourcesappcursorDefault andappkeypadDefault.o   Reset key-format and key-modifier modes to the values                         set by resources, i.e.,formatCursorKeys,formatFunctionKeys,formatKeypadKeys,formatModifierKeys,formatOtherKeys, andformatSpecialKeys.                         as well asmodifyCursorKeys,modifyFunctionKeys,modifyKeyboard,modifyKeypadKeys,modifyModifierKeys,modifyOtherKeys,     andmodifySpecialKeys.o   Reset origin mode (DECOM).o   Reset all margins (i.e., top/bottom and  left/right).                         This can be convenient when some program has left the                         scroll regions set incorrectly.o   Set  autowrap  and  reverse wrapping according to the                         resource valuesautoWrap andreverseWrap.o   Reset checksum  extension  to  thechecksumExtension                         resource.Do Full Reset (resourcehardreset)                     A full reset does this in addition to a soft reset:o   Clear the window.o   Reset tab stops to every eight columns.o   Reset the screen to match thereverseVideo resource.o   Resize  the  screen  to 80 columns if 132-column mode                         was initially enabled with thec132 resource.o   Reset  scrolling  (jump  versus   smooth)   per   thejumpScroll resource.o   Enable  linefeed  mode (ECMA-48 LNM) and send/receive                         mode (ECMA-48 SRM).o   Reset DEC user-defined keys (DECUDK).o   Disable application mode for cursor- and  keypad-keys                         (DECCKM, DECKPAM).o   Reset   menu   entry8-bit  Controls,  per  resourceeightBitControl.o   Reset  interpretation  of  the  backarrow  key,   per                         initial resource settings.o   Set  the  keyboard  type  according  to the resourceskeyboardType,hpFunctionKeys,scoFunctionKeys,sunFunctionKeys,tcapFunctionKeys,oldXtermFKeys andsunKeyboard.o   Turn mouse tracking off.o   Reset  title  and   pointer   modes   per   resourcestitleModes andpointerMode.o   Reset the readline and bracketed paste modes.o   Discard  all  SIXEL  and  ReGIS  graphics  data  from                         memory.o   ResetsixelScrolling andprivateColorRegisters  from                         initial resource values.o   Set  DECSDM  if  thesixelScrolling resource is true.                         Otherwise, reset DECSDM.                     A full reset does this, unlike a soft reset:o   Move the cursor  to  the  upper-left  corner  of  the                         window, and then save that position.o   Hide  the  status-line,  setting  its display-type to                         "none".Reset and Clear Saved Lines (resourceclearsavedlines)                     Perform a full reset, and also clear the saved lines.                     This corresponds to the VT102 RIS control sequence,  with                     a  few obvious differences.  For example, your session is                     not disconnected as a real VT102 would do.       Commands for setting the current screen:Show Tek Window (resourcetekshow)                     When enabled, pops the Tektronix 4014 window up (makes it                     visible).   When  disabled,  hides  the  Tektronix   4014                     window.Switch to Tek Mode (resourcetekmode)                     When  enabled, pops the Tektronix 4014 window up if it is                     not already visible, and switches  the  input  stream  to                     that  window.   When  disabled,  hides the Tektronix 4014                     window and switches input back to the VTxxx window.Hide VT Window (resourcevthide)                     When enabled, hides the VTxxx window, shows the Tektronix                     4014 window if it was not already  visible  and  switches                     the  input  stream  to that window.  When disabled, shows                     the VTxxx window, and switches the input stream  to  that                     window.Show Alternate Screen (resourcealtscreen)                     When enabled, shows the alternate screen.  When disabled,                     shows the normal screen.  Note that the normal screen may                     have saved lines; the alternate screen does not.

VT Fonts

       Thexterm  fontMenu  pops up when the "control" key and pointer button       three are pressed in a window.  It sets the  font  used  in  the  VTxxx       window,  or modifies the way the font is specified or displayed.  There       are several sections.       The first section  allows  you  to  select  the  font  from  a  set  of       alternatives:Default (resourcefontdefault)                     Set  the  font  to  the  default, i.e., that given by the*VT100.font resource.Unreadable (resourcefont1)                     Set the font to that given by the*VT100.font1 resource.Tiny (resourcefont2)                     Set the font to that given by the*VT100.font2 resource.Small (resourcefont3)                     Set the font to that given by the*VT100.font3 resource.Medium (resourcefont4)                     Set the font to that given by the*VT100.font4 resource.Large (resourcefont5)                     Set the font to that given by the*VT100.font5 resource.Huge (resourcefont6)                     Set the font to that given by the*VT100.font6 resource.Enormous (resourcefont7)                     Set the font to that given by the*VT100.font7 resource.Escape Sequence (resourcefontescape)                     This allows you to set the font last specified by the Set                     Font escape sequence (seeXterm Control Sequences).Selection (resourcefontsel)                     This allows you to set the  font  specified  the  current                     selection  as  a  font  name (if thePRIMARY selection is                     owned).       The second section allows you to modify the way it is displayed:Bold Fonts (resourceallow-bold-fonts)                     This is  normally  checked  (enabled).   When  unchecked,xterm  will  not  use  bold  fonts.   The  menu selection                     modifies theallowBoldFonts resource.Line-Drawing Characters (resourcefont-linedrawing)                     When set,  tellsxterm  to  draw  its  own  line-drawing                     characters.   Otherwise  it relies on the font containing                     these.  The menu  selection  modifies  theforceBoxChars                     resource.Packed Font (resourcefont-packed)                     When set, tellsxterm to use the minimum glyph-width from                     a font when displaying characters.  Use the maximum width                     (unchecked) to help display proportional fonts.  The menu                     selection modifies theforcePackedFont resource.Doublesized Characters (resourcefont-doublesize)                     When set,xterm may ask the font server to produce scaled                     versions  of  the  normal  font,  for  VT102  double-size                     characters.       The third section allows you to modify the way it is specified:TrueType Fonts (resourcerender-font)                     If therenderFont and corresponding resources  were  set,                     this is a further control whetherxterm will actually use                     the Xft library calls to obtain a font.UTF-8 Encoding (resourceutf8-mode)                     This  controls  whetherxterm  uses  UTF-8  encoding  of                     input/output.  It is  useful  for  temporarily  switchingxterm  to display text from an application which does not                     follow the locale settings.  It corresponds to  theutf8                     resource.UTF-8 Fonts (resourceutf8-fonts)                     This controls whetherxterm uses UTF-8 fonts for display.                     It  is  useful for temporarily switchingxterm to display                     text from an application which does not follow the locale                     settings.  It combines theutf8 andutf8Fonts  resources,                     subject to thelocale resource.UTF-8 Titles (resourceutf8-title)                     This  controls  whetherxterm accepts UTF-8 encoding for                     title control sequences.  It corresponds to theutf8Fonts                     resource.                     Initially the checkmark is set according to both theutf8                     andutf8Fonts resource values.  If the latter is  set  to                     "always",  the checkmark is disabled.  Likewise, if there                     are no fonts given in theutf8Fonts  subresources,  then                     the checkmark also is disabled.                     The standardXTerm app-defaults file defines both sets of                     fonts,  while  theUXTerm app-defaults file defines only                     one set.  Assuming the standard app-defaults files,  this                     command  will  launchxterm able to switch between UTF-8                     and ISO-8859-1 encoded fonts:                         uxterm -class XTerm       The fourth section allows you to enable or disable  special  operations       which  can  be  controlled by writing escape sequences to the terminal.       These are disabled if the SendEvents feature is enabled:Allow Color Ops (resourceallow-color-ops)                     This corresponds to theallowColorOps  resource.   Enable                     or disable control sequences that set/query the colors.Allow Font Ops (resourceallow-font-ops)                     This corresponds to theallowFontOps resource.  Enable or                     disable control sequences that set/query the font.Allow Mouse Ops (resourceallow-mouse-ops)                     Enable  or  disable  control  sequences  that  cause  the                     terminal to send escape sequences on  pointer-clicks  and                     movement.    This   corresponds   to   theallowMouseOps                     resource.Allow Tcap Ops (resourceallow-tcap-ops)                     Enable  or  disable  control  sequences  that  query  the                     terminal's notion of its function-key strings, as termcap                     or   terminfo  capabilities.   This  corresponds  to  theallowTcapOps resource.Allow Title Ops (resourceallow-title-ops)                     Enable or  disable  control  sequences  that  modify  the                     window  title  or  icon  name.   This  corresponds to theallowTitleOps resource.Allow Window Ops (resourceallow-window-ops)                     Enable or disable extended window control  sequences  (as                     used  indtterm).  This corresponds to theallowWindowOps                     resource.

Tek Options

       Thexterm tekMenu sets various modes in the Tektronix emulation, and is       popped up when the "control" key and pointer button two are pressed  in       the  Tektronix  window.   The current font size is checked in the modes       section of the menu.Large Characters (resourcetektextlarge)#2 Size Characters (resourcetektext2)#3 Size Characters (resourcetektext3)Small Characters (resourcetektextsmall)       Commands:PAGE (resourcetekpage)                     Simulates the Tektronix "PAGE" button byo   clearing the window,o   cancelling the graphics input-mode, ando   moving the cursor to thehome position.RESET (resourcetekreset)                     Unlike the similarly-named Tektronix "RESET" button, this                     does everything thatPAGE does as well as  resetting  the                     line-type and font-size to their default values.COPY (resourcetekcopy)                     Simulates  the  Tektronix  "COPY"  button  (which makes a                     hard-copy of the screen) by writing the information to  a                     text file.       Windows:Show VT Window (resourcevtshow)Switch to VT Mode (resourcevtmode)Hide Tek Window (resourcetekhide)

SECURITY

       X environments differ in their security consciousness.o   Most  servers, run underxdm, are capable of using a "magic cookie"           authorization  scheme  that  can  provide  a  reasonable  level  of           security  for  many  people.   If your server is only using a host-           based mechanism to control access to  the  server  (seexhost(1)),           then  if  you  enable  access  for  a host and other users are also           permitted to run clients on that same host,  it  is  possible  that           someone can run an application which uses the basic services of the           X  protocol  to  snoop  on your activities, potentially capturing a           transcript of everything you type at the keyboard.o   Any process which has access to your X display can manipulate it in           ways that you might not anticipate, even redirecting your  keyboard           to  itself  and sending events to your application's windows.  This           is true even with the "magic cookie" authorization  scheme.   While           theallowSendEvents   provides   some  protection  against  rogue           applications tampering  with  your  programs,  guarding  against  a           snooper is harder.o   The  X input extension for instance allows an application to bypass           all of the other (limited)  authorization  and  security  features,           including the GrabKeyboard protocol.o   The  possibility  of an application spying on your keystrokes is of           particular concern when you want to type in  a  password  or  other           sensitive  data.   The  best  solution  to this problem is to use a           better authorization mechanism than is provided by X.       Subject to  all  of  these  caveats,  a  simple  mechanism  exists  for       protecting keyboard input inxterm.       Thexterm  menu  (seeMENUS  above)  contains aSecure Keyboard entry       which, when enabled, attempts to ensure  that  all  keyboard  input  is       directedonly toxterm (using the GrabKeyboard protocol request).  When       an  application  prompts  you for a password (or other sensitive data),       you can enableSecure Keyboard using the menu, type in  the  data,  and       then disableSecure Keyboard using the menu again.o   This   ensures  that  you  know  which  window  is  accepting  your           keystrokes.o   It cannot ensure that there are no processes which have  access  to           your X display that might be observing the keystrokes as well.       Only  one X client at a time can grab the keyboard, so when you attempt       to enableSecure Keyboard it may fail.  In this  case,  the  bell  will       sound.   If theSecure Keyboard succeeds, the foreground and background       colors will be exchanged (as if you selected theEnable  Reverse  Video       entry  in  theModes menu); they will be exchanged again when you exit       secure mode.  If the colors donot switch,  then  you  should  bevery       suspicious  that  you  are  being  spoofed.  If the application you are       running displays a prompt before asking for the password, it is  safest       to enter secure modebefore the prompt gets displayed, and to make sure       that  the  prompt  gets  displayed  correctly  (in  the new colors), to       minimize the probability of spoofing.  You can also bring up  the  menu       again and make sure that a check mark appears next to the entry.Secure  Keyboard  mode  will  be  disabled  automatically if yourxterm       window becomes iconified (or otherwise unmapped), or if you start up  a       reparenting window manager (that places a title bar or other decoration       around  the  window) while inSecure Keyboard mode.  (This is a feature       of the X  protocol  not  easily  overcome.)   When  this  happens,  the       foreground  and  background  colors  will be switched back and the bell       will sound in warning.

CHARACTER CLASSES

       Clicking the left pointer button twice  in  rapid  succession  (double-       clicking) causes all characters of the same class (e.g., letters, white       space, punctuation) to be selected as a "word".  Since different people       have  different  preferences  for what should be selected (for example,       should filenames be selected as a whole or only the separate subnames),       the default mapping can be overridden through the use of thecharClass       (classCharClass) resource.       This resource is a series of comma-separatedrange:value pairs.o   Therange  is either a single number orlow-high in the range of 0           to 65535, corresponding to the code for the character or characters           to be set.o   Thevalue is arbitrary.  For example, the default  table  uses  the           character number of the first character occurring in the set.  When           not in UTF-8 mode, only the first 256 entries of this table will be           used.       The default table starts as follows -           static int charClass[256] = {           /* NUL  SOH  STX  ETX  EOT  ENQ  ACK  BEL */               32,   1,   1,   1,   1,   1,   1,   1,           /*  BS   HT   NL   VT   NP   CR   SO   SI */                1,  32,   1,   1,   1,   1,   1,   1,           /* DLE  DC1  DC2  DC3  DC4  NAK  SYN  ETB */                1,   1,   1,   1,   1,   1,   1,   1,           /* CAN   EM  SUB  ESC   FS   GS   RS   US */                1,   1,   1,   1,   1,   1,   1,   1,           /*  SP    !    "    #    $    %    &    ' */               32,  33,  34,  35,  36,  37,  38,  39,           /*   (    )    *    +    ,    -    .    / */               40,  41,  42,  43,  44,  45,  46,  47,           /*   0    1    2    3    4    5    6    7 */               48,  48,  48,  48,  48,  48,  48,  48,           /*   8    9    :    ;    <    =    >    ? */               48,  48,  58,  59,  60,  61,  62,  63,           /*   @    A    B    C    D    E    F    G */               64,  48,  48,  48,  48,  48,  48,  48,           /*   H    I    J    K    L    M    N    O */               48,  48,  48,  48,  48,  48,  48,  48,           /*   P    Q    R    S    T    U    V    W */               48,  48,  48,  48,  48,  48,  48,  48,           /*   X    Y    Z    [    \    ]    ^    _ */               48,  48,  48,  91,  92,  93,  94,  48,           /*   `    a    b    c    d    e    f    g */               96,  48,  48,  48,  48,  48,  48,  48,           /*   h    i    j    k    l    m    n    o */               48,  48,  48,  48,  48,  48,  48,  48,           /*   p    q    r    s    t    u    v    w */               48,  48,  48,  48,  48,  48,  48,  48,           /*   x    y    z    {    |    }    ~  DEL */               48,  48,  48, 123, 124, 125, 126,   1,           /* x80  x81  x82  x83  IND  NEL  SSA  ESA */                1,   1,   1,   1,   1,   1,   1,   1,           /* HTS  HTJ  VTS  PLD  PLU   RI  SS2  SS3 */                1,   1,   1,   1,   1,   1,   1,   1,           /* DCS  PU1  PU2  STS  CCH   MW  SPA  EPA */                1,   1,   1,   1,   1,   1,   1,   1,           /* x98  x99  x9A  CSI   ST  OSC   PM  APC */                1,   1,   1,   1,   1,   1,   1,   1,           /*   -    i   c/    L   ox   Y-    |   So */              160, 161, 162, 163, 164, 165, 166, 167,           /*  ..   c0   ip   <<    _        R0    - */              168, 169, 170, 171, 172, 173, 174, 175,           /*   o   +-    2    3    '    u   q|    . */              176, 177, 178, 179, 180, 181, 182, 183,           /*   ,    1    2   >>  1/4  1/2  3/4    ? */              184, 185, 186, 187, 188, 189, 190, 191,           /*  A`   A'   A^   A~   A:   Ao   AE   C, */               48,  48,  48,  48,  48,  48,  48,  48,           /*  E`   E'   E^   E:   I`   I'   I^   I: */               48,  48,  48,  48,  48,  48,  48,  48,           /*  D-   N~   O`   O'   O^   O~   O:    X */               48,  48,  48,  48,  48,  48,  48, 215,           /*  O/   U`   U'   U^   U:   Y'    P    B */               48,  48,  48,  48,  48,  48,  48,  48,           /*  a`   a'   a^   a~   a:   ao   ae   c, */               48,  48,  48,  48,  48,  48,  48,  48,           /*  e`   e'   e^   e:   i`   i'   i^   i: */               48,  48,  48,  48,  48,  48,  48,  48,           /*   d   n~   o`   o'   o^   o~   o:   -: */               48,  48,  48,  48,  48,  48,  48, 247,           /*  o/   u`   u'   u^   u:   y'    P   y: */               48,  48,  48,  48,  48,  48,  48,  48};              For  example,  the string "33:48,37:48,45-47:48,38:48" indicates              that the exclamation mark, percent sign,  dash,  period,  slash,              and  ampersand  characters  should  be  treated  the same way as              characters and numbers.  This is useful for cutting and  pasting              electronic mailing addresses and filenames.

KEY BINDINGS

       It  is  possible  to  rebind  keys  (or sequences of keys) to arbitrary       strings for input, by changing thetranslations resources for the vt100       or tek4014 widgets.  Changing  thetranslations  resource  for  events       other  than  key  and  button  events  is  not expected, and will cause       unpredictable behavior.

Actions

       The following actions are provided for use within thevt100 ortek4014translations resources:allow-bold-fonts(on/off/toggle)               This action sets, unsets or toggles theallowBoldFonts resource               and is also invoked by theallow-bold-fonts entry infontMenu.allow-color-ops(on/off/toggle)               This  action sets, unsets or toggles theallowColorOps resource               and is also invoked by theallow-color-ops entry infontMenu.allow-font-ops(on/off/toggle)               This action sets, unsets or toggles theallowFontOps  resource               and is also invoked by theallow-font-ops entry infontMenu.allow-mouse-ops(on/off/toggle)               This  action sets, unsets or toggles theallowMouseOps resource               and is also invoked by theallow-mouse-ops entry infontMenu.allow-send-events(on/off/toggle)               This  action  sets,  unsets  or  toggles  theallowSendEvents               resource  and  is  also  invoked  by  theallowsends  entry inmainMenu.allow-tcap-ops(on/off/toggle)               This action sets, unsets or toggles theallowTcapOps  resource               and is also invoked by theallow-tcap-ops entry infontMenu.allow-title-ops(on/off/toggle)               This  action sets, unsets or toggles theallowTitleOps resource               and is also invoked by theallow-title-ops entry infontMenu.allow-window-ops(on/off/toggle)               This action sets, unsets or toggles theallowWindowOps resource               and is also invoked by theallow-window-ops entry infontMenu.alt-sends-escape()               This action toggles the state of thealtSendsEscape resource.bell([percent])               This action rings the keyboard bell at the specified percentage               above or below the base volume.clear-saved-lines()               This action doeshard-reset() and also clears  the  history  of               lines saved off the top of the screen.  It is also invoked from               theclearsavedlines  entry invtMenu.  The effect is identical               to a hardware reset (RIS) control sequence.copy-selection(destname[,...])               This action puts the currently selected text into  all  of  the               selections   or   cutbuffers  specified  bydestname.   Unlikeselect-end, it does not send  a  mouse  position  or  otherwise               modify the internal selection state.create-menu(m/v/f/t)               This  action  creates one of the menus used byxterm, if it has               not been previously created.  The parameter values are the menu               names:mainMenu,vtMenu,fontMenu,tekMenu, respectively.dabbrev-expand()               Expands the word before cursor by searching  in  the  preceding               text  on  the  screen  and  in  the scrollback buffer for words               starting with that  abbreviation.   Repeatingdabbrev-expand()               several times in sequence searches for an alternative expansion               by looking farther back.  Lack of more matches is signaled by a               bell.   Attempts  to expand an empty word (i.e., when cursor is               preceded by a space) yield  successively  all  previous  words.               Consecutive identical expansions are ignored.  The word here is               defined  as  a  sequence  of  non-whitespace  characters.  This               feature   partially   emulates   the   behavior   of   "dynamic               abbreviation" expansion in Emacs (bound there to M-/).  Here is               a resource setting forxterm which will do the same thing:                   *VT100*translations:    #override \n\                           Meta <KeyPress> /:dabbrev-expand()deiconify()               Changes the window state back to normal, if it was iconified.delete-is-del()               This action toggles the state of thedeleteIsDEL resource.dired-button()               Handles  a  button  event  (other  than  press  and release) by               echoing the event's position (i.e., character line and  column)               in the following format:                   ^X ESC G <line+" "> <col+" ">dump-html()               Invokes theXHTML Screen Dump feature.dump-svg()               Invokes theSVG Screen Dump feature.exec-formatted(format,sourcename[,...])               Execute  an  external  command, using the current selection for               part of the command's parameters.  The first parameter,format               gives  the  basic  command.   Succeeding parameters specify the               selection source as ininsert-selection.               Theformat parameter allows these substitutions:               %%   inserts a "%".               %P   the screen-position at the beginning  of  the  highlighted                    region,  as  a  semicolon-separated pair of integers using                    the values that the CUP control sequence would use.               %p   the screen-position after the beginning of the highlighted                    region, using the same convention as "%P".               %S   the length of the string that "%s" would insert.               %s   the content of the selection, unmodified.               %T   the length of the string that "%t" would insert.               %t   the selection,  trimmed  of  leading/trailing  whitespace.                    Embedded spaces (and newlines) are copied as is.               %R   the length of the string that "%r" would insert.               %r   the selection, trimmed of trailing whitespace.               %V   the  video  attributes at the beginning of the highlighted                    region, as a semicolon-separated list  of  integers  using                    the values that the SGR control sequence would use.               %v   the  video  attributes  after  the  end of the highlighted                    region, using the same convention as "%V".               After constructing the command-string,xterm forks a subprocess               and executes the  command,  which  completes  independently  ofxterm.               For  example, this translation would invoke a newxterm process               to view a file whose name is selected while holding  the  shift               key  down.  The new process is started when the mouse button is               released:                   *VT100*translations: #override Shift \                       <Btn1Up>:exec-formatted("xterm -e view '%t'",SELECT)exec-selectable(format,onClicks)               Execute an external command, using data copied from the  screen               for  part  of  the  command's parameters.  The first parameter,format gives the  basic  command  as  inexec-formatted.   The               second  parameter  specifies the method for copying the data as               in theon2Clicks resource.fullscreen(on/off/toggle)               This action sets, unsets or toggles thefullscreen resource.hard-reset()               This action resets the scrolling region, tabs, window size, and               cursor keys and clears the screen.  It is also invoked from thehardreset entry invtMenu.iconify()               Iconifies the window.ignore()               This action ignores the event but checks  for  special  pointer               position escape sequences.insert()               This action inserts the character or string associated with the               key that was pressed.insert-eight-bit()               This   action  inserts  an  eight-bit  (Meta)  version  of  the               character or string associated with the key that  was  pressed.               Only  single-byte  values  are  treated  specially.   The exact               action depends on the  value  of  thealtSendsEscape  and  themetaSendsEscape   and   theeightBitInput   resources.    ThemetaSendsEscape   resource   is   tested   first.    See    theeightBitInput resource for a full discussion.               The  term "eight-bit" is misleading:xterm checks if the key is               in the range 128 to 255 (the eighth bit is set).  If the  value               is  in  that range, depending on the resource values,xterm may               then do one of the following:o   add 128 to the value, setting its eighth bit,o   send an ESC byte before the key, oro   send the key unaltered.insert-formatted(format,sourcename[,...])               Insert the current selection or data related to it,  formatted.               The  first parameter,format gives the template for the data as               inexec-formatted.  Succeeding parameters specify the selection               source as ininsert-selection.insert-selectable(format,onClicks)               Insert data copied  from  the  screen,  formatted.   The  first               parameter,format  gives  the  template  for  the  data  as inexec-formatted.  The second parameter specifies the method  for               copying the data as in theon2Clicks resource.insert-selection(sourcename[,...])               This  action  inserts  the  string  found  in  the selection or               cutbuffer indicated bysourcename.  Sources are checked in  the               order   given   (case  is  significant)  until  one  is  found.               Commonly-used  selections  include:PRIMARY,SECONDARY,   andCLIPBOARD.  Cut buffers are typically namedCUT_BUFFER0 throughCUT_BUFFER7.insert-seven-bit()               This action is a synonym forinsert().  The term "seven-bit" is               misleading:  it only implies thatxterm does not try to add 128               to the key's value as ininsert-eight-bit().interpret(control-sequence)               Interpret the given control  sequence  locally,  i.e.,  without               passing  it  to  the host.  This works by inserting the control               sequence at the front of the input buffer.  Use "\"  to  escape               octal  digits  in  the  string.  Xt does not allow you to put a               null character (i.e., "\000") in the string.keymap(name)               This action dynamically defines a new translation  table  whose               resource   name   isname  with  the  suffix  "Keymap"  (i.e.,nameKeymap, where case is significant).  The nameNone restores               the original translation table.larger-vt-font()               Set the font  to  the  next  larger  one,  based  on  the  font               dimensions.  See alsoset-vt-font().load-vt-fonts(name[,class])               Load fontnames from the given subresource name and class.  That               is, load the "*VT100.name.font", resource as "*VT100.font" etc.               If no name is given, the original set of fontnames is restored.               Unlikeset-vt-font(),  this  does  not  affect the escape- and               select-fonts, since those are not based on resource values.  It               does affect the fonts loosely  organized  under  the  "Default"               menu    entry,   includingfont,boldFont,wideFont   andwideBoldFont.maximize()               Resizes the window to fill the screen.meta-sends-escape()               This action toggles the state of themetaSendsEscape resource.pointer-button()               Use this action as a fall-back  to  handle  button  press-  and               release-events for the mouse control sequence protocol when the               selection-related   translations   are   suppressed   with  theomitTranslation resource.pointer-motion()               Use this action as a fall-back to handle motion-events for  the               mouse  control  sequence  protocol  when  the selection-related               translations are suppressed with theomitTranslation resource.popup-menu(menuname)               This action displays the specified  popup  menu.   Valid  names               (case is significant) include:mainMenu,vtMenu,fontMenu, andtekMenu.print(printer-flags)               This action prints the window.  It is also invoked by theprint               entry inmainMenu.               The  action  accepts  optional  parameters,  which  temporarily               override resource settings.  The parameter values  are  matched               ignoring case:               noFormFeed                    no  form  feed  will  be  sent at the end of the last line                    printed (i.e.,printerFormFeed is "false").               FormFeed                    a form feed will be sent at  the  end  of  the  last  line                    printed (i.e.,printerFormFeed is "true").               noNewLine                    no  newline  will  be  sent  at  the  end of the last line                    printed, and wrapped lines  will  be  combined  into  long                    lines (i.e.,printerNewLine is "false").               NewLine                    a  newline  will  be  sent  at  the  end  of the last line                    printed, and each  line  will  be  limited  (by  adding  a                    newline)  to  the  screen  width  (i.e.,printerNewLine is                    "true").               noAttrs                    the   page   is   printed   without   attributes    (i.e.,printAttributes is "0").               monoAttrs                    the  page  is  printed  with monochrome (vt220) attributes                    (i.e.,printAttributes is "1").               colorAttrs                    the page is printed  with  ANSI  color  attributes  (i.e.,printAttributes is "2").print-everything(printer-flags)               This  action  sends the entire text history, in addition to the               text  currently  visible,  to  the   program   given   in   theprinterCommand   resource.    It   allows   the  same  optional               parameters as  theprint  action.   With  a  suitable  printer               command,  the action can be used to load the text history in an               editor.print-immediate()               Sends the text of the current window directly  to  a  file,  as               specified  by  theprintFileImmediate,printModeImmediate andprintOptsImmediate resources.print-on-error()               Toggles a flag tellingxterm that if it exits with an X  error,               to  send  the text of the current window directly to a file, as               specified  by  theprintFileOnXError,printModeOnXError   andprintOptsOnXError resources.print-redir()               This  action  toggles  theprinterControlMode between 0 and 2.               The corresponding popup menu entry is useful for switching  the               printer off if you happen to change your mind after deciding to               print random binary files on the terminal.quit()               This  action sends a SIGHUP to the subprogram and exits.  It is               also invoked by thequit entry inmainMenu.readline-button()               Supports the optional  readline  feature  by  echoing  repeated               cursor  forward or backward control sequences on button release               event, to request that the host application update  its  notion               of the cursor's position to match the button event.redraw()               This  action  redraws  the  window.   It is also invoked by theredraw entry inmainMenu.restore()               Restores the window to the size before it was last maximized.scroll-back(count[,units[,mouse]])               This action scrolls the text window backward so that text  that               had  previously  scrolled  off  the  top  of  the screen is now               visible.               Thecount argument indicates the number ofunits (which may  bepage,halfpage,pixel,  orline)  by which to scroll.  If nocount parameter is given,xterm uses the number of lines  given               by thescrollLines resource.               An  adjustment  can be specified for thepage orhalfpage units               by appending a "+" or "-" sign  followed  by  a  number,  e.g.,page-2 to specify 2 lines less than a page.               If the second parameter is omitted "lines" is used.               If  the  third  parametermouse is given, the action is ignored               when mouse reporting is enabled.scroll-forw(count[,units[,mouse]])               This action is similar toscroll-back except that it scrolls in               the other direction.scroll-lock(on/off/toggle)               This action sets, unsets or toggles internal state which  tellsxterm   whether   Scroll   Lock   is  active,  subject  to  theallowScrollLock resource.scroll-to(count)               Scroll to the given line  relative  to  the  beginning  of  the               saved-lines.   For instance, "scroll-to(0)" would scroll to the               beginning.  Two special nonnumeric parameters are recognized:scroll-to(begin)                       Scroll to the beginning of the saved lines.scroll-to(end)                       Scroll to the end of the  saved  lines,  i.e.,  to  the                       currently active page.secure()               This  action  toggles  theSecure Keyboard mode (seeSECURITY),               and is invoked from thesecurekbd entry inmainMenu.select-cursor-end(destname[,...])               This action is similar toselect-end except that it  should  be               used withselect-cursor-start.select-cursor-extend()               This  action  is similar toselect-extend except that it should               be used withselect-cursor-start.select-cursor-start()               This action is similar toselect-start except  that  it  begins               the selection at the current text cursor position.select-end(destname[,...])               This  action  puts  the currently selected text into all of the               selections or cutbuffers specified bydestname.  It also  sends               a  mouse  position  and updates the internal selection state to               reflect the end of the selection process.select-extend()               This action tracks the pointer and extends the  selection.   It               should only be bound to Motion events.select-set()               This  action  stores  text  that  corresponds  to  the  current               selection, without affecting the selection mode.select-start()               This action  begins  text  selection  at  the  current  pointer               location.   See the section onPOINTER USAGE for information on               making selections.               Ifxterm is configured to support block-selection, this  action               accepts  a  parameter "block" which initiates a block-selection               rather than the default character-oriented selection.send-signal(signame)               This action sends the signal named  bysigname  to  thexterm               subprocess  (the shell or program specified with the-e command               line option).  It is also invoked  by  thesuspend,continue,interrupt,hangup,terminate,  andkill entries inmainMenu.               Allowable signal names are (case is not significant):tstp  (if               supported  by  the  operating  system),suspend (same aststp),cont (if supported by the operating system),int,hup,term,quit,alrm,alarm (same asalrm) andkill.set-8-bit-control(on/off/toggle)               This   action  sets,  unsets  or  toggles  theeightBitControl               resource.  It is also invoked from the8-bit-control  entry  invtMenu.set-allow132(on/off/toggle)               This  action  sets, unsets or toggles thec132 resource.  It is               also invoked from theallow132 entry invtMenu.set-altscreen(on/off/toggle)               This action sets, unsets or toggles between the  alternate  and               current screens.set-appcursor(on/off/toggle)               This  action  sets,  unsets or toggles the handling Application               Cursor Key mode and is also invoked by theappcursor  entry  invtMenu.set-appkeypad(on/off/toggle)               This action sets, unsets or toggles the handling of Application               Keypad  mode  and  is  also  invoked  by theappkeypad entry invtMenu.set-autolinefeed(on/off/toggle)               This action sets, unsets or toggles automatic insertion of line               feeds.  It is also invoked by theautolinefeed entry invtMenu.set-autowrap(on/off/toggle)               This action sets, unsets or toggles automatic wrapping of  long               lines.  It is also invoked by theautowrap entry invtMenu.set-backarrow(on/off/toggle)               This  action sets, unsets or toggles thebackarrowKey resource.               It is also invoked from thebackarrow key entry invtMenu.set-bellIsUrgent(on/off/toggle)               This action sets, unsets or toggles thebellIsUrgent  resource.               It is also invoked by thebellIsUrgent entry invtMenu.set-cursesemul(on/off/toggle)               This action sets, unsets or toggles thecurses resource.  It is               also invoked from thecursesemul entry invtMenu.set-cursorblink(on/off/toggle)               This  action  sets, unsets or toggles thecursorBlink resource.               It is also invoked from thecursorblink entry invtMenu.set-font-doublesize(on/off/toggle)               This  action  sets,  unsets  or  toggles   thefontDoublesize               resource.   It  is also invoked by thefont-doublesize entry infontMenu.set-font-linedrawing(on/off/toggle)               This action sets, unsets or toggles thexterm's state regarding               whether  the  current  font  has  line-drawing  characters  and               whether  it  should  draw them directly.  It is also invoked by               thefont-linedrawing entry infontMenu.set-font-packed(on/off/toggle)               This  action  sets,  unsets  or  toggles  theforcePackedFont               resource  which  controls  use of the font's minimum or maximum               glyph width.  It is also invoked by thefont-packed  entry  infontMenu.set-hp-function-keys(on/off/toggle)               This   action   sets,  unsets  or  toggles  thehpFunctionKeys               resource.  It is also invoked by thehpFunctionKeys  entry  inmainMenu.set-jumpscroll(on/off/toggle)               This  action  sets,  unsets or toggles thejumpscroll resource.               It is also invoked by thejumpscroll entry invtMenu.set-keep-clipboard(on/off/toggle)               This action sets, unsets or toggles thekeepClipboard resource.set-keep-selection(on/off/toggle)               This action sets, unsets or toggles thekeepSelection resource.               It is also invoked by thekeepSelection entry invtMenu.set-logging(on/off/toggle)               This action sets, unsets or toggles the state  of  the  logging               option.set-marginbell(on/off/toggle)               This action sets, unsets or toggles themarginBell resource.set-num-lock(on/off/toggle)               This action toggles the state of thenumLock resource.set-old-function-keys(on/off/toggle)               This  action  sets,  unsets  or  toggles  the  state  of legacy               function keys.  It is also invoked by theoldFunctionKeys entry               inmainMenu.set-pop-on-bell(on/off/toggle)               This action sets, unsets or toggles thepopOnBell resource.  It               is also invoked by thepoponbell entry invtMenu.set-private-colors(on/off/toggle)               This action sets, unsets or toggles  theprivateColorRegisters               resource.set-render-font(on/off/toggle)               This  action  sets,  unsets or toggles therenderFont resource.               It is also invoked by therender-font entry infontMenu.set-reverse-video(on/off/toggle)               This action sets, unsets or toggles thereverseVideo  resource.               It is also invoked by thereversevideo entry invtMenu.set-reversewrap(on/off/toggle)               This  action  sets, unsets or toggles thereverseWrap resource.               It is also invoked by thereversewrap entry invtMenu.set-sco-function-keys(on/off/toggle)               This  action  sets,  unsets  or  toggles  thescoFunctionKeys               resource.   It  is also invoked by thescoFunctionKeys entry inmainMenu.set-scroll-on-key(on/off/toggle)               This action sets, unsets or toggles thescrollKey resource.  It               is also invoked from thescrollkey entry invtMenu.set-scroll-on-tty-output(on/off/toggle)               This  action  sets,  unsets  or  toggles  thescrollTtyOutput               resource.  It is also invoked from thescrollttyoutput entry invtMenu.set-scrollbar(on/off/toggle)               This action sets, unsets or toggles thescrollbar resource.  It               is also invoked by thescrollbar entry invtMenu.set-select(on/off/toggle)               This  action  sets,  unsets  or  toggles  theselectToClipboard               resource.  It is also invoked by theselectToClipboard entry invtMenu.set-sixel-scrolling(on/off/toggle)               This  action  toggles  between  inline  (sixel  scrolling)  and               absolute  positioning.   It  can  also  be  controlled  via DEC               private mode 80 (DECSDM) or from thesixelScrolling  entry  in               thebtMenu.set-sun-function-keys(on/off/toggle)               This   action  sets,  unsets  or  toggles  thesunFunctionKeys               resource.  It is also invoked by thesunFunctionKeys  entry  inmainMenu.set-sun-keyboard(on/off/toggle)               This  action  sets, unsets or toggles thesunKeyboard resource.               It is also invoked by thesunKeyboard entry inmainMenu.set-tek-text(large/2/3/small)               This action sets the font used in the Tektronix window  to  the               value  of the selected resource according to the argument.  The               argument can be either a keyword  or  single-letter  alias,  as               shown in parentheses:               large (l)                    Use resourcefontLarge, same as menu entrytektextlarge.               two (2)                    Use resourcefont2, same as menu entrytektext2.               three (3)                    Use resourcefont3, same as menu entrytektext3.               small (s)                    Use resourcefontSmall, same as menu entrytektextsmall.set-terminal-type(type)               This  action  directs  output  to either thevt ortek windows,               according to thetype  string.   It  is  also  invoked  by  thetekmode entry invtMenu and thevtmode entry intekMenu.set-titeInhibit(on/off/toggle)               This  action  sets, unsets or toggles thetiteInhibit resource,               which controls switching  between  the  alternate  and  current               screens.set-toolbar(on/off/toggle)               This action sets, unsets or toggles the toolbar feature.  It is               also invoked by thetoolbar entry inmainMenu.set-utf8-fonts(on/off/toggle)               This action sets, unsets or toggles theutf8Fonts resource.  It               is also invoked by theutf8-fonts entry infontMenu.set-utf8-mode(on/off/toggle)               This  action  sets, unsets or toggles theutf8 resource.  It is               also invoked by theutf8-mode entry infontMenu.set-utf8-title(on/off/toggle)               This action sets, unsets or toggles theutf8Title resource.  It               is also invoked by theutf8-title entry infontMenu.set-visibility(vt/tek,on/off/toggle)               This action sets, unsets or toggles whether or not  thevt  ortek  windows  are visible.  It is also invoked from thetekshow               andvthide entries invtMenu and thevtshow andtekhide entries               intekMenu.set-visual-bell(on/off/toggle)               This action sets, unsets or toggles  thevisualBell  resource.               It is also invoked by thevisualbell entry invtMenu.set-vt-font(d/1/2/3/4/5/6/7/e/s[,normalfont[,boldfont]])               This  action sets the font or fonts currently being used in the               VTxxx window.  The first argument is a  single  character  that               specifies the font to be used:d  orD indicate the default font (the font initially used whenxterm was started),1 through7 indicate the fonts specified by thefont1  throughfont7 resources,e  orE  indicate the normal and bold fonts that have been set                      through escape codes (or specified  as  the  second  and                      third action arguments, respectively), ands orS indicate the font selection (as made by programs such asxfontsel(1)) indicated by the second action argument.               Ifxterm   is  configured  to  support  wide  characters,  an               additional two optional parameters are  recognized  for  thee               argument: wide font and wide bold font.smaller-vt-font()               Set  the  font  to  the  next  smaller  one,  based on the font               dimensions.  See alsoset-vt-font().soft-reset()               This action resets the scrolling region.  It  is  also  invoked               from thesoftreset entry invtMenu.  The effect is identical to               a soft reset (DECSTR) control sequence.spawn-new-terminal(params)               Spawn  a newxterm process.  This is available on systems which               have a modern version of the process filesystem, e.g., "/proc",               whichxterm can read.               Use the "cwd" process entry, e.g.,  /proc/12345/cwd  to  obtain               the  working  directory  of the process which is running in the               currentxterm.               On  systems  which  have  the  "exe"   process   entry,   e.g.,               /proc/12345/exe,  use  this  to  obtain  the actual executable.               Otherwise, use the$PATH variable to findxterm.               If parameters are given in the action, pass  them  to  the  newxterm process.start-cursor-extend()               This  action  is  similar  toselect-extend  except  that  the               selection is extended to the current text cursor position.start-extend()               This  action  is  similar  toselect-start  except  that   the               selection is extended to the current pointer location.string(string)               This action inserts the specified text string as if it had been               typed.    Quotation   is   necessary  if  the  string  contains               whitespace  or  non-alphanumeric  characters.   If  the  string               argument  begins with the characters "0x", it is interpreted as               a hex character constant.tek-copy()               This action copies  the  escape  codes  used  to  generate  the               current  window  contents  to  a  file in the current directory               beginning with the name COPY.  It  is  also  invoked  from  thetekcopy entry intekMenu.tek-page()               This action clears the Tektronix window.  It is also invoked by               thetekpage entry intekMenu.tek-reset()               This action resets the Tektronix window.  It is also invoked by               thetekreset entry intekMenu.vi-button()               Handles  a  button  event  (other  than  press  and release) by               echoing a control  sequence  computed  from  the  event's  line               number in the screen relative to the current line:                   ESC ^P               or                   ESC ^N               according  to whether the event is before, or after the current               line, respectively.  The ^N (or ^P) is repeated once  for  each               line that the event differs from the current line.  The control               sequence  is  omitted  altogether if the button event is on the               current line.visual-bell()               This action flashes the window quickly.       The Tektronix window also has the following action:gin-press(l/L/m/M/r/R)               This action sends the indicated graphics input code.

Default Key Bindings

       The default bindings in the VTxxx window use theSELECT token, which is       set by theselectToClipboard resource.  These are for thevt100 widget:                     Shift <KeyPress> Prior:scroll-back(1,halfpage) \n\                      Shift <KeyPress> Next:scroll-forw(1,halfpage) \n\                    Shift <KeyPress> Select:select-cursor-start() \select-cursor-end(SELECT,CUT_BUFFER0) \n\                    Shift <KeyPress> Insert:insert-selection(SELECT,CUT_BUFFER0) \n\                            Alt <Key>Return:fullscreen() \n\                   <KeyRelease> Scroll_Lock:scroll-lock() \n\               Shift~Ctrl <KeyPress> KP_Add:larger-vt-font() \n\               Shift Ctrl <KeyPress> KP_Add:smaller-vt-font() \n\               Shift <KeyPress> KP_Subtract:smaller-vt-font() \n\                           ~Meta <KeyPress>:insert-seven-bit() \n\                            Meta <KeyPress>:insert-eight-bit() \n\                           !Ctrl <Btn1Down>:popup-menu(mainMenu) \n\                      !Lock Ctrl <Btn1Down>:popup-menu(mainMenu) \n\            !Lock Ctrl @Num_Lock <Btn1Down>:popup-menu(mainMenu) \n\                ! @Num_Lock Ctrl <Btn1Down>:popup-menu(mainMenu) \n\                            Meta <Btn1Down>:select-start(block) \n\                           ~Meta <Btn1Down>:select-start() \n\                         ~Meta <Btn1Motion>:select-extend() \n\                           !Ctrl <Btn2Down>:popup-menu(vtMenu) \n\                      !Lock Ctrl <Btn2Down>:popup-menu(vtMenu) \n\            !Lock Ctrl @Num_Lock <Btn2Down>:popup-menu(vtMenu) \n\                ! @Num_Lock Ctrl <Btn2Down>:popup-menu(vtMenu) \n\                     ~Ctrl ~Meta <Btn2Down>:ignore() \n\                            Meta <Btn2Down>:clear-saved-lines() \n\                       ~Ctrl ~Meta <Btn2Up>:insert-selection(SELECT,CUT_BUFFER0) \n\                           !Ctrl <Btn3Down>:popup-menu(fontMenu) \n\                      !Lock Ctrl <Btn3Down>:popup-menu(fontMenu) \n\            !Lock Ctrl @Num_Lock <Btn3Down>:popup-menu(fontMenu) \n\                ! @Num_Lock Ctrl <Btn3Down>:popup-menu(fontMenu) \n\                     ~Ctrl ~Meta <Btn3Down>:start-extend() \n\                         ~Meta <Btn3Motion>:select-extend() \n\                            Ctrl <Btn4Down>:scroll-back(1,halfpage,m) \n\                       Lock Ctrl <Btn4Down>:scroll-back(1,halfpage,m) \n\             Lock @Num_Lock Ctrl <Btn4Down>:scroll-back(1,halfpage,m) \n\                  @Num_Lock Ctrl <Btn4Down>:scroll-back(1,halfpage,m) \n\                                 <Btn4Down>:scroll-back(5,line,m)     \n\                            Ctrl <Btn5Down>:scroll-forw(1,halfpage,m) \n\                       Lock Ctrl <Btn5Down>:scroll-forw(1,halfpage,m) \n\             Lock @Num_Lock Ctrl <Btn5Down>:scroll-forw(1,halfpage,m) \n\                  @Num_Lock Ctrl <Btn5Down>:scroll-forw(1,halfpage,m) \n\                                 <Btn5Down>:scroll-forw(5,line,m)     \n\                                    <BtnUp>:select-end(SELECT,CUT_BUFFER0) \n\                                <BtnMotion>:pointer-motion() \n\                                  <BtnDown>:pointer-button() \n\                                    <BtnUp>:pointer-button() \n\                                  <BtnDown>:ignore()       The default bindings in the Tektronix window  are  analogous  but  less       extensive.  These are for thetek4014 widget:                            ~Meta<KeyPress>:insert-seven-bit() \n\                             Meta<KeyPress>:insert-eight-bit() \n\                           !Ctrl <Btn1Down>:popup-menu(mainMenu) \n\                      !Lock Ctrl <Btn1Down>:popup-menu(mainMenu) \n\            !Lock Ctrl @Num_Lock <Btn1Down>:popup-menu(mainMenu) \n\                 !Ctrl @Num_Lock <Btn1Down>:popup-menu(mainMenu) \n\                           !Ctrl <Btn2Down>:popup-menu(tekMenu) \n\                      !Lock Ctrl <Btn2Down>:popup-menu(tekMenu) \n\            !Lock Ctrl @Num_Lock <Btn2Down>:popup-menu(tekMenu) \n\                 !Ctrl @Num_Lock <Btn2Down>:popup-menu(tekMenu) \n\                      Shift ~Meta<Btn1Down>:gin-press(L) \n\                            ~Meta<Btn1Down>:gin-press(l) \n\                      Shift ~Meta<Btn2Down>:gin-press(M) \n\                            ~Meta<Btn2Down>:gin-press(m) \n\                      Shift ~Meta<Btn3Down>:gin-press(R) \n\                            ~Meta<Btn3Down>:gin-press(r)

Custom Key Bindings

       You  can modify thetranslations resource by overriding parts of it, or       merging your resources with it.       Here is an example which uses  shifted  select/paste  to  copy  to  the       clipboard,  and  unshifted  select/paste for the primary selection.  In       each case, a (different) cut buffer is also a target or source  of  the       select/paste  operation.  It is important to remember however, that cut       buffers store data in ISO-8859-1 encoding, while selections  can  store       data  in  a  variety  of  formats  and encodings.  Whilexterm owns the       selection, it highlights it.  When it loses the selection,  it  removes       the  corresponding  highlight.   But  you  can  still  paste  from  the       corresponding cut buffer.           *VT100*translations:    #override \n\              ~Shift~Ctrl<Btn2Up>:insert-selection(PRIMARY,CUT_BUFFER0) \n\               Shift~Ctrl<Btn2Up>:insert-selection(CLIPBOARD,CUT_BUFFER1) \n\              ~Shift     <BtnUp> :select-end(PRIMARY,CUT_BUFFER0) \n\               Shift     <BtnUp> :select-end(CLIPBOARD,CUT_BUFFER1)       In the example, the class nameVT100 is used  rather  than  the  widget       name.   These  are different; a class name could apply to more than one       widget.  A leading "*" is used because the widget hierarchy  above  thevt100  widget  depends  on whether the toolbar support is compiled intoxterm.       Most of the predefined translations are related to the  mouse,  with  a       few  that  use  some of the special keys on the keyboard.  Applications       use  special  keys  (function-keys,  cursor-keys,   keypad-keys)   with       modifiers  (shift, control, alt).  Ifxterm defines a translation for a       given  combination  of  special  key  and  modifier,  that   makes   it       unavailable for use by applications within the terminal.  For instance,       one might extend the use ofPage Up andPage Down keys seen here:               Shift <KeyPress> Prior :scroll-back(1,halfpage) \n\               Shift <KeyPress> Next  :scroll-forw(1,halfpage) \n\       to theHome andEnd keys:               Shift <KeyPress> Home :scroll-to(begin) \n\               Shift <KeyPress> End  :scroll-to(end)       but  then  shift-Home  and  shift-End  would  then  be  unavailable  to       applications.       Not everyone finds the three-button mouse bindings easy to use.   In  a       wheel  mouse, the middle button might be the wheel.  As an alternative,       you could add a binding using shifted keys:           *VT100*translations:      #override \n\               Shift <Key>Home:copy-selection(SELECT) \n\               Shift <Key>Insert:copy-selection(SELECT) \n\               Ctrl Shift <Key>C:copy-selection(SELECT) \n\               Ctrl Shift <Key>V:insert-selection(SELECT)       You would still use the left- and right-mouse buttons (typically 1  and       3) for beginning and extending selections.       Besides  mouse  problems,  there  are  also keyboards with inconvenient       layouts.  Some lack a numeric keypad, making it hard to use the shifted       keypad plus and minus bindings for switching between font  sizes.   You       can  work around that by assigning the actions to more readily accessed       keys:           *VT100*translations:      #override \n\               Ctrl <Key> +:larger-vt-font() \n\               Ctrl <Key> -:smaller-vt-font()       The keymap feature allows you to switch between sets  of  translations.       The  sample  below  shows  how  thekeymap() action may be used to add       special keys for entering commonly-typed words:           *VT100.Translations: #override <Key>F13: keymap(dbx)           *VT100.dbxKeymap.translations: \                   <Key>F14:keymap(None) \n\                   <Key>F17:string("next") \n\string(0x0d) \n\                   <Key>F18:string("step") \n\string(0x0d) \n\                   <Key>F19:string("continue") \n\string(0x0d) \n\                   <Key>F20:string("print ") \n\insert-selection(PRIMARY,CUT_BUFFER0)

Default Scrollbar Bindings

       Key bindings are normally associated with thevt100 ortek4014  widgets       which  act as terminal emulators.Xterm's scrollbar (and toolbar if it       is configured) are separate widgets.  Because  all  of  these  use  theX Toolkit,  they  have  correspondingtranslations  resources.   Those       resources  are  distinct,  and  match  different  patterns,  e.g.,  the       differences  in  widget-name and number of levels of widgets which they       may contain.       Thescrollbar widget is a child of thevt100 widget.  It is  positioned       on  top  of thevt100 widget.  Toggling the scrollbar on and off causes       thevt100 widget to resize.       The default bindings for the scrollbar  widget  use  only  mouse-button       events:              <Btn5Down>: StartScroll(Forward) \n\              <Btn1Down>: StartScroll(Forward) \n\              <Btn2Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\              <Btn3Down>: StartScroll(Backward) \n\              <Btn4Down>: StartScroll(Backward) \n\              <Btn2Motion>: MoveThumb() NotifyThumb() \n\              <BtnUp>:    NotifyScroll(Proportional) EndScroll()       Events which thescrollbar widget does not recognize at all are lost.       However, at startup,xterm augments these translations with the default       translations  used  for  thevt100  widget, together with the resource       "actions" which those translations  use.   Because  thescrollbar  (ormenubar)  widgets  do not recognize these actions (but because it has a       corresponding translation), they are passed on to thevt100 widget.       This augmenting of the scrollbar's translations has a few limitations:oXterm knows what the default translations  are,  but  there  is  no           suitable  library  interface  for determining what customizations a           user may have added to thevt100 widget.  All thatxterm can do  is           augment thescrollbar widget to give it the same starting point for           further customization by the user.o   Events in the gap between the widgets may be lost.o   Compose  sequences  begun  in one widget cannot be completed in the           other, because the input methods  for  each  widget  do  not  share           context information.       Most  customizations  of  the scrollbar translations do not concern key       bindings.  Rather, users are generally more interested in changing  the       bindings  of  the mouse buttons.  For example, some people prefer using       the left pointer button for dragging the scrollbar thumb.  That can  be       set up by altering the translations resource, e.g.,           *VT100.scrollbar.translations:  #override \n\              <Btn5Down>:     StartScroll(Forward) \n\              <Btn1Down>:     StartScroll(Continuous) MoveThumb() NotifyThumb() \n\              <Btn4Down>:     StartScroll(Backward) \n\              <Btn1Motion>:   MoveThumb() NotifyThumb() \n\              <BtnUp>:        NotifyScroll(Proportional) EndScroll()

CONTROL SEQUENCES AND KEYBOARD

       Applications can send sequences of characters to the terminal to change       its behavior.  Often they are referred to as "ANSI escape sequences" or       just plain "escape sequences" but both terms are misleading:o   ANSI x3.64 (obsolete) which was replaced by ISO 6429 (ECMA-48) gave           rules for theformat of these sequences of characters.o   While the original VT100 was claimed to be ANSI-compatible (against           x3.64),  there  is no freely available version of the ANSI standard           to show where the VT100  differs.   Most  of  the  documents  which           mention  the ANSI standard have additions not found in the original           (such as those based onansi.sys).  So this discussion  focuses  on           the ISO standards.o   The  standard  describes  only  sequences sent from the host to the           terminal.  There is no standard for sequences sent by special  keys           from  the  terminal  to  the host.  By convention (and referring to           existing terminals), the format of those sequences usually conforms           to the host-to-terminal standard.o   Some ofxterm's sequences do not  fit  into  the  standard  scheme.           Technically  those  are  "unspecified".   As an example, DEC Screen           Alignment Test (DECALN) is this three-character sequence:ESC # 8o   Some sequences fit into the standard format, but are not listed  in           the  standard.   These  include  the  sequences used for setting up           scrolling margins and doing forward/reverse scrolling.o   Some  of  the  sequences  (in  particular,   the   single-character           functions  such  as  tab  and  backspace) do not include theescape           character.       With all of that in mind, the standard refers  to  these  sequences  of       characters as "control sequences".Xterm   Control   Sequences   lists  the  control  sequences  which  an       application can sendxterm to make it perform various operations.  Most       of these operations are standardized, from either the DEC or  Tektronix       terminals, or from more widely used standards such as ISO-6429.       A few examples of usage are given in this section.

Window and Icon Titles

       Some  scripts  useecho  with  options-e and-n to tell the shell to       interpret the string "\e" as theescape character  and  to  suppress  a       trailing  newline  on output.  Those are not portable, nor recommended.       Instead, useprintf(1) (POSIX).       For example, to set thewindow title to "Hello world!", you  could  use       one of these commands in a script:           printf '\033]2;Hello world!\033\\'           printf '\033]2;Hello world!\007'           printf '\033]2;%s\033\\' "Hello world!"           printf '\033]2;%s\007' "Hello world!"       Theprintf(1) command interprets the octal value "\033" forescape, and       (since  it  was  not given in the format) omits a trailing newline from       the output.       Some programs (such asscreen(1)) set both window- and  icon-titles  at       the same time, using a slightly different control sequence:           printf '\033]0;Hello world!\033\\'           printf '\033]0;Hello world!\007'           printf '\033]0;%s\033\\' "Hello world!"           printf '\033]0;%s\007' "Hello world!"       The  difference  is  theparameter  "0"  in each command.  Most window       managers will honor either window title or icon title.  Some will  make       a  distinction  and allow you to set just the icon title.  You can tellxterm to ask for  this  with  a  different  parameter  in  the  control       sequence:           printf '\033]1;Hello world!\033\\'           printf '\033]1;Hello world!\007'           printf '\033]1;%s\033\\' "Hello world!"           printf '\033]1;%s\007' "Hello world!"

Special Keys

Xterm,  like  any VT100-compatible terminal emulator, has two modes for       thespecial keys (cursor-keys, numeric keypad,  and  certain  function-       keys):onormal  mode,  which  makes  the  special  keys  transmit  "useful"           sequences such as the control sequence for cursor-up when  pressing           the up-arrow, andoapplication  mode,  which  uses  a  different control sequence that           cannot be mistaken for the "useful" sequences.       The main difference between the two modes is that normal mode sequences       start withCSI (escape [) and application mode sequences start withSS3       (escape O).       The terminal is initialized into one of these two  modes  (usually  the       normal  mode), based on the terminal description (termcap or terminfo).       The terminal description also has capabilities  (strings)  defined  for       the keypad mode used in curses applications.       There  is  a problem in using the terminal description for applications       that are not  intended  to  be  full-screen  curses  applications:  the       definitions of special keys are only correct for this keypad mode.  For       example,  some  shells  (unlikeksh(1), which appears to be hard-coded,       not even using termcap) allow their users  to  customize  key-bindings,       assigning shell actions to special keys.obash(1)  allowsconstant strings to be assigned to functions.  This           is only successful if the terminal is  initialized  to  application           mode  by  default, becausebash lacks flexibility in this area.  It           uses a (less expressive thanbash's)readline  scripting  language           for  setting  up  key  bindings,  which  relies  upon  the  user to           statically enumerate the possible  bindings  for  given  values  of$TERM.ozsh(1)  provides  an  analogous  feature,  but  it  accepts runtime           expressions, as well as providing a$terminfo  array  for  scripts.           In particular, one can use the terminal database, transforming when           defining a key-binding.  By transforming the output so thatCSI andSS3 are equated,zsh can use the terminal database to obtain useful           definitions  for  its  command-line  use  regardless of whether the           terminal uses normal or application mode  initially.   Here  is  an           example:               [[ "$terminfo[kcuu1]" == "^[O"* ]] && \               bindkey -M viins "${terminfo[kcuu1]/O/[}" \               vi-up-line-or-history

Changing Colors

       A  few  shell  programs  provide the ability for users to add color and       other video attributes to the shell prompt strings.  Users can do  this       by  setting$PS1 (the primary prompt string).  Again,bash andzsh have       provided features not found inksh.  There is a problem,  however:  the       prompt's  width  on  the screen will not necessarily be the same as the       number of characters.  Because  there  is  no  guidance  in  the  POSIX       standard, each shell addresses the problem in a different way:obash  treats  characters within "\[" and "\]" as nonprinting (using           no width on the screen).ozsh treats characters within "%{" and "%}" as nonprinting.       In addition to the difference in syntax, the shells  provide  different       methods for obtaining useful escape sequences:o   As  noted inSpecial Keys,zsh initializes the $terminfo array with           the terminal capabilities.           It also provides a functionechoti  which  works  liketput(1)  to           convert  a  terminal  capability  with its parameters into a string           that can be written to the terminal.o   Shells lacking a comparable feature (such asbash) can  always  use           the programtput(1) to do this transformation.       Hard-coded  escape  sequences  are supported by each shell, but are not       recommended because  those  rely  upon  particular  configurations  and       cannot be easily moved between different user environments.

ENVIRONMENT

Xterm  sets  several  environment  variables.   It also removes certain       environment  variables  which  are  known  to  interfere   with   other       applications.   For instance, it removesCOLUMNS,LINES, andTERMCAP in       configurations where those are unnecessary.

System Independent

       Some variables are used on every system:DISPLAY            is the display name, pointing to the X server (seeDISPLAY  NAMES            inX(7)).TERM            is  set  according  to the terminfo (or termcap) entry which it is            using as a reference.            On some systems, you may  encounter  situations  where  the  shell            which  you  use andxterm are built using libraries with different            terminal  databases.   In  that  situation,xterm  may  choose  a            terminal description not known to the shell.WINDOWID            is set to the X window id number of thexterm window.XTERM_FILTER            is  set  if a locale-filter is used.  The value is the pathname of            the filter.XTERM_LOCALE            shows the locale which was used byxterm on startup.   Some  shell            initialization scripts may set a different locale.XTERM_SHELL            is  set  to the pathname of the program which is invoked.  Usually            that  is  a  shell  program,  e.g.,/bin/sh.   Since  it  is  not            necessarily a shell program however, it is distinct from "SHELL".XTERM_VERSION            is  set  to  the string displayed by the-version option.  That is            normally an identifier for the X Window libraries  used  to  buildxterm, followed byxterm's patch number in parenthesis.  The patch            number  is  also  part  of  the  response  to  a  Secondary Device            Attributes (DA) control sequence (seeXterm Control Sequences).

System Dependent

       Depending  on  your  system  configuration,xterm  may  also  set  the       following:COLUMNS            the width of thexterm in characters (cf: "stty columns").            When  this variable is set,curses applications (and most terminal            programs) will assume that the terminal has this many columns.Xterm would do this for systems which have no ability to tell  the            size  of  the  terminal.  Those are very rare, none newer than the            mid 1990s when SVR4 became prevalent.HOME            whenxterm is configured (at build-time) to update utmp.LINES            the height of thexterm in characters (cf: "stty rows").            When this variable is set,curses applications (and most  terminal            programs)  will  assume  that  the  terminal  has  this many lines            (rows).Xterm would do this for systems which have no ability to tell  the            size  of  the  terminal.  Those are very rare, none newer than the            mid 1990s when SVR4 became prevalent.LOGNAME            whenxterm is configured (at build-time) to update utmp.            Your configuration may have setLOGNAME;xterm  does  not  modify            that.  If it is unset,xterm will useUSER if it is set.  Finally,            if neither is set,xterm will use thegetlogin(3) function.SHELL            whenxterm  is  configured (at build-time) to update utmp.  It is            also set if you  provide  a  valid  shell  name  as  the  optional            parameter.Xterm  sets  this  to  an  absolute pathname.  If you have set the            variable to a relative pathname,xterm may set it to  a  different            shell pathname.            If you have set this to an pathname which does not correspond to a            valid shell,xterm may unset it, to avoid confusion.TERMCAP            the  contents  of  the  termcap entry corresponding to$TERM, with            lines and columns values substituted for the  actual  size  window            you have created.            This  feature  is,  likeLINES  andCOLUMNS,  used  rarely.   It            addresses the same limitation of a few older systems by  providing            a  way  fortermcap-based  applications to get the initial screen            size.TERMINFO            may be defined to  a  nonstandard  location  using  the  configure            script.XCURSOR_THEME            SeecursorTheme resource.

WINDOW PROPERTIES

       In the output fromxprop(1), there are several properties.

Properties set by X Toolkit

WM_CLASS            This  shows  theinstance name and the X resourceclass, passed toX Toolkit during initialization ofxterm, e.g.,                WM_CLASS(STRING) = "xterm", "UXTerm"WM_CLIENT_LEADER            This shows the window-id whichxterm provides with an  environment            variable (WINDOWID), e.g.,                WM_CLIENT_LEADER(WINDOW): window id # 0x800023WM_COMMAND            This  shows  the command-line arguments forxterm which are passed            toX Toolkit during initialization, e.g.,                WM_COMMAND(STRING) = { "xterm", "-class", "UXTerm", "-title", "uxterm", "-u8" }WM_ICON_NAME            This holds the icon title, which different window managers  handle            in   various   ways.    It  is  set  via  theiconName  resource.            Applications can change this using control sequences.WM_LOCALE_NAME            This shows the result  from  thesetlocale(3)  function  for  theLC_CTYPE category, e.g.,                WM_LOCALE_NAME(STRING) = "en_US.UTF-8"WM_NAME            This  holds  the  window  title,  normally  at  the top ofxterm's            window.  It is set  via  thetitle  resource.   Applications  can            change this using control sequences.

Properties set by Xterm

X Toolkit does not manage EWMH properties.  Xterm does this directly._NET_WM_ICON_NAME            stores the icon name._NET_WM_NAME            stores the title string._NET_WM_PID            stores the process identifier forxterm's display.

Properties used by Xterm

_NET_SUPPORTED            Xterm  checks  this property on thesupporting window to decide if            the window manager supports specific maximizing styles.  That  may            include other window manager hints;xterm uses the X library calls            to manage those._NET_SUPPORTING_WM_CHECK            Xterm  checks  this  to  ensure  that it will only update the EWMH            properties for a window manager which claims EWMH compliance._NET_WM_STATE            This tellsxterm whether its window  has  been  maximized  by  the            window manager, and if so, what type of maximizing:_NET_WM_STATE_FULLSCREEN_NET_WM_STATE_MAXIMIZED_HORZ_NET_WM_STATE_MAXIMIZED_VERT

FILES

       The actual pathnames given may differ on your system./etc/shells            contains  a  list of valid shell programs, used byxterm to decide            if the "SHELL" environment variable should be set for the  process            started byxterm.            On  systems  which  have thegetusershell function,xterm will use            that function rather than directly reading  the  file,  since  the            file may not be present if the system uses default settings./var/run/utmp            the system log file, which records user logins./var/log/wtmp            the system log file, which records user logins and logouts./etc/X11/app-defaults/XTerm            thexterm default application resources./etc/X11/app-defaults/XTerm-color            thexterm  color application resources.  If your display supports            color, use this                *customization: -color            in your .Xdefaults file to automatically use  this  resource  file            rather  than/etc/X11/app-defaults/XTerm.  If you do not do this,xterm uses its compiled-in default resource settings for colors./usr/share/pixmaps            the directory in whichxterm's pixmap icon files are installed.

ERROR MESSAGES

       Most of the fatal error messages fromxterm use the following format:           xterm: ErrorXXX, errnoYYY:ZZZ       TheXXX codes (which are used byxterm as  its  exit-code)  are  listed       below, with a brief explanation.       1    ERROR_MISC            miscellaneous errors, usually accompanied by a specific message,       11   ERROR_FIONBIO            main: ioctl() failed on FIONBIO       12   ERROR_F_GETFL            main: ioctl() failed on F_GETFL       13   ERROR_F_SETFL            main: ioctl() failed on F_SETFL       14   ERROR_OPDEVTTY            spawn: open() failed on /dev/tty       15   ERROR_TIOCGETP            spawn: ioctl() failed on TIOCGETP       17   ERROR_PTSNAME            spawn: ptsname() failed       18   ERROR_OPPTSNAME            spawn: open() failed on ptsname       19   ERROR_PTEM            spawn: ioctl() failed on I_PUSH/"ptem"       20   ERROR_CONSEM            spawn: ioctl() failed on I_PUSH/"consem"       21   ERROR_LDTERM            spawn: ioctl() failed on I_PUSH/"ldterm"       22   ERROR_TTCOMPAT            spawn: ioctl() failed on I_PUSH/"ttcompat"       23   ERROR_TIOCSETP            spawn: ioctl() failed on TIOCSETP       24   ERROR_TIOCSETC            spawn: ioctl() failed on TIOCSETC       25   ERROR_TIOCSETD            spawn: ioctl() failed on TIOCSETD       26   ERROR_TIOCSLTC            spawn: ioctl() failed on TIOCSLTC       27   ERROR_TIOCLSET            spawn: ioctl() failed on TIOCLSET       28   ERROR_INIGROUPS            spawn: initgroups() failed       29   ERROR_FORK            spawn: fork() failed       30   ERROR_EXEC            spawn: exec() failed       32   ERROR_PTYS            get_pty: not enough ptys       34   ERROR_PTY_EXEC            waiting for initial map       35   ERROR_SETUID            spawn: setuid() failed       36   ERROR_INIT            spawn: can't initialize window       46   ERROR_TIOCKSET            spawn: ioctl() failed on TIOCKSET       47   ERROR_TIOCKSETC            spawn: ioctl() failed on TIOCKSETC       49   ERROR_LUMALLOC            luit: command-line malloc failed       50   ERROR_SELECT            in_put: select() failed       54   ERROR_VINIT            VTInit: can't initialize window       57   ERROR_KMMALLOC1            HandleKeymapChange: malloc failed       60   ERROR_TSELECT            Tinput: select() failed       64   ERROR_TINIT            TekInit: can't initialize window       71   ERROR_BMALLOC2            SaltTextAway: malloc() failed       80   ERROR_LOGEXEC            StartLog: exec() failed       83   ERROR_XERROR            xerror: XError event       84   ERROR_XIOERROR            xioerror: X I/O error       85   ERROR_ICEERROR            ICE I/O error       90   ERROR_SCALLOC            Alloc: calloc() failed on base       91   ERROR_SCALLOC2            Alloc: calloc() failed on rows       102  ERROR_SAVE_PTR            ScrnPointers: malloc/realloc() failed

BUGS

       Large  pastes do not work on some systems.  This is not a bug inxterm;       it is a bug in the pseudo terminal  driver  of  those  systems.Xterm       feeds large pastes to the pty only as fast as the pty will accept data,       but  some  pty  drivers do not return enough information to know if the       write has succeeded.       When connected to an input method, it is possible forxterm to hang  if       the XIM server is suspended or killed.       Many of the options are not resettable afterxterm starts.       This program still needs to be rewritten.  It should be split into very       modular  sections, with the various emulators being completely separate       widgets that do not know about each other.  Ideally, you'd like  to  be       able  to  pick and choose emulator widgets and stick them into a single       control widget.       There needs to be a dialog box to allow entry  of  the  Tek  COPY  file       name.

AUTHORS

       Far too many people.       These  contributed  to the X Consortium: Loretta Guarino Reid (DEC-UEG-       WSL),  Joel  McCormack  (DEC-UEG-WSL),  Terry  Weissman  (DEC-UEG-WSL),       Edward  Moy  (Berkeley),  Ralph R. Swick (MIT-Athena), Mark Vandevoorde       (MIT-Athena), Bob McNamara  (DEC-MAD),  Jim  Gettys  (MIT-Athena),  Bob       Scheifler   (MIT   X  Consortium),  Doug  Mink  (SAO),  Steve  Pitschke       (Stellar), Ron Newman (MIT-Athena), Jim Fulton (MIT X Consortium), Dave       Serisky (HP), Jonathan Kamens (MIT-Athena).       Beginning with XFree86, there were far more identifiable  contributors.       TheTHANKS file inxterm's source lists 243 in June 2022.  Keep in mind       these:  Jason  Bacon,  Jens  Schweikhardt, Ross Combs, Stephen P. Wall,       David Wexelblat, and Thomas Dickey (invisible-island.net).

SEE ALSO

resize(1),luit(1),uxterm(1),X(7),Xcursor(7),pty(4),tty(4)Xterm Control Sequences (this is the file ctlseqs.ms).https://invisible-island.net/xterm/xterm.htmlhttps://invisible-island.net/xterm/manpage/xterm.htmlhttps://invisible-island.net/xterm/ctlseqs/ctlseqs.htmlhttps://invisible-island.net/xterm/xterm.faq.htmlhttps://invisible-island.net/xterm/xterm.log.htmlX Toolkit Intrinsics - C Language Interface (Xt),       Joel McCormack, Paul Asente, Ralph R. Swick (1994),       Thomas E. Dickey (2019).Inter-Client Communication Conventions Manual (ICCCM),       David Rosenthal and Stuart W. Marks (version 2.0, 1994).Extended Window Manager Hints (EWMH),       X Desktop Group (version 1.3, 2005).       EWMH usesUTF8_STRING pervasively without defining it, but does mention       the ICCCM.  Version 2.0 of the ICCCM does not address UTF-8.   That  is       an extension added in XFree86.o   Markus Kuhn summarized this inUTF-8 and Unicode FAQ for Unix/Linux           (2001), in the section "Is X11 ready for Unicode?"https://www.cl.cam.ac.uk/~mgk25/unicode.htmlo   Juliusz  Chroboczek  proposed  the  UTF8_STRING  selection  atom in           1999/2000, which became part of the ICCCM in XFree86.https://www.irif.fr/~jch/software/UTF8_STRING/           An Xorg developer removed that part of the  documentation  in  2004           when  incorporating other work from XFree86 into Xorg.  The feature           is still supported in Xorg, though undocumented as of 2019.Patch #407                        2026-02-16XTERM(1)

[8]ページ先頭

©2009-2026 Movatter.jp