Questions tagged [xterm]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
45 votes
8 answers
42k views

How do I ask screen to behave like a standard bash shell?

Just learned about the screen command on linux - it is genius. I love it. However, the actual terminal/prompt in screen looks and behaves differently than my standard bash prompt. That is, the ...
thornomad's user avatar
  • 551
14 votes
1 answer
9k views

OS X Terminal lines don't go into scrollback

I have a problem that crops up when using Mac OS X's Terminal (TERM=xterm): sometimes it gets itself into a state where lines that scroll off the top are not added to the scrollback buffer. I'm not ...
Steve Madsen's user avatar
12 votes
1 answer
12k views

Problems with cron script and TERM definition using top command

I have a problem executing a cron process to check current CPU use in my server. My script start with: top -c -n 1 -u www-data > /tmp/kill-cpu I can execute without problem in console, but in ...
Lito's user avatar
  • 265
6 votes
6 answers
42k views

What is the best TERM type on AIX for use with PuTTY, and which PuTTY settings should be tweaked?

I manage many AIX machines, generally version 5.3. Basic terminal function works just fine, but it seems like some things don't. For example nmon displays lqqx instead of the line drawing characters. ...
Joe Koberg's user avatar
5 votes
2 answers
2k views

Freebsd doesn't show command output correctly in Putty

I have just installed the latest stable version of FreeBSD to a computer and I have the following problem: If, in Putty, I issue a command like ps uxa which gives long lines of output, they get ...
skrostislav's user avatar
4 votes
1 answer
1k views

X over ssh works for one user but not another

I have a CentOS 6.5 server with the following situation: I can ssh to the root user of this server from a Mac OS X machine. It connects relatively quickly, and allows me to fire off xterm sessions. ...
Tony B's user avatar
  • 254
2 votes
3 answers
4k views

What are the color names in TERM=xterm256 for colors > 16?

I'm trying to set my xterm background color to "color 234" in xterm256 color mode, but I don't know what to pass to the "-bg" option. I've tried "color234", "Color234", but those are not defined.
where's the fire's user avatar
2 votes
2 answers
965 views

Anyone suggest a good ssh terminal emulator for windows (connecting to RHEL box) and proper terminal type?

We have an old C program which has traditionally been run from SCO boxes. We have a customer that went with RackSpace running RHEL and we got the app recompiled. We have a problem with terminal ...
Mark Freeman's user avatar
1 vote
1 answer
263 views

Some keys not working under screen in vim

When using vim under screen, some keys are not working. Namely, Pressing Alt-Left produces '3D' and Alt-Right produces '3C' Also, pressing Up/Down when scrolling list of files in Command-T plugin ...
Art's user avatar
  • 297
1 vote
2 answers
1k views

User created with useradd instead of adduser loads a wrong Prompt

I've designed my bash prompt like this \u@\h> When i now create the User example with adduser, my prompt looks like example@host> But when i create a User with useradd, my prompt looks like \u@\...
Leon Mydla's user avatar
1 vote
2 answers
1k views

Disable clear at start of screen via .screenrc?

Is there any way to disable the behavior of gnu-screen, of issuing a clear at startup? I'm using screen merely as a backstop, so that if disconnected, the session isn't HUP'ed. And I've got my shell (...
mvgfr's user avatar
  • 11
1 vote
2 answers
2k views

Is xterm the terminal window we open in Ubuntu

I know this is a very naive question. I was reading somewhere that Linux allows 7 xterm's. However, I can start more than 7 terminal apps from my Ubuntu system (Application -> Accessories -> Terminal)...
Parag's user avatar
  • 219
1 vote
2 answers
2k views

Is there a way to get an xterm to scroll to clear the screen?

I'm working on a Ubuntu Linux machine and I'm looking for a way to get the xterm to scroll when things are cleared rather than clearing the screen and showing the previous contents. This may not make ...
Ed.'s user avatar
  • 426
1 vote
3 answers
3k views

How do I remotely invoke an xterm on a SUSE Linux Enterprise Server 11

I need to invoke an xterm on a SLES 11 machine (machine A) from another SLES 11 machine (machine B). Currently it doesn't work. So I decided to test some stuff. On machine A the following works: ...
James's user avatar
  • 113
1 vote
2 answers
684 views

Gnome on Thin Client from Ubuntu Server Host?

I was wondering if there was a way to run Gnome (or XFCE) from either an X terminal thin client such as a netbook running only XWindows or even perhaps a Windows maching using Xming or X/Cygwin and ...
wag2639's user avatar
  • 2,145
0 votes
1 answer
2k views

xterm color theme in Linux terminal style

In case of using command to launch xterm windows, the options I have so far is xterm -fn 8x16 -geometry 100x30. It's with white background and black font color. I was wondering if it's possible to ...
Stan's user avatar
  • 1,387
0 votes
1 answer
544 views

how to copy text from xterm based terminal to some other gui application on linux

i use uxrvt ( for those who dont know, its terminal emulator based on xterm). i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to ...
Idlecool's user avatar
  • 234
0 votes
1 answer
52 views

How to exit from telnet in xterm (ctrl+], ctrl+'+', ctrl+d) don't work

Can't exit from telnet while connected to host. Commands like (Ctrl+], Ctrl+'+', Ctrl+D) etc. don't work. I have tried all the suggestions from keyboard shortcut to quit 'telnet'. Are there ...
Dmitry Tarasov's user avatar
0 votes
1 answer
258 views

Run xterm script from /etc/profile leads to "cannot load font"

I want to auto-start a shell script and therefore I added this line to my /etc/profile: /bin/su -c "/path/to/my/script" user - the script itself starts a xterm shell command and output ...
leon22's user avatar
  • 101
0 votes
0 answers
3k views

MobaXTerm fails with SSH2_MSG_CHANNEL_FAILURE for nonexistent channel 0 but Putty it's working

I am trying to connect to a server via SSH with MobaXterm but after inserting the password I get: SSH2_MSG_CHANNEL_FAILURE for nonexistent channel 0 I am able to connect to the server using Putty. ...
Francesco Pegoraro's user avatar
0 votes
1 answer
644 views

GNU screen 4.2.1 in xterm: hardstatus in window title disappears

The only 2 lines in my ~/.screenrc are: termcapinfo xterm* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' hardstatus string "%h [screen %n%?: %t%?]" In GNU screen version 4.0.3 that I used previously, it ...
Alan's user avatar
  • 1