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
2
votes
4 answers

reverse video doesn't seem to be working

I'm trying to enable reverse video on bash / xterm such that the text is black but the foreground is white. But it's not working. Here's my command: echo -n -e \\x1B\\x07maaa\\x1B[m Any ideas why it's not behaving as expected?
neubert
  • 15,947
  • 24
  • 120
  • 212
2
votes
1 answer

xterm dump of full scrollable window content

I want to know if anyone does know a way to dump or copy the whole lot of viewable messages in a xterm window on linux. The very important thing is I don't want to know how to send a command out and kapture its output for stream 1 and 2 as well as…
2
votes
0 answers

gnome 3.12 cannot be launched + locale does not help out

I have recently installed debian "testing" jessie RC betta. I wanted to personalized system-wide the gnome-terminal by changing the custom default terminal size in the file /usr/share/vte/termcap/xterm. In fact, I just changed with gedit the the…
Humberto
  • 65
  • 1
  • 8
2
votes
2 answers

Terminal vi mode: Scrolling through previous lines and outputs

I recently started using the terminal's (xterm) vi mode. I love not having to move my fingers from the keyboard, but then I want to copy part of the output from the previous line into my current line, and I switch to the mouse. Is there a way to…
MCK
  • 79
  • 1
  • 7
2
votes
1 answer

Haskell code to interact with xterm-subprocess

I want to implement a simple editor with Haskell. My basic idea was to open an xterm instance and then send it the content the editor should display (text + e.g. coloring, cursor position, etc). The content could then simply be rewritten on every…
mort
  • 12,988
  • 14
  • 52
  • 97
2
votes
1 answer

Monodevelop C++ debugging issue

I'm running Fedora 20 (GNOME) and attempting to using monodevelop for my C++ class. I have the gbd add-on installed and xterm. When I attempt to debug it throws the error: System.InvalidOperationException: Console could not be created. at…
drc
  • 23
  • 3
2
votes
1 answer

Curses can_change_color() always returns False

I wrote a little-more-than-throwaway monitoring script in Python which uses ncurses and color to display some values which update frequently, but which are hardly ever of interest. To alert me to significant changes, I set things up so that when…
smontanaro
  • 1,537
  • 3
  • 15
  • 26
2
votes
2 answers

Find an xterm window by title, enter one command and press return using python/bash

I have an xterm window with a custom title. The xterm was fired up the following way: xterm -T customTitle. I would like to enter a command (for example ls -l) into this xterm window from a python/bash script running on another xterm or gnome…
Lynx
  • 165
  • 1
  • 11
2
votes
1 answer

disable alt ctrl Fn in linux

first I apologize for my pure language skills. I have a system based on debian. I disable all virtual terminal in /etc/inittab file except tty1. In tty1 I run xinit (that uses xterm for X client) and then on X window that opens I run my program. the…
Reza Azami
  • 88
  • 1
  • 7
2
votes
1 answer

xdotool output lost in iTerm2

I am running Mac OS X 10.7.5. I have installed XQuartz v2.7.4, and along with it X11 v2.6.5. I have started iTerm2 with Xserver, and I believe it's working correctly since when I run xdpyinfo, the beginning of the output in xterm and in iterm2 is…
user1797466
  • 507
  • 6
  • 14
2
votes
1 answer

Read Low Level Mouse Click Unix passed through PuTTY

I use PuTTY to connect to a shell (Unix Server). I can use the mouse to select Text from the CLI. Also, vim can also interact with the mouse, so I know that PuTTY does send mouse input to the server. My problem is that I want to capture the mouse…
2
votes
4 answers

Cursor color in xterm; change accordingly to the syntax in vim

In gnome-terminal and konsole, my cursor color changes according to the selected foreground color in vim (if I'm on red text, my cursor is red). In xterm, my cursor is ALWAYS white. How can I set xterm to the same behaviour than gnome-terminal or…
Jooj
  • 783
  • 1
  • 8
  • 11
2
votes
1 answer

Emacs (Multi)Term vs Xterm vs Console & TMUX

I'm an Emacs user trying to learn a software tool that is best run from a terminal. The default set-up to get the most out of that tool is to use xterm for interaction and call Vim for editing. One could simply replace Vim with Emacs in this setup,…
Thorsten
  • 3,451
  • 3
  • 20
  • 25
2
votes
1 answer

How does xterm's -S option (pass pseudo terminal name and descriptor) work in Linux?

Greetings, while porting old Solaris 2.4 code to CentOS 5.3 I came across an invocation like /usr/bin/xterm -S%s%d ... where %s is a two-character digit sequence XX like 00, 01 and %d is a numeric file descriptor. This was apparently a way to tell…
Schwanritter
  • 137
  • 8
2
votes
2 answers

Xterm right click misbehaviors

When I open linux eclipse IDE from windows using xterm(Reflection, MobaXterm), I found few problems: When I right-click on a project, the menu appears for a millisecond, and disappears with a click action on about. Sometimes the menu appears on…
chintu
  • 185
  • 1
  • 3
  • 14