-
as seen on Super User
- Search for 'Super User'
I try to move with the VT100 keys here in GNU Screen:
$ screen
$ hello <left><left> ESC C ESC D
but "ESC D" deletes until the end of line and ESC C does nothing. Perhaps, I am not using right VT100 emulation. How can I test it and how can I get the ASCII codes working from commandline…
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
The latest Ubuntu release adds a few bells and whistles to make using terminal multiplexer screen more of a pleasure for busy command line junkies.
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm using a remote server over a very slow and unreliable network connection.
So, I want to use gnu screen in order not to lose what I'm doing whenever I get disconnected.
But I want a local scrollback buffer, on my local computer, so that scrollback doesn't have to go across the network, which…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm a new user to GNU Screen. I've been using Bash for a very long time, and I want to give GNU Screen a try.
As you know, GNU Screen uses 'C-a' (Control-A) as as the command character. Trouble is, this interferes with the Line Editing feature in Bash (and GNU Readline), because Control-A in Bash…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
After reading the vague official doc of GNU screen( http://www.gnu.org/software/screen/manual/screen.html ) and asking quite some questions at this site. I still cannot figure out how to accomplish such a task with a shell script. This task costs some words to describe.
Assume I'm using PuTTY to…
>>> More