equal
deleted
inserted
replaced
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! |