Is there a way to bring up Eclipse on xterm in Sun Solaris. I tried to execute the ./eclipsecommand, but it does not bring up eclipse.
I am in progress of converting a really old 25+ year old application . It sends an escape sequence to make the SCREEN 132 characters wide...
I have run into this freaky thing in two places now, on a Windows 7 and an XP machine. I have a laptop with an extra monitor connected. I start up cygwin\'s x-server, using the start menu shortcut (C
Is there any way to change the cursor to a \"vertical line\" instead of a box in XTERM? 开发者_StackOverflow中文版box:■
I am having trouble with my bash prompt and line wrapping behaviour. If I use a static prompt export PS1=\"test$ \";### Works perfectly
I have a macbook pro with german keyboard layout. In the X11 xterm application, when I type umlaute like ä,ö,ü,ß, then they don\'t show up. And ß shows the history like the up-arrow.
I use xterm under cygwin/Xming. Alt+B (jump one开发者_如何学Python word backwards) and Alt-F (one word forward) do not work, but instead display some diacritical characters or something.
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 fi
I am starting to use xterm for my default terminal.My only issue, is that I don\'t like any o开发者_如何学运维f the fonts.Is it possible to install more fonts for use in X11.I\'d really like to get Mo
Setting terminal title is easy with echo -e \"\\e]0;some title\\007\". Works with pretty much every terminal program.