PATCH: Correct choose-tree usage string.
Hi, Looks like I forgot to change the usage string for choose-tree from its older flags when it was still in development. I've checked getops and the man page, they're both correct. Patch attached, applied on top of tmux in OpenBSD, for your convenience, Nicholas. Kindly, -- Thomas Adam Index: src/usr.bin/tmux/cmd-choose-tree.c === RCS file: /cvs/src/usr.bin/tmux/cmd-choose-tree.c,v retrieving revision 1.1 diff -u -r1.1 cmd-choose-tree.c --- src/usr.bin/tmux/cmd-choose-tree.c 8 Jul 2012 16:04:38 - 1.1 +++ src/usr.bin/tmux/cmd-choose-tree.c 9 Jul 2012 06:56:39 - @@ -41,7 +41,7 @@ const struct cmd_entry cmd_choose_tree_entry = { "choose-tree", NULL, "S:W:swb:c:t:", 0, 1, - "[-SW] [-s format] [-w format ] [-b session template] " \ + "[-sw] [-S format] [-W format ] [-b session template] " \ "[-c window template] " CMD_TARGET_WINDOW_USAGE, 0, NULL, -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: PATCH: Correct choose-tree usage string.
Fixed, thanks. On Mon, Jul 09, 2012 at 08:01:18AM +0100, Thomas Adam wrote: > Hi, > > Looks like I forgot to change the usage string for choose-tree from its > older flags when it was still in development. I've checked getops and the > man page, they're both correct. > > Patch attached, applied on top of tmux in OpenBSD, for your convenience, > Nicholas. > > Kindly, > > -- Thomas Adam > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: [PATCH] Allow using mouse to scroll down in copy mode
I'm not sure I see the point but if you feel strongly about this sure send me a diff and I'll have to decide ;-). On Sun, Jul 08, 2012 at 11:42:41PM +0200, Marcel Partap wrote: > .. > Ok then how about supporting both in code, while changing the man page > to 'mouse-copy-mode' ? > #regards... -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: [PATCH 0/1] xfree(NULL) is a no-op when calling free(NULL)
Hi, [ I'm trying to clear my tmux TODO list a little. ] On Sun, Jun 03, 2012 at 09:25:47PM +0100, Nicholas Marriott wrote: > Also it's handy to be able to instrument free without a lot of faffing > around (I used to have code to instrument it). Still, none of the > advantages are particularly compelling so I'm leaning towards making > this change, let me think about it... Did you get a chance to think on this? :) -- Thomas Adam -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users