Re: [Nano-devel] How to lock a terminal

2016-02-17 Thread Benno Schulenberg
On Wed, Feb 17, 2016, at 04:11, Bob Proulx wrote: > Benno Schulenberg wrote: > > For that to work, it requires having 'set suspend' in your > > nanorc. (Which I don't have, because it annoys me when nano > > drops into the background when I accidentally hit ^Z.) > > I do not have a nanorc file

Re: [Nano-devel] How to lock a terminal

2016-02-16 Thread Ángel González
Benno Schulenberg wrote: > On Tue, Feb 16, 2016, at 11:19, Bob Proulx wrote: > > [...] this is the perfect case for job control.  No need for a > > second terminal.  Here is an example.  Use Control-Z to stop the > > foreground job. > > For that to work, it requires having 'set suspend' in your >

Re: [Nano-devel] How to lock a terminal

2016-02-16 Thread Benno Schulenberg
On Tue, Feb 16, 2016, at 11:19, Bob Proulx wrote: > [...] this is the perfect case for job control. No need for a > second terminal. Here is an example. Use Control-Z to stop the > foreground job. For that to work, it requires having 'set suspend' in your nanorc. (Which I don't have, because

Re: [Nano-devel] How to lock a terminal

2016-02-15 Thread alpha
On Mon, 15 Feb 2016 17:24:06 + Nick Warne wrote: > I ma not sure if this is a bug, or if it is what causes it - if it > isn't, then it is me being stupid. > > I was in a SSH session, and checking something inadvertently issued: > > > nano /var/log/messages | grep a > >