| View previous topic :: View next topic |
| Author |
Message |
miqorz Veteran


Joined: 04 Apr 2004 Posts: 1170 Location: Pissing into the wind.
|
Posted: Wed Jul 28, 2004 9:56 am Post subject: xterm woes. |
|
|
I've recently switched over to Xterm from Eterm and it looks MUCH nicer...
But.. I'm having technical issues..
When I'm in irssi I can't switch windows alt+2 or whatnot just spits out symbols.. and doesn't do anything!
and to get mike@tokyo mike$ to show up I have to "source /etc/profile"..
I'm using Xorg and here's my Xdefaults..
| Code: |
xterm*faceName: Monospace
xterm*faceSize: 7
xterm*background: #000000
xterm*foreground: #FFFFFF
*cursorColor: #a5a5a5
*cursorColor2: #303030
xterm*colorBD: #a9a9aa
xterm*colorUL: #a9a9aa
! black
xterm*color0: #303030
xterm*color8: #868889
! red
xterm*color1: #c18b72
xterm*color9: #d19d87
! green
xterm*color2: #B9EF05
xterm*color10: #B9EF05
! yellow
xterm*color3: #a8a783
xterm*color11: #bfbe9c
! blue
xterm*color4: #5A5AFF
xterm*color12: #7995c6
! magenta
xterm*color5: #987d99
xterm*color13: #bc95bc
! cyan
xterm*color6: #7a9b9b
xterm*color14: #93bab9
! white
xterm*color7: #a9a9aa
xterm*color15: #ffffff
|
|
|
| Back to top |
|
 |
Highlands Guru


Joined: 22 Apr 2003 Posts: 366 Location: Sundsvall, Sweden
|
|
| Back to top |
|
 |
miqorz Veteran


Joined: 04 Apr 2004 Posts: 1170 Location: Pissing into the wind.
|
Posted: Wed Jul 28, 2004 10:45 am Post subject: |
|
|
Uhh huhh...
I'm not wanting to switch terms. I'd just like to know if I can change the behaviour of xterm first..
Can aterm even use antialiased text? |
|
| Back to top |
|
 |
Celtis l33t


Joined: 05 Jul 2003 Posts: 737
|
Posted: Wed Jul 28, 2004 10:52 am Post subject: Re: xterm woes. |
|
|
| miqorz wrote: | | and to get mike@tokyo mike$ to show up I have to "source /etc/profile".. | Sorry, I don't know about the rest (I'm an Aterm-er) but to get this working you could try (as user) echo "source /etc/profile" >> ~/.bashrc
And no, aterm doesn't support anti-aliased fonts  |
|
| Back to top |
|
 |
miqorz Veteran


Joined: 04 Apr 2004 Posts: 1170 Location: Pissing into the wind.
|
Posted: Wed Jul 28, 2004 11:14 am Post subject: |
|
|
Eh, sorry.. Antialiased text is kinda why I switched to Xterm in the first place.
And thanks for the tip man! I had considered doing that but thought it was kind of hackish but hey! if it works! |
|
| Back to top |
|
 |
malloc l33t


Joined: 19 Sep 2003 Posts: 762
|
Posted: Wed Jul 28, 2004 12:11 pm Post subject: |
|
|
| Code: | XTerm*eightBitInput: false
XTerm*metaSendsEscape: true |
Put these lines in your .Xdefaults and it should do the trick |
|
| Back to top |
|
 |
diabx0r Apprentice

Joined: 08 Jan 2004 Posts: 207
|
Posted: Sat Jul 31, 2004 1:31 am Post subject: |
|
|
Holy crap.
This is the most amazing .Xdefaults I have ever seen.
Thank yoooooooou!!!! |
|
| Back to top |
|
 |
miqorz Veteran


Joined: 04 Apr 2004 Posts: 1170 Location: Pissing into the wind.
|
Posted: Sat Jul 31, 2004 1:58 am Post subject: |
|
|
Heh, Glad you like it.  |
|
| Back to top |
|
 |
diabx0r Apprentice

Joined: 08 Jan 2004 Posts: 207
|
Posted: Sat Jul 31, 2004 2:01 am Post subject: |
|
|
Like it? Dude, never have I thought that one could LOVE a terminal config, but I have in fact FALLEN IN LOVE with this terminal.
I thank you again.
 |
|
| Back to top |
|
 |
felixo Tux's lil' helper

Joined: 31 Mar 2004 Posts: 88
|
Posted: Wed Jan 26, 2005 5:09 am Post subject: ew |
|
|
| wow i did not like it at all, but thank you for the xterm alt key fix to the other dude :D |
|
| Back to top |
|
 |
float- Apprentice

Joined: 31 Aug 2003 Posts: 174
|
Posted: Sun Feb 13, 2005 4:43 pm Post subject: |
|
|
you can always use ESC as a meta key  |
|
| Back to top |
|
 |
deadaim Guru

Joined: 27 Oct 2003 Posts: 467 Location: Florida
|
Posted: Tue Mar 01, 2005 5:15 am Post subject: Re: xterm woes. |
|
|
| miqorz wrote: | | and to get mike@tokyo mike$ to show up I have to "source /etc/profile".. |
Use "xterm -ls":
| Code: |
-ls This option indicates that the shell that is started in the
xterm 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 the loginShell resource are ignored if -e is
also given, because xterm 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 con-
sistent functionality for other applications that need to start
text-mode programs in a window, and if loginShell were not
ignored, the result of ~/.profile might interfere with that.
If you do want the effect of -ls and -a simultaneously, you may
get away with something like
xterm -e /bin/bash -l -c "my command here"
Finally, -ls is not completely ignored, because xterm -ls -e
does write a /etc/wtmp entry (if configured to do so), whereas
xterm -e does not. |
|
|
| Back to top |
|
 |
allucid Veteran

Joined: 02 Nov 2002 Posts: 1314 Location: atlanta
|
Posted: Tue Mar 01, 2005 5:54 am Post subject: |
|
|
or put | Code: | | XTerm*loginshell: true | in ~/.Xdefaults |
|
| Back to top |
|
 |
|