Re: Patch to implement reflowing

2013-01-31 Thread Richard Woodbury
On Thu, Jan 31, 2013 at 6:55 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Ok let's lose the option and make it the default and that means we don't > have to have resizep -F and that means no man page changes too. > > I think I would try to put the call to grid_reflow into screen_r

Re: Can tmux sessions be persistent to disk?

2013-01-31 Thread Alexander Tsepkov
You can get 90% of the way there, I actually used this for a while on my desktop: http://brainscraps.wikia.com/wiki/Resurrecting_tmux_Sessions_After_Reboot It dumps your tmux panel history into a file and tmux pane layout as well. It takes snapshots of your current session every hour, keeping trac

Re: Patch to implement reflowing

2013-01-31 Thread Nicholas Marriott
Ok let's lose the option and make it the default and that means we don't have to have resizep -F and that means no man page changes too. I think I would try to put the call to grid_reflow into screen_resize but it will need an extra argument because we still won't want to do it in alternate screen

Re: Patch to implement reflowing

2013-01-31 Thread Thomas Adam
Hi, On Thu, Jan 31, 2013 at 11:23:01AM +, Nicholas Marriott wrote: > Hi > > Here is a tweaked version with some trivial style nitpicking and one > change to not reflow when the application has issued smcup (alternate > screen). > > I'm a bit torn about the need for an option - I'm not a huge

Re: Patch to implement reflowing

2013-01-31 Thread Nicholas Marriott
Hi Here is a tweaked version with some trivial style nitpicking and one change to not reflow when the application has issued smcup (alternate screen). I'm a bit torn about the need for an option - I'm not a huge fan of this behaviour but I don't think I actually care enough to need an option to t

Re: [PATCH] Only set AUTO{MAKE,CONF}_VERSION on OpenBSD

2013-01-31 Thread Nicholas Marriott
Go for it. On Thu, Jan 31, 2013 at 12:18:44AM +, Thomas Adam wrote: > OpenBSD requires the presence of AUTOMAKE_VERSION and AUTOCONF_VERSION for > bootstrapping purposes. Setting these on any other system requires that > explicit version to be used, rather than what might already be installe

Re: Binding keys to shell commands

2013-01-31 Thread Thomas Adam
On 31 January 2013 01:52, Thiago Padilha wrote: > Thanks for the patch. I forgot to free() the result from format_expand(): diff --git a/cmd-run-shell.c b/cmd-run-shell.c index 730e213..29ad953 100644 --- a/cmd-run-shell.c +++ b/cmd-run-shell.c @@ -108,6 +108,7 @@ cmd_run_shell_exec(struct cmd *