xterm Questions

4

Solved

I am building a terminal window in a browser (sth. like ajaxterm) and don't know which escape sequence to send to ssh tunnel (opened via paramiko.SSHClient().invoke_shell(term='linux')). I have f...
Standoff asked 14/10, 2011 at 12:38

5

I'm using mininet version 2.1.0. My setup is such that I've to run the mininet command from a remote machine, e.g., ssh -X user@IP python mininet.py X11 forwarding seems to be fine. X forward...
Prevent asked 26/6, 2016 at 15:37

6

Solved

I have the following line in my .bashrc: set -o vi And I want my cursor to have a pipe shape when I am in insert mode and a block shape when I am in command mode, like what I would have in Vim i...
Freitas asked 14/6, 2017 at 2:59

6

I just had my desktop computer replaced. Both my previous computer and this one have Windows XP. In order to work with the many Linux servers we have, I installed Cygwin along with its xterm ...
Aleenaleetha asked 5/2, 2009 at 2:54

2

Solved

I'm trying to a get a ctrl+tab and ctrl+shift+tab binding to work inside of a tmux session (I'm also using PuTTY). I already went through the pains of having to recompile PuTTY so it would send ct...
Ataraxia asked 18/3, 2013 at 4:55

3

Currently if I set the TERM environment variable to 'xterm-1003' I can get mouse move events but I get crappy colors and curses.can_change_color() == False os.environ['TERM'] = 'xterm-1003' ... cu...
Quinze asked 12/3, 2015 at 21:34

2

Meat In C or C++ is there any way to read the color palette RGB values directly? Especially interesting is the extended color space used by xterm (and others) to define up to 256 terminal colors. ...
Immixture asked 7/10, 2013 at 17:21

5

I have the font (listed by fc-list): /usr/share/fonts/misc/Inconsolata-dz for Powerline.otf: Inconsolata\-dz for Powerline:style=dz that I am trying to get to display with xterm. As it stands, ...
Universalism asked 25/10, 2014 at 23:38

11

Solved

I just upgraded to MacOS Sierra, and I realized that I can't seem to run the "ssh -X" command in the Terminal anymore. It used to launch xterm windows, but now it's like I didn't even put the -X op...
Roye asked 21/9, 2016 at 16:44

4

Solved

When I try to nano something on my server I'm getting this error "Error opening terminal: xterm-256color." that I've never seen before, and on top of that nano used to work fine last week. Even whe...
Accessory asked 22/7, 2011 at 9:58

3

Solved

Steps to reproduce Consider the following shell command: echo -e "\e[41mTest\nTest2\e[0mTest3" It prints Test and in the next line Test2 with a red background (using an ANSI escape code)...
Cyndy asked 12/12, 2018 at 10:1

2

Solved

I use vim in Cygwin terminal. It was working fine. Recently, I added a package in Cygwin which caused update of vim and some other components. Now when I open any file in vim, the first character i...
Millisecond asked 2/8, 2015 at 18:29

2

I have a application that launches xterm and dumps uart logs. I am able to see it launch and dump the logs in the GUI. However, Using a remote session I want the xterm output to be running as a bac...
Batsman asked 20/3, 2021 at 19:41

6

Solved

Sometimes vim will leave something, i.e. press any key to continue, on the terminal and is there any way to return to a clear terminal after exiting vim? I am new to vim and please tell me exactly ...
Baggywrinkle asked 23/7, 2015 at 18:31

5

Solved

I want to run xterm -e file.sh without terminating. In the file, I'm sending commands to the background and when the script is done, they are still not finished. What I'm doing currently is: (cd...
Stammel asked 1/6, 2012 at 6:21

5

Solved

I need to Reset my MobaXterm screen after some time working, however 'clear' and 'reset' commands wont work as if I was on a linux server. Anyone have some tip?
Deliberate asked 16/6, 2017 at 16:6

2

Solved

I've recently update vim on ubuntu, and since then, a strange character keep appearing at random time at my cursor place. It seems to appear when I do nothing for some seconds. The character is &gt...
Video asked 2/6, 2020 at 9:35

2

I'm just now setting up MobaXTerm on my local computer and I'm looking to see what is the best way to port over all my environment variables I have on my windows host over to MobaXTerm. The whole g...
Introrse asked 30/5, 2018 at 19:17

6

Solved

I want to use part of the output of a command run from the command line in another xterm, or as part of a different command. For instance: > grep error error.log error: can't find file ~/<s...
Leacock asked 23/11, 2008 at 6:26

2

One can write a simple python script to embed an xterm into a tk frame: from Tkinter import * import subprocess root = Tk() termf = Frame(root, height=800, width=1000) termf.pack(fill=BOTH, expa...
Jerrine asked 31/10, 2016 at 23:4

12

Solved

Is it possible to set the Screen Title using a shell script? I thought about something like sending the key commands ctrl+A shift-A Name enter I searched for about an hour on how to emulate keyst...
Suellen asked 6/11, 2009 at 13:37

0

I am using Xterm on a linux server so I can quickly plot data without transferring the files to my local machine. I have a R script that uses ggplot(), not inside a function. When I open R through ...
Pander asked 4/12, 2019 at 17:0

3

Solved

I've come across both xterm-color and xterm-256color as options when trying to set up my terminal program to use color - i.e. you can set your TERM environment variable to either one. I was wonde...
France asked 3/4, 2012 at 23:56

2

Solved

I'm processing input (from sources like, but limited to, ls -la --color) and underlining certain sections of the text. I don't process these inputs character-by-character, but with lots of regular ...
Frederickafredericks asked 22/3, 2013 at 20:58

2

Solved

I love the grc colorizer for the terminal. However I have to explicitly prefix anything I want colorized with: grc --config=conf.mine Is there any way to have it automatically applied to everyth...
Iroquois asked 10/8, 2012 at 22:47

© 2022 - 2024 — McMap. All rights reserved.