Questions tagged [xterm]

xterm is a terminal emulator for the X Window System.

In computing, 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."

After many years as part of the X reference implementation, around 1996 the main line of development then shifted to XFree86 (which itself forked from X11R6.3), and it is presently actively maintained by Thomas Dickey.

Relevant links

546 questions
-1
votes
3 answers

Error when process run an instance of xterm with fork

I am given the task of forking n processes. For each process, it must start an instance of /bin/xterm I am done with the part of generating n processes and opening the xterm instance. I got this output when I tried running the program. (Error in…
Lawrence Wong
  • 1,129
  • 4
  • 24
  • 40
-1
votes
1 answer

Change terminal command line format

I was trying to change the format of my terminal from john@example.com /home/directory $ to this: /home/directory> Anyone knows how to do it? I am using unix, xterm.
ban
  • 605
  • 2
  • 9
  • 22
-2
votes
1 answer

Java Convert RGB (24 bit) to xterm-256 colors

Java Convert RGB (24 bit) to xterm-256 colors. I see many posts on here but none for java. I look at python's code and lots of answers but they all don't do 6x6x6 cubes that tmux does. I don't understand c++ can someone please write tmux impl in…
jredfox_
  • 19
  • 6
-2
votes
1 answer

Creating multiple terminals in bash script and keep executing commands?

I have created a bash script to open multiple terminals. However, after all the terminals are opened and have run the first command, I cannot access them and execute the commands I want on the terminal I choose. For example after the code I posted…
-2
votes
1 answer

How to repair a terminal, once having been set to "set term xterm", to open X-Window and not showing just a messy code?

I'm using MacBook Pro running OSX 10.10 with XQuartz installed. The Gnuplot version is 4.6.5. After setting the terminal to xterm by typing "set term xterm", I can only get messy code in the terminal without other windows showing up. Anyone knows…
Yinan
  • 97
  • 1
  • 7
-3
votes
1 answer

Run a Python script when opening Terminal(xterm)

Is there a way I can run a Python3 script while I open xterm? What I want to do: I want to create a ToDo list, which runs on startup of xterm (should be able to use ArgParse) OS I use gentoo = a unix/linux distro --> gnome3(X.org) My research I…
majortobi
  • 3
  • 3
1 2 3
36
37