Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
571 views

vim screen restore

i use vim in screen for development and if i quit vim, the current screen-content stays there... outside the screen (xterm), exiting vim will restore the previous buffer (like: [ server1 ]~$ cmd ...
7
votes
4answers
2k views

256 color terminal library for Ruby?

Is there a gem like 'Term::ANSIColor' which works with 256 color terminals? The perl script 256colors2.pl works great in my terminal, and I'd like to use some of these colors in my ruby scripts ...
7
votes
4answers
4k views

256 color mode xterm for MacOS X

Is there any 256 color xterm for MacOS x? Like the one described below? http://www.frexx.de/xterm-256-notes/ Thank you.
6
votes
4answers
658 views

Emacs, unicode, xterm mouse escape sequences, and wide terminals

Short version: When using emacs' xterm-mouse-mode, Somebody (emacs? bash? xterm?) intercepts xterm's control sequences and replaces them with \0. This is a pain on wide monitors because only the first ...
6
votes
3answers
2k views

How do I set up my Linux X terminal so that Emacs has access to 256 colors?

When I run emacs -nw in an X terminal window, and I ask for M-x list-colors-display, I am offered a paltry palette: black red green yellow ...
5
votes
3answers
415 views

In linux, how can I test whether the output of a program is going to a live terminal or to a file?

When you use git it seems to magically know whether standard out is going through a pipe or into a file vs when it is being displayed to the console. For example, if you have colors enabled and you ...
5
votes
3answers
1k views

Emacs, xterm, mousepad, C, Unicode and UTF-8: Trying to make sense of it all

Disclaimer: My apologies for all the text below (for a single simple question), but I sincerely think that every bit of information is relevant to the question. I'd be happy to learn otherwise. I can ...
5
votes
5answers
5k views

Emacs/xterm color annoyance on Linux

I'm using emacs in a console window both on my local Linux box and on the login node of a remote cluster. I use emacs regularly, and I've got the foreground color set to white in my .emacs file like ...
5
votes
5answers
9k views

What has happened to startx on Cygwin?

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 ...
5
votes
4answers
4k views

How do I copy text from my xterm without a mouse?

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

bash command preserve color when piping [closed]

Possible Duplicate: Can colorized output be captured via shell redirect? setup In this case specifically I'm trying to preserve the colors in git status -s when piping it to another ...
4
votes
3answers
2k views

Error opening terminal: xterm-256color

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 when ...
4
votes
3answers
434 views

Read the current text color in a xterm

I'm writing various utilities, and I'm really liking colorized text. Nothing fancy, just using escape sequences. I've created a simple class that has a pprint(msg, color) function. I've got it working ...
4
votes
2answers
611 views

Raster graphics in xterm?

No, not ASCII graphics, see the screenshot here: http://en.wikipedia.org/wiki/W3m How is that even possible? I checked the source and it only prints character sequences. However, I am unable to ...
4
votes
2answers
2k views

Copy text from Vim 7.2 running in xterm to windows clipboard

I'm using Vim 7.2 , compiled with +xterm_clipboard , in a xterm through putty . I've put set clipboard=unnamed in .vimrc , and from what i've read in other threads , this should put all yanks/deletes ...
3
votes
1answer
37 views

How do I get the exit code of command and not xterm?

If I call a command (in my case another script) with xterm like so: xterm -e sh second.sh The value in $? after xterm returns is the exit status code of xterm (usually for me 0) and not my script. ...
3
votes
1answer
135 views

Emacsclient does not respond to mouse clicks

When I run emacsclient it does not respond to mouse clicks. My main Emacs process runs in a terminal and responds to mouse clicks correctly because I have the following code in my Emacs config file: ...
3
votes
2answers
379 views

Python terminal emulation

I'd like to have an xterm-compatible virtual terminal running inside a Python app. I'll need to run ncurses-based applications inside it, feed it with user's input and read its output. So far I've ...
3
votes
2answers
256 views

Filename completion in vim with xterm doesn't work as expected

Something funny is going on with my vim. I'm using it through xterm. I want to be able to autocomplete filenames that I try to open. For example: # Cursor is | character :o exam| :o exam|<TAB> ...
3
votes
1answer
147 views

how can I redirect output from javac back into the calling program

// this works if ("Show".equals (obj)) { try { String command= "/usr/bin/xterm -e javac panel_1.java"; Runtime rt = Runtime.getRuntime(); Process pr = rt.exec(command); ...
3
votes
4answers
2k views

Set screen-title from shellscript

is it possible to set the Screen-Title with an shellscript? i thought about something like sending the key commands "Strg+A Shift-A Name " I searched for about an hour only how to emulate keystrokes ...
3
votes
3answers
429 views

Block selection in xterm

Is it possible to have a block (as in "rectangular") selection in xterm? If yes, is it assigned by default to a key/mouse binding or does it have to be assigned separately? Thanks :) Sorin
3
votes
2answers
2k views

embedding an application (in this case a terminal) within a QT application

I am writing a QT application and I need to embed a terminal (we say,xterm) within a QDialog, like some KDE application (see kdevelop/kate/...). I've been trying with: - QX11EmbedContainer placed ...
3
votes
3answers
522 views

telneting backspace key is wrong

When I telnet into our works sun station my backspace key doesn't work. I use a temporary workaround of: $ stty erase ^H This works but each time I telnet in I have to retype this. How can I set ...
2
votes
1answer
37 views

what does the @d mean in ''xterm -display @d'

An existing .bat script running on Windows XP has a call to xterm with the flag '-display @d'. I need to alter the display value being passed through to xterm, to point to a different IP address. ...
2
votes
1answer
83 views

xterm keep page from less in terminal after exit

I just found the answer to my own question and will be adding it below. See the stackoverflow faq if you have a problem with this. I often view files using less and want to remember what i have just ...
2
votes
1answer
290 views

How to use GNOME Terminal instead of XTerm here?

I have the following variable defined in ~/.vimrc. This works well with XTerm but I can't get it working with GNOME Terminal. Please help. let g:slimv_client = 'python ...
2
votes
1answer
127 views

“ruby script.rb” versus “xterm -e ruby script.rb”

I've run into a strange problem with Ruby that I can't explain. I have the following script that grabs whatever code is currently in the clipboard, runs it through a syntax highlighter, then puts the ...
2
votes
1answer
477 views

pasting text to xterm in GNOME using gtk clipboard

I am developing a GTK based application which has to support clipboard. For that I am exporting selection data using gtk_clipboard_set_with_data with the target formats: UTF8_STRING, STRING, TEXT, ...
2
votes
1answer
837 views

How to capture shift-tab in vim

I want to use shift-tab for auto completion and shifting code blocks visually. I have been referring to Make_Shift-Tab_work . That link talks about mapping ^[[Z to shift-tab . But i don't get ^[[Z ...
2
votes
1answer
179 views

Terminal resizing that preserves output

In linux, when a terminal (like xterm) gets resized to something smaller, then expanded again, its output history gets truncated to whatever the smaller width was. Does anybody know how to make the ...
2
votes
3answers
1k views

Scroll up/down while selecting multi-page block of text in Vim through putty

I'm using vim 6.3.81 on a xterm through putty. When I use set mouse=a , I can scroll through the file , but not select text. When mouse is disabled using set mouse=, I can select text with mouse ...
1
vote
1answer
19 views

Spawned terminal appears on different desktop

I have a python script which starts a new instance in a new terminal window every minute using xterm (see below). I am running solaris with the Java desktop that has multiple desktops(?), if working ...
1
vote
1answer
25 views

Sending commands from one xterm window to another with Python

So I have a Python app that starts different xterm windows and in one window after the operation is finished it asks the user "Do you want to use these settings? y/n". How can I send y to that xterm ...
1
vote
3answers
63 views

Generate audio bell in terminal using Python

How can I generate audio bell in xterm type terminal?
1
vote
1answer
28 views

read 3rd button pressed on a xterm console application

I'm trying to read which button was pressed from a console application, but I'm unsuccessful with 3rd (right) button. After enabling mouse tracking with CSI ? 9 h, I get CSI M b x y, where b ...
1
vote
1answer
277 views

X11, sending an event with XSendEvent(3)

I embedded a X11 app (xterm) in a Motif window. All seems to work fine, but if I press a key when the pointer isn't above the embedded app, it doesn't get it. Trying to fix this, I changed the main ...
1
vote
1answer
57 views

speed up my console setup

I work on different branches of a big software project. For each branch I have a gnome-terminal with four tabs open: main shell to execute build commands in various modules (mvn) ./bin folder to ...
1
vote
1answer
91 views

Destructive backspace in vi

How do I make the default backspace/^H destructive in vi (not vim)? The cursor jumps to the left as it should, but changes aren't applied until I switch modes. i.e. it deletes the text, but this isn't ...
1
vote
3answers
135 views

Linewrap in GUI Emacs in Linux

When I run term mode in emacs GUI, I have issues with line wrapping. It runs fine when I am running emacs in xterm. When there is an output that has a very long line, it is all displayed on the same ...
1
vote
0answers
303 views

exceed vs xming

If we compare excedd and xming, which is better? What are advantages or disadvantages of both? How to convince somebody to use the one of them instead of the other?
1
vote
1answer
723 views

Bash line wrapping and history scrolling

I am having trouble with my bash prompt and line wrapping behaviour. If I use a static prompt export PS1="test$ "; ### Works perfectly I can type long lines on the prompt and they wrap fine. ...
1
vote
1answer
500 views

How do I change the color settings in emacs23 running in a terminal emulator?

I use xterm and set its appearance in ~/.Xdefaults: XTerm*background: paleTurquoise XTerm*foreground: black I also use emacs, but set its appearance differently in ~/.emacs: ...
1
vote
1answer
748 views

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 ...
1
vote
2answers
464 views

current directory doesn't appear in title bar when running under screen

My xterm $prompt variable in my .tcshrc is: set prompt="%{\033]0;%m:%~\007%}%{^[[;37;1m%}%B%{^[[;34;1m%}%m%{^[[;34;1m%}:%b%c%# " The highlighted part above (%{\033]0;%m:%~\007%}) puts the hostname ...
1
vote
3answers
1k views

Looking for a tabbed terminal emulator for windows. Any suggestions?

I've used Hummingbird Exceed as my Xserver on my windows box for years. I've almost always worked out of xterms, but at times the number of open windows can get a bit out of control and hard to ...
0
votes
2answers
36 views

How to use valgrind in xterm with gdb on Linux (redhat)?

How to use valgrind in xterm with gdb on Linux (redhat) ? The command open a xterm terminal, which disappears immediately. xterm -e gdb valgrind --tool=drd --read-var-info=yes ./star & I ...
0
votes
0answers
13 views

How can I run byobu from xterm at starting?

I set up byobu auto run with the command byobu-enable. It's great when I log in from terminal or ssh, but how can I make xterm attach to it automatically ? (mate-terminal from Linux mint especially)
0
votes
3answers
68 views

writing to terminal from Java

Process proc = new ProcessBuilder("xterm").start(); How can I write and execute commands into this xterm window after the process has been initiated? In my application I definitely do require ...
0
votes
3answers
52 views

Linux pseudo-terminals: executing string sent from one terminal in another

Lets say I have one terminal where the output of "tty" is "/dev/pts/2" From another terminal, I want to send a command to the first terminal and execute it. Using: echo "ls" > "/dev/pts/2" only prints ...

1 2