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

In Vim, the 5-key on the numeric keypad inserts a line above the current line with "E"

While using Vim under Linux Mint 20.2 (with NumLock off), when I hit the NumPad center key (5), a line is inserted above the current line, a capital E appears, and I am left in Insert mode. I often mistakenly hit the 5 key when trying to navigate…
SGeorgiades
  • 1,771
  • 1
  • 11
  • 11
-1
votes
1 answer

How to change X and Y coordinates of window without recreating it

Suppose I created a window by newwin() with cordinates X and Y = (0 and 0) but now I have changed my mind and want to change X and Y coords without recreating window using newwin() then how to do it ? My main goal is to recreate box() with new X and…
Golu
  • 350
  • 2
  • 14
-1
votes
2 answers

Fix for tput: No value for $TERM and no -T specified when running a remote shell script using SSH

I have a nodetimecheck.sh file on a server which has a command like this echo tput setaf 2; echo -n " What is my node's local time: "; tput setaf 7; date When I login to my server with SSH and execute ./nodetimecheck.sh it displays…
Mirror Mirage
  • 1,287
  • 1
  • 8
  • 7
-1
votes
1 answer

color list in a general way

I thought this might be easy but not so much I want to color the output of a command based on delimeters, in my case apt-show-versions -u and want to color the packages' names based on the colon seperator, or on the word 'to'. It seems to run into…
Robert Murphy
  • 149
  • 1
  • 11
-1
votes
1 answer

Run two xterm commands at the same time in BASH

I am trying to run two different programs in xterm windows from the same automation script. My current code looks like this: #!/bin/bash/sh echo "STARTING PROGRAM ONE" # change into correct directory cd ~/myProjects/ProgramOne xterm -e…
artemis
  • 6,857
  • 11
  • 46
  • 99
-1
votes
2 answers

AIX putty terminal color using tput

I am trying to set colors using tput setb or setab function but I am unable to get colors. On the positive side tput bold , underline like functions are working. I am unable to find any reasons for setb function issue. print $(tput bold)"Text is…
-1
votes
1 answer

Maintainable approach for generating a machine-specific PS1 Prompt

To help myself remember that I am logged into a different system, quickly and visually, I use different colors for the \h field in the Bash PS1 environment variable. I am looking for a way to reliably generate the PS1, tied to a static…
Jameson
  • 6,400
  • 6
  • 32
  • 53
-1
votes
1 answer

Execute script in new terminal window on hard drive plugging

I would like to execute a backup script with rsync everytime a specific hard drive is plugged to my computer on ubuntu 16.04. However I would like the user to be prompted if the backup should run or not and then he should be able to see the rsync…
Louis M
  • 4,036
  • 4
  • 21
  • 25
-1
votes
1 answer

Unable to capture the exit code of ngspice, running in xterm window, in a PyQt4 script

I want to run ngspice through a xterm window in an application written in PyQt4. But I am not able to capture the exit signal of the ngspice process. I learned how to do the same for unix shell commands from the following link. But when I replace…
-1
votes
1 answer

Getting point symbols by pressing backspace, delete, up,

I have 2 local users on one host, both running with /bin/bash, I compared the env and locale settings and both are the same. But I still get these symbols "•••" on the test user while I'm pressing backspace, delete or arrow keys in vim if I'm on top…
-1
votes
1 answer

copy entire file to clipboard (but not default, +, or * registry) in Linux xterm

I am trying to copy 13,000 lines of code from a file on a remote computer to a text file on my own computer but am having no luck. I am working on a Linux virtual box and am ssh'd into another computer where the file is. If I highlight with my mouse…
user3345626
  • 223
  • 1
  • 3
  • 13
-1
votes
4 answers

Emacs adds something on the top of every file

When I open files with emacs it adds 12;rgb:1c1c/1c1c/1c1c on the top. How can I prevent this? I have installed emacs on a clean reinstalled debian system. Emacs: GNU Emacs 24.4.1 Terminal Emulator: MobaXterm Personal Edition v7.7 System (local):…
Evren
  • 181
  • 2
  • 11
-1
votes
1 answer

C++ linux resize Xterm

I'm trying to resize Xterm window after created, whitout Xlib because I tried and it's bugged. (if you want to know more about that take a look here :…
Lucas S.
  • 312
  • 3
  • 15
-1
votes
1 answer

Modify .bashrc and .Xdefaults

I know there mush be a million answers to this question but since all the answers I get are much in depth then I address this simple questions: I would like to modify my .bashrc and .Xdefaults such that instead of gray background and black font to…
CubSqared
  • 195
  • 1
  • 5
-1
votes
2 answers

login from cygwin to Mac OS X using xterm issue

open cygwin shell run ssh -Y user@MACOSXSERVER No xauth data using fake authentication data for X11 forwarding <-- Warning login MACOSXSERVER OK set DISPLAY=CYGWINIP:0.0 xterm & And I get the following error Xlib: connection to "CYGWINIP:0.0"…
prosseek
  • 182,215
  • 215
  • 566
  • 871
1 2 3
36
37