From 18ae77d1d5fd6433c8c554ff0911aaa5d8357c3b Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 8 Oct 2002 02:21:00 +0000 Subject: Mon Oct 7 22:19:58 2002 Michael Jennings (mej) Patch from Azundris for Escreen. In her words: Debian Unstable comes with a version that is newer than 3.09.11 (which most other distributions seem to have). On top of that, it comes with a global setup file in /etc that breaks our very best intentions. Find enclosed some modifications that will (hopefully) make screen work on those special Debs in your life as well as on the machines it used to run on so far. As a side-effect, the default action is now -RDD rather than -xRR, but since several people have requested that anyways, I might be the only one missing the previous default. Guess I'll change my actionclasses.cfg and hold my peace forever. : ) SVN revision: 6417 --- doc/Eterm.1.in | 2 +- doc/README.Escreen | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/Eterm.1.in b/doc/Eterm.1.in index b5e6c78..274fba7 100644 --- a/doc/Eterm.1.in +++ b/doc/Eterm.1.in @@ -620,7 +620,7 @@ Pick up a "screen" session at .I URL rather than a local (-U "") one. URLs look like so (screen://user@host.dom:port/screen_options), with all parts optional, -defaulting to "screen://current_user@localhost:22/-xRR". Forces Escreen mode, +defaulting to "screen://current_user@localhost:22/-RDD". Forces Escreen mode, overrides \-\-exec. Note that only screen-options (see "man screen") are allowed; do not pass a command (with or without arguments) here: to pass a command to the screen-session, use diff --git a/doc/README.Escreen b/doc/README.Escreen index a34ca4f..7e2ab98 100644 --- a/doc/README.Escreen +++ b/doc/README.Escreen @@ -86,6 +86,8 @@ A An Eterm should open with a screen (without a status-line) running Q What's new? +* Should work with Debian Unstable now (2002/10/03) + * libscream's functions are available through Eterm's scripting facility. See escreen.cfg for an example. @@ -237,14 +239,14 @@ Q Escreen only creates a new session when there is none; otherwise, it connects to the existing one! A It's not a bug, it's a feature. : ) The default parameters for - the screen Escreen starts are "-xRR". You can override those by + the screen Escreen starts are "-RDD". You can override those by putting your own parameters in the URL Eterm -U "protocol://user@host:port/screen_parameters" like so: - Eterm -U "screen://foo@bar.com/-r" + Eterm -U "screen://foo@bar.com/-xRR" or, for a local screen with no parameters: -- cgit v1.2.1