.Xdefaults
changeset 202 12f86cf3d64f
parent 191 a8ab35d70f68
child 461 39b14a1ba5c2
equal deleted inserted replaced
201:9042970ef6f3 202:12f86cf3d64f
    25 XTerm*foreground: black
    25 XTerm*foreground: black
    26 XTerm*cursorColor: brown
    26 XTerm*cursorColor: brown
    27 ! Allow Alt as Meta in Emacs:
    27 ! Allow Alt as Meta in Emacs:
    28 XTerm*eightBitInput: false
    28 XTerm*eightBitInput: false
    29 XTerm*metaSendsEscape: true
    29 XTerm*metaSendsEscape: true
       
    30 XTerm*saveLines: 10000
    30 ! When an interactive shell that is not a login shell is started, bash reads
    31 ! When an interactive shell that is not a login shell is started, bash reads
    31 ! and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files
    32 ! and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files
    32 ! exist.
    33 ! exist.
    33 ! By default 'xterm' start shell with '-i', so it interactive. But if it also
    34 ! By default 'xterm' start shell with '-i', so it interactive. But if it also
    34 ! login shell then ~/.bashrc will not be read. Awful!
    35 ! login shell then ~/.bashrc will not be read. Awful!