Re: [dev][ubase] Implement switch_root

2014-04-16 Thread Dimitris Papastamos
On Thu, Apr 17, 2014 at 12:07:46AM +0200, Szabolcs Nagy wrote: > * Dimitris Papastamos [2014-04-15 17:57:25 +0100]: > > On Tue, Apr 15, 2014 at 06:44:54PM +0200, Markus Wichmann wrote: > > > Why switch_root and not pivot_root? Here's a sh mockup of how to do what > > > you wrote with pivot_root: >

Re: [dev][ubase] Implement switch_root

2014-04-16 Thread Szabolcs Nagy
* Dimitris Papastamos [2014-04-15 17:57:25 +0100]: > On Tue, Apr 15, 2014 at 06:44:54PM +0200, Markus Wichmann wrote: > > Why switch_root and not pivot_root? Here's a sh mockup of how to do what > > you wrote with pivot_root: > > > > set -e > > new_root=$1 > > put_old=$2 > > [ -d $put_old ] || ma

Re: [dev] [st] Understading st behaviour

2014-04-16 Thread Balazs Kezes
On 2014-04-16 05:19 -0300, Amadeus Folego wrote: > I am using tmux just for the scrollback and paste capabilities There's a patch for scrollback for st at [1]. Maybe you can try that as well as alternative. [1] https://groups.google.com/forum/#!topic/wmii/q1KNvhpiheI -- Balazs

Re: [dev] [st] Understading st behaviour

2014-04-16 Thread Amadeus Folego
Thanks for the detailed explanation random! I guess I did not use the correct terms appropriatelly. Would a suckless library for handling detaching, scrolling and multiplexing be something that could have some demand and even be used? Maybe that would make adding functionality to st trivial with

Re: [dev] [st] Understading st behaviour

2014-04-16 Thread random832
On Wed, Apr 16, 2014, at 4:19, Amadeus Folego wrote: > It works! As I am using tmux just for the scrollback and paste > capabilities I am not worried with losing sessions. > > Maybe I'll write a suckless multiplexer for this sometime. Eh - "multiplexing" refers to the multiple session capability,

Re: [dev] lock (1) - where does it go?

2014-04-16 Thread Dimitris Papastamos
On Sun, Apr 13, 2014 at 08:42:12PM -0400, Calvin Morrison wrote: > On 11 April 2014 18:25, sin wrote: > > On Fri, Apr 11, 2014 at 06:02:55PM +0200, Christoph Lohmann wrote: > >> Greetings. > >> > >> On Fri, 11 Apr 2014 18:02:55 +0200 Calvin Morrison > >> wrote: > >> > I'd like lock to belong som

Re: [dev] [st] Understading st behaviour

2014-04-16 Thread Martti Kühne
On Wed, Apr 16, 2014 at 10:19 AM, Amadeus Folego wrote: > It works! As I am using tmux just for the scrollback and paste > capabilities I am not worried with losing sessions. > > Maybe I'll write a suckless multiplexer for this sometime. > Hint: I think what you're looking for could be already o

Re: [dev] [st] Understading st behaviour

2014-04-16 Thread Amadeus Folego
It works! As I am using tmux just for the scrollback and paste capabilities I am not worried with losing sessions. Maybe I'll write a suckless multiplexer for this sometime. On Wed, Apr 16, 2014 at 06:36:15AM +0200, Christoph Lohmann wrote: > Greetings. > > On Wed, 16 Apr 2014 06:36:15 +0200 Ama