Questions tagged [xterm]

xterm is the standard terminal emulator for the X Window System. A user can have many different invocations of xterm running at once on the same display, each of which provides independent input/output for the process running in it (normally the process is a Unix shell).

xterm is the standard terminal emulator for the X Window System. A user can have many different invocations of xterm running at once on the same display, each of which provides independent input/output for the process running in it (normally the process is a Unix shell).

xterm originated prior to the X Window System. It was originally written as a stand-alone terminal emulator for the VAXStation 100 (VS100) by Mark Vandevoorde, a student of Jim Gettys, in the summer of 1984, when work on X started. It rapidly became clear that it would be more useful as part of X than as a standalone program, so it was retargeted to X. As Gettys tells the story, "part of why xterm's internals are so horrifying is that it was originally intended that a single process be able to drive multiple VS100 displays."

wikipedia:http://en.wikipedia.org/wiki/Xterm

179 questions
550
votes
12 answers

How to really clear the terminal?

I can issue the clear command or press Ctrl + L to clear the current Ubuntu terminal, but this just shifts previous output upwards and if you use mouse scroll or PgUP and PgDown keys it's hard to distinguish where the output of previous command ends…
Stann
  • 15,416
149
votes
9 answers

How to change the default font size of XTerm?

XTerm font is very small. How can I set it larger?
Sudo
  • 1,493
82
votes
15 answers

How does copy-paste work with xterm?

Left-down-clicking in xterms starts the selection of something to be copy-pasted. Double-left clicking selects a word. Triple-left clicking selects a line. All this works under unity in 11.04. However, there is no way to copy-paste that selection…
false
  • 1,762
60
votes
10 answers

Backspace, Tab, Del and arrow keys not working in terminal (using ssh)

When I ssh into another Ubuntu machine with my account (with sudo permissions), my backspace key generates some awkward symbols on pressing. Also Tab, Del and Arrow keys don't work. On the other hand, I also have another account on the same machine…
gopi1410
  • 713
31
votes
2 answers

Why does the command "xterm xterm" create an infinite recursion?

I am running Ubuntu 14.04 (64 bit). When I first found out about the command xterm, I tried the command xterm xterm, and it started infinitely opening new xterm windows. ctrl + C stops it immediately and closes all windows. But I wanted to see how…
CluelessNoob
  • 2,383
28
votes
4 answers

how can I open a extra console and run a program in it with one command?

So I know if I type gnome-terminal or xterm, a new window will be popped out. Then I checked the man page for these two, nothing relevant found. Then I noticed under Mac you can do it with the program open. But it seems under Linux it's not that…
J.R.
  • 403
25
votes
3 answers

Why can terminal uninstall itself?

How does apt-get remove xterm go through? And after it's been uninstalled, xterm doesn't close and continues to function normally. Is the xterm process cached in RAM whilst it is running?
Huey
  • 799
20
votes
1 answer

Terminal emulator that has "code folding"

Sometimes I regret running ls in a directory containing a lot of files because it produces too many lines in my terminal. So I'd like to be able to collapse & expand the output of each command whenever I like. This is for better readability and…
zahypeti
  • 317
13
votes
3 answers

Simply set xterm title?

it sounds like a stupid question, but I hope it isnt. I want to create a simple xterm with a fixed title. I tried: xterm -title whatever (that is what xterm --help suggests) xterm -T whatever (according to man pages, this is the same as…
GhostCat
  • 2,165
13
votes
2 answers

No terminal colors in Ubuntu Server 12.04

I've tried everything from this duplicate question but I still can't get it to work. The only difference from that question is that when I run env | grep TERM I get TERM=xterm instead of TERM=xterm-color. I dont think it matters though, they seem to…
pzkpfw
  • 5,743
12
votes
8 answers

ssh -X "Xt error: Can't open display: :0.0"

I'm trying to open xterm on my remote server (Ubuntu Server 10.04) with ssh: ssh -X name@machine xterm but the error returned is: xterm Xt error: Can't open display: :0.0` I googled and tried everything I found. Still getting this error. The…
Fabian
  • 121
11
votes
3 answers

How to make xterm to send the Alt key to emacs as Meta?

I see that this question has been asked multiple times. The solutions given there in does not seem to apply to my setup. Here is my story: I use ubuntu 12.0.04 LTS, with xmonad (not over gnome), and use xterm for my work. I would prefer to use xterm…
10
votes
6 answers

How to save GNOME Terminal contents with ANSI escape codes?

VT100 terminals have a relatively simple way to save terminal contents with escape codes to a file using Meta-p: XTerm.VT100.printAttributes: 2 XTerm.VT100.printerCommand: cat - > file XTerm.VT100.translations: #override Meta P: print()…
l0b0
  • 9,271
8
votes
3 answers

How to enable cut or copy-paste in xterm

I regularly uses xterm for web browsing because of its image rendering property but the one thing which makes xterm difficult comparing to terminal is the copy/cut paste availability in terminal program. I have found this method and according to…
Eka
  • 3,007
7
votes
3 answers

LXTerminal and XTerm Resize Command

I want to execute a command in a bash script that will resize the terminal window. In xterm xterm -geometry=30x30 will create a new xterm window, and lxterminal --geometry=30x30 will create a new lxterminal window. Is there a way to resize either…
Blue Ice
  • 381
1
2 3
11 12