[Patch] Add -T (make transient session) option to new-session

2013-04-16 Thread Daniel Ralston
Hi all, If I've done my job well, the commit message should be descriptive enough. Let me know if you'd like me to make any tweaks. Have a good week! Daniel >From 1e5676ea9420359e7de4ee49339a7d089fab7839 Mon Sep 17 00:00:00 2001 From: Daniel Ralston Date: Tue, 16 Apr 2013 20:09:17 -07

Re: escaping characters and the output of command-promt

2013-04-16 Thread Franco
On Wed, Apr 03, 2013 at 06:51:51PM +0100, Thomas Adam wrote: > On 3 April 2013 18:43, Franco wrote: > > Good evening tmuxers. In my .tmux.conf file I have a line like this > > > > bind e command-prompt -I "%d/%m/%g %H:%M: " -p "#" 'run-shell "echo %1 >> > > $NOTE; tmux display Done."' > > > > Thi

Re: tmux 1.8 crash on font resize

2013-04-16 Thread Christopher Collins
On Tue, Apr 16, 2013 at 2:36 AM, Nicholas Marriott wrote: >Can you show the code you changed rather than making me guess? :-) That would have been a sensible detail to include! Here is what I changed. I don't know what this change might break. --- ../temp/tmux-1.8/screen.c 2013-02-24 04:

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Nicholas Marriott
On Tue, Apr 16, 2013 at 12:24:45PM +0200, Dagobert Michelsen wrote: > Hi Nicholas, > > Am 16.04.2013 um 12:02 schrieb Nicholas Marriott > : > > On Tue, Apr 16, 2013 at 11:32:20AM +0200, Dagobert Michelsen wrote: > >> Am 16.04.2013 um 11:20 schrieb Nicholas Marriott > >> : > >>> The manpage uses

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Dagobert Michelsen
Hi Nicholas, Am 16.04.2013 um 12:02 schrieb Nicholas Marriott : > On Tue, Apr 16, 2013 at 11:32:20AM +0200, Dagobert Michelsen wrote: >> Am 16.04.2013 um 11:20 schrieb Nicholas Marriott >> : >>> The manpage uses mdoc and that isn't going to change. OpenSSH has a >>> script called mdoc2man.awk whi

Re: tmux 1.8 crash on font resize

2013-04-16 Thread Nicholas Marriott
Hi Can you show the code you changed rather than making me guess? :-) Are you increasing or decreasing the font size when this happens? Ie does the number of rows shrink or grow? I think screen_resize_y should be changed to prevent s->cy going negative. Obviously something later on (after screen

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Dagobert Michelsen
Hi Nicholas, Am 16.04.2013 um 11:20 schrieb Nicholas Marriott : > The manpage uses mdoc and that isn't going to change. OpenSSH has a > script called mdoc2man.awk which we might be able to bring in (perhaps > with some tweaks) to convert the manpage at build time. I just tried it and the output l

Re: Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Nicholas Marriott
Hi The manpage uses mdoc and that isn't going to change. OpenSSH has a script called mdoc2man.awk which we might be able to bring in (perhaps with some tweaks) to convert the manpage at build time. On Tue, Apr 16, 2013 at 11:12:02AM +0200, Dagobert Michelsen wrote: > Hi, > > the manpage tmux.1

Change manpage to use macro-package "an" instead of "doc"

2013-04-16 Thread Dagobert Michelsen
Hi, the manpage tmux.1 is made with the roff macro package "doc". Unfortunately manage on Solaris require the usage of the macro package "an" (as in -man) and don't allow more elaborated macros. Would it be possible to restrict the macros in that way or provide a separate manpage? Best regard

Re: tmux, mutt, home and end keys

2013-04-16 Thread Nicholas Marriott
Our own terminfo entry would not necessarily help because the terminfo db is part of ncurses not the app. If any platforms are bundling screen-256color with screen, there is no reason they couldn't bundle it with tmux too already Original message From: Erik Johnson Date: 16