Scrolling output in split screen with mouse WITHOUT using extra control sequences

2020-01-29 Thread Carl Ponder
I'm using a split screen split -v mousetrack on and want to be able to use my mouse to (1) copy/paste text and (2) scroll up-and-down each screen the way I do in my xterm windows. #1 I don't want to have to type extra -A or to make it work. I already know I can use to make copy-paste

Re: Fix job control on DragonFly BSD

2014-07-08 Thread Amadeusz Sławiński
On Sun, 6 Jul 2014 02:32:28 +0900 YONETANI Tomokazu wrote: > Hi, > DragonFly BSD needs the same trick as FreeBSD does in fgtty(), > or else you lose job control inside screen. > > Cheers, > YONETANI Tomokazu. Thanks, applied to screen-v4

Fix job control on DragonFly BSD

2014-07-05 Thread YONETANI Tomokazu
Hi, DragonFly BSD needs the same trick as FreeBSD does in fgtty(), or else you lose job control inside screen. Cheers, YONETANI Tomokazu. diff --git a/src/tty.sh b/src/tty.sh index 814f3d9..b691dbf 100644 --- a/src/tty.sh +++ b/src/tty.sh @@ -812,7 +812,7 @@ int fd; /* * Under BSD we have

Re: turn of control characters in screen

2010-04-21 Thread Eric S. Johansson
On 4/21/2010 10:07 AM, Brian Kroth wrote: BTW, perhaps defutf8 or defc1 can help. I looked at the options you suggest and I think, according to the documentation, defc1 is the closest but it may fall short for function keys. ___ screen-users mail

Re: turn of control characters in screen

2010-04-21 Thread Eric S. Johansson
On 4/21/2010 9:57 AM, Brian Kroth wrote: Just to contest the point, that's easily done with screen too. I source the attached file from my ~/.bashrc. It includes some special cases for local vs. remote vs. cssh sessions, but the idea should be clear enough. very cool. Each contest something f

Re: turn of control characters in screen

2010-04-21 Thread Brian Kroth
Misha Koshelev 2010-04-19 14:29: > Dear Sirs or Madams: > > I am trying to use GNU screen as a backend for resumable NX sessions. > > I was wondering if there exists a solution to turn off _all_ control > characters in a screen session? > > Thank you > Misha BTW, p

Re: turn of control characters in screen

2010-04-21 Thread Brian Kroth
Eric S. Johansson 2010-04-19 16:52: > A better solution may be dtach. I like it better than screen because I > use Emacs and I don't care about multiple screens a single terminal > session. The reason I don't use it is because I can't invoke it with the > logic "use the first unattached sessio

Re: turn of control characters in screen

2010-04-19 Thread Eric S. Johansson
On 4/19/2010 3:29 PM, Misha Koshelev wrote: Dear Sirs or Madams: I am trying to use GNU screen as a backend for resumable NX sessions. I was wondering if there exists a solution to turn off _all_ control characters in a screen session? Thank you Misha I suspect you want to turn off all

turn of control characters in screen

2010-04-19 Thread Misha Koshelev
Dear Sirs or Madams: I am trying to use GNU screen as a backend for resumable NX sessions. I was wondering if there exists a solution to turn off _all_ control characters in a screen session? Thank you Misha ___ screen-users mailing list screen

Re: using ';' as control character

2010-03-08 Thread Angel Popov
Thanks --- On Mon, 8/3/10, Stephane Chazelas wrote: From: Stephane Chazelas Subject: Re: using ';' as control character To: "Angel Popov" Cc: screen-users@gnu.org Date: Monday, 8 March, 2010, 10:06 AM 2010-03-07 23:54:13 -0800, Angel Popov: > Hi, I would like t

Re: using ';' as control character

2010-03-08 Thread Stephane Chazelas
2010-03-07 23:54:13 -0800, Angel Popov: > Hi, I would like to use Ctrl+; as control character, but > specifying it with escape ^;; in .screenrc does not help.What > else can I try?Thanks, AngelP [...] There's no character. Ctrl characters are the ones from 0 to

using ';' as control character

2010-03-07 Thread Angel Popov
Hi, I would like to use Ctrl+; as control character, but specifying it with escape ^;; in .screenrc does not help.What else can I try?Thanks, AngelP New Email names for you! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does!

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-10 Thread Makmiller Martins Pedroso
On Wed, Dec 9, 2009 at 2:59 AM, Thor Andreassen wrote: > On Sun, Dec 06, 2009 at 06:34:44PM -0700, Makmiller Martins Pedroso wrote: > > [...] > > > *1.* When I'm at the terminal prompt inside of GNU Screen, I can move > > between words using Ctrl + arrows without any problem. However, if I call >

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-10 Thread Thor Andreassen
On Sun, Dec 06, 2009 at 06:34:44PM -0700, Makmiller Martins Pedroso wrote: [...] > *1.* When I'm at the terminal prompt inside of GNU Screen, I can move > between words using Ctrl + arrows without any problem. However, if I call > Emacs (with the command "emacs-snapshot-gtk -nw"), and I press Ctr

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-10 Thread Thor Andreassen
On Sun, Dec 06, 2009 at 06:34:44PM -0700, Makmiller Martins Pedroso wrote: [...] > I've been having the following problem with GNU Screen. I like using > Ctrl + left/right arrows to move between words but it sometimes > doesn't work if I'm within GNU Screen. More specifically, I noticed > the fol

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-07 Thread Makmiller Martins Pedroso
Hi Sadrul, > > > > > > > I've been having the following problem with GNU Screen. I like using > Ctrl > > > + > > > > left/right arrows to move between words > > > > > > How/Where did you set this up (e.g. I set it up in my .vimrc since > that's > > > where I used to use this binding)? > > I still

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-07 Thread Sadrul Habib Chowdhury
* Makmiller Martins Pedroso had this to say on [07 Dec 2009, 19:55:28 -0700]: > Thanks so much for your answer. Attached is my screenlog.0 file. You're welcome, and thanks! [snip] > > > > > > I've been having the following problem with GNU Screen. I like using Ctrl > > + > > > left/right arrows t

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-07 Thread Makmiller Martins Pedroso
Thanks so much for your answer. Attached is my screenlog.0 file. Cheers, mak On Mon, Dec 7, 2009 at 11:07 AM, Sadrul Habib Chowdhury wrote: > * Makmiller Martins Pedroso had this to say on [06 Dec 2009, 18:34:44 > -0700]: > > Hi all, > > > > I've been having the following problem with GNU Scree

Re: Problem with GNU Screen when using control + right/left arrows

2009-12-07 Thread Sadrul Habib Chowdhury
* Makmiller Martins Pedroso had this to say on [06 Dec 2009, 18:34:44 -0700]: > Hi all, > > I've been having the following problem with GNU Screen. I like using Ctrl + > left/right arrows to move between words How/Where did you set this up (e.g. I set it up in my .vimrc since that's where I used

Problem with GNU Screen when using control + right/left arrows

2009-12-07 Thread Makmiller Martins Pedroso
Hi all, I've been having the following problem with GNU Screen. I like using Ctrl + left/right arrows to move between words but it sometimes doesn't work if I'm within GNU Screen. More specifically, I noticed the following: *1.* When I'm at the terminal prompt inside of GNU Screen, I can move bet

Re: control

2009-01-09 Thread Micah Cowan
onveying what I want to know, but here >>>> goes: >>>> >>>> I currently use nano as my editor (within gnuscreen of course). I >>>> can have multiple files open in it, and can switch to the next one >>>> with the M-. (or M-<) key. Is there s

Re: control

2008-12-04 Thread Micah Cowan
at I want to know, but here goes: > >> I currently use nano as my editor (within gnuscreen of course). I can >> have multiple files open in it, and can switch to the next one with the >> M-. (or M-<) key. Is there some way to have screen send that key as >> a control, not

control

2008-12-04 Thread broz
-<) key. Is there some way to have screen send that key as a control, not as text? I tried register-process escaping but can't get the hang of it... Thanks, Mike. ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread Stephane Chazelas
On Wed, Jun 18, 2008 at 10:16:01AM -0500, Samir Unni wrote: [...] > Thanks a lot for the help! I didn't think about using the Vim keybindings > for this purpose, and that's a lot better for me than using Tab/Shift-Tab > anyway. What you said about the characters being sent by the terminal is > very

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread Samir Unni
ult Key > > Bindings" section on the man page doesn't show any examples of the syntax > > for using modifier keys other than control that I can base my custom key > > binding off of. So I have 2 questions about custom keybindings: > > > >1. Is "swit

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread Stephane Chazelas
doesn't show any examples of the syntax > for using modifier keys other than control that I can base my custom key > binding off of. So I have 2 questions about custom keybindings: > >1. Is "switch the input focus to the previous region" a possible action >

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread davidcollins001
previous region" as C-a shift-tab. However, the "Default Key > Bindings" section on the man page doesn't show any examples of the syntax > for using modifier keys other than control that I can base my custom key > binding off of. So I have 2 questions about custom key

Using modifier keys other than control in custom keybindings

2008-06-18 Thread Samir Unni
Hi, I'm trying to figure out how to set a keybinding for "switch the input focus to the previous region" as C-a shift-tab. However, the "Default Key Bindings" section on the man page doesn't show any examples of the syntax for using modifier keys other than control

Re: Problem with Control+PageUp and PageDown

2008-05-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michel Peterson wrote: > Hi, I'm having this problem for which I can't find a solution anywhere. > > Whenever I am within Screen and I press Control+Page(Up|Down) the right > escape isn't passed to the running app, in this

Problem with Control+PageUp and PageDown

2008-05-07 Thread Michel Peterson
Hi, I'm having this problem for which I can't find a solution anywhere. Whenever I am within Screen and I press Control+Page(Up|Down) the right escape isn't passed to the running app, in this case vim. But if I press, Control+V and then that combination I can see the right

Re: Screwed up term outputs control chars literally

2007-03-26 Thread Andrew Pantyukhin
On 3/26/07, Pieter Luteijn <[EMAIL PROTECTED]> wrote: > Sometimes I manage to screw up my term somehow > and it starts translating control chars into > printable forms. I press Ctrl-C it outputs ^C Probably not screen related, so: What shell do you use, and which OS? Does 's

Re: Screwed up term outputs control chars literally

2007-03-25 Thread Pieter Luteijn
> Sometimes I manage to screw up my term somehow > and it starts translating control chars into > printable forms. I press Ctrl-C it outputs ^C Probably not screen related, so: What shell do you use, and which OS? Does 'stty sane'

Screwed up term outputs control chars literally

2007-03-23 Thread Andrew Pantyukhin
I'm not sure if it's screen related or not, but those few times I encountered this were all in my screen sessions. This happens both in xterm and in rxvt. Sometimes I manage to screw up my term somehow (through wrong Ctrl-key combinations I think), and it starts translating control

Binding Control+Left/Right arrows?

2007-02-18 Thread Kim Lidström
How would I do if I wanted to bind Control+Left/Right arrow buttons to something? I've tried the following: bind ^kr bindkey ^kr bindkey -k ^kr That without success. If I do ``bind ^kr'' I get an error message saying: /home/dexter/.screenrc: bind: character, ^x, or (octal

Re: How does one view the "access control list"? (multiuser list)

2007-01-31 Thread Andy Harrison
On 1/31/07, Richard Bronosky <[EMAIL PROTECTED]> wrote: I REALLY need an answer to this! Please help. On 4/17/06, Richard Bronosky <[EMAIL PROTECTED]> wrote: > I can add users with acladd, and remove with acldel. But, if I forget > who has access and who doesn't, I can't find a way to retrieve

Re: How does one view the "access control list"? (multiuser list)

2007-01-31 Thread Juergen Weigert
On Jan 31, 07 12:33:35 -0500, Richard Bronosky wrote: > I REALLY need an answer to this! Please help. > > On 4/17/06, Richard Bronosky <[EMAIL PROTECTED]> wrote: > >I can add users with acladd, and remove with acldel. But, if I forget > >who has access and who doesn't, I can't find a way to retr

Re: How does one view the "access control list"? (multiuser list)

2007-01-31 Thread Richard Bronosky
I REALLY need an answer to this! Please help. On 4/17/06, Richard Bronosky <[EMAIL PROTECTED]> wrote: I can add users with acladd, and remove with acldel. But, if I forget who has access and who doesn't, I can't find a way to retrieve this info. What am I missing? -- ,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º

Re: Supressing Flow Control?

2006-05-19 Thread Michael Schroeder
On Thu, May 18, 2006 at 04:27:15PM -0400, Aaron Davies wrote: > Do you guys have any suggestions for suppressing flow control? I'm > following a previous reccomendation and running screen on windows > under PuTTY/Cygterm, but the flow control behavior of ^S is making > emacs impo

Re: Supressing Flow Control?

2006-05-18 Thread Aaron Griffin
On 5/18/06, Aaron Griffin <[EMAIL PROTECTED]> wrote: On 5/18/06, Aaron Davies <[EMAIL PROTECTED]> wrote: > Do you guys have any suggestions for suppressing flow control? I'm > following a previous reccomendation and running screen on windows > under PuTTY/Cygterm, but

Re: Supressing Flow Control?

2006-05-18 Thread Aaron Griffin
On 5/18/06, Aaron Davies <[EMAIL PROTECTED]> wrote: Do you guys have any suggestions for suppressing flow control? I'm following a previous reccomendation and running screen on windows under PuTTY/Cygterm, but the flow control behavior of ^S is making emacs impossible to use. Is ther

Supressing Flow Control?

2006-05-18 Thread Aaron Davies
Do you guys have any suggestions for suppressing flow control? I'm following a previous reccomendation and running screen on windows under PuTTY/Cygterm, but the flow control behavior of ^S is making emacs impossible to use. Is there something I can do to screen or getty to fix this? --

How does one view the "access control list"? (multiuser list)

2006-04-17 Thread Richard Bronosky
I can add users with acladd, and remove with acldel. But, if I forget who has access and who doesn't, I can't find a way to retrieve this info. What am I missing? -- ,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸, RichardBronosky ,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸, ___