tmux screen.c,1.101,1.102

2010-07-19 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32730 Modified Files: screen.c Log Message: Solaris has MAXHOSTNAMELEN in netdb.h. Index: screen.c === RCS file:

tmux FAQ,1.36,1.37

2010-07-31 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17461 Modified Files: FAQ Log Message: How to blank on lock, from Thomas Adam, slightly tweaked by me. Index: FAQ === RCS file:

tmux TODO,1.478,1.479

2010-09-01 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4370 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.478 retrieving

tmux compat.h, 1.25, 1.26 configure, 1.53, 1.54 input-keys.c, 1.44, 1.45 tmux.h, 1.574, 1.575 window.c, 1.136, 1.137 xmalloc.c, 1.12, 1.13

2010-09-07 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12705 Modified Files: compat.h configure input-keys.c tmux.h window.c xmalloc.c Log Message: Solaris 9 has no stdint.h, ugh. Reported by a couple of people most recently Timothy Larson. Index:

tmux FAQ,1.37,1.38

2010-10-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21317 Modified Files: FAQ Log Message: +ttyfast. Index: FAQ === RCS file: /cvsroot/tmux/tmux/FAQ,v retrieving revision 1.37

Re: setproctitle and closefrom patch

2010-10-24 Thread Nicholas Marriott
We already have a HAVE_SETPROCTITLE for setproctitle and just compile it away but there are only few uses so it isn't as bad. On Sun, Oct 24, 2010 at 06:21:33PM +0200, Martti Kühne wrote: On Sun, Oct 24, 2010 at 6:07 PM, Nicholas Marriott nicholas.marri...@gmail.com wrote: In fact, even

tmux/compat closefrom.c,NONE,1.1

2010-10-27 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23114/compat Added Files: closefrom.c Log Message: Compat for closefrom(). --- NEW FILE: closefrom.c --- /* $Id: closefrom.c,v 1.1 2010/10/27 20:21:01 nicm Exp $ */ /* * Copyright (c)

tmux compat.h,1.28,1.29

2010-10-27 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4229 Modified Files: compat.h Log Message: And more. Index: compat.h === RCS file: /cvsroot/tmux/tmux/compat.h,v retrieving

tmux/compat imsg.c,1.5,1.6

2010-11-11 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26338/compat Modified Files: imsg.c Log Message: malloc(0) may return NULL, so only assume that is an error if allocating more than zero. Index: imsg.c

tmux/compat imsg.c,1.6,1.7

2010-11-13 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31581 Modified Files: imsg.c Log Message: Whoops, get the logic the right way round. Index: imsg.c === RCS file:

tmux TODO,1.482,1.483

2010-11-22 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28402 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.482

tmux TODO,1.487,1.488

2010-12-06 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4273 Modified Files: TODO Log Message: Another. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.487

tmux cmd-list.c,1.9,1.10 cmd.c,1.144,1.145 tmux.h,1.581,1.582

2010-12-06 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8783 Modified Files: cmd-list.c cmd.c tmux.h Log Message: |- |PatchSet 781 |Date: 2010/10/29 21:11:57 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |We now send argv to the

tmux TODO,1.492,1.493

2010-12-31 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11401 Modified Files: TODO Log Message: Also done. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.492

tmux TODO,1.493,1.494

2010-12-31 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30011 Modified Files: TODO Log Message: Add. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.493

tmux/www index.html.in,1.9,1.10

2011-01-01 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/www In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20298/www Modified Files: index.html.in Log Message: Make version more prominent. Index: index.html.in === RCS file:

tmux Makefile.am,1.1,1.2

2011-01-03 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15482 Modified Files: Makefile.am Log Message: Include all osdep-*.c in dist. Index: Makefile.am === RCS file:

tmux Makefile.am,1.3,1.4 configure.ac,1.7,1.8

2011-01-04 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15910 Modified Files: Makefile.am configure.ac Log Message: Support --enable-static. Index: configure.ac === RCS file:

tmux/compat asprintf.c,1.4,1.5

2011-01-06 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20459/compat Modified Files: asprintf.c Log Message: Missing HAVE_STDINT_H. Index: asprintf.c === RCS file:

tmux TODO,1.495,1.496

2011-01-07 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11971 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.495 retrieving

tmux TODO,1.496,1.497

2011-01-09 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29642 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.496 retrieving

tmux/compat forkpty-aix.c, 1.4, 1.5 forkpty-sunos.c, 1.9, 1.10 strsep.c, 1.1, 1.2 unvis.c, 1.1, 1.2 vis.c, 1.3, 1.4

2011-01-10 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18917/compat Modified Files: forkpty-aix.c forkpty-sunos.c strsep.c unvis.c vis.c Log Message: Trim spaces. Index: forkpty-aix.c

tmux/compat asprintf.c,1.5,1.6

2011-01-21 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25641/compat Modified Files: asprintf.c Log Message: Only have one asprintf implementation, that's likely to always work. Index: asprintf.c

tmux osdep-hpux.c, NONE, 1.1 Makefile.am, 1.8, 1.9 configure.ac, 1.12, 1.13

2011-01-21 Thread Nicholas Marriott
nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott n...@users.sourceforge.net * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies

tmux cmd-join-pane.c,1.7,1.8

2011-01-23 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10006 Modified Files: cmd-join-pane.c Log Message: While here, maximum percentage is 100 not INT_MAX. Oops. Index: cmd-join-pane.c

tmux TODO,1.497,1.498

2011-01-25 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28518 Modified Files: TODO Log Message: Remove some that are done and some that are duplicates or no longer needed. Index: TODO ===

tmux TODO,1.499,1.500

2011-02-28 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv13384 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.499 retrieving revision 1.500 diff -u

tmux/compat asprintf.c,1.6,1.7

2011-03-04 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/compat In directory vz-cvs-2.sog:/tmp/cvs-serv11878 Modified Files: asprintf.c Log Message: Use the right asprintf since we don't support truly broken platforms right now. Index: asprintf.c ===

tmux TODO,1.500,1.501

2011-03-27 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv20080 Modified Files: TODO Log Message: Done. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.500 retrieving revision 1.501 diff

tmux tmux.h,1.613,1.614 xterm-keys.c,1.8,1.9

2011-04-06 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv18220 Modified Files: tmux.h xterm-keys.c Log Message: |PatchSet 871 |Date: 2011/03/27 21:31:25 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Don't include meta twice when working out the flags to output for

tmux cmd-set-option.c,1.110,1.111

2011-04-06 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv20216 Modified Files: cmd-set-option.c Log Message: |PatchSet 879 |Date: 2011/03/29 22:09:13 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |For convenience, work out what type of option is being set by name |regardless

tmux cmd-attach-session.c, 1.39, 1.40 cmd-has-session.c, 1.16, 1.17 cmd-kill-session.c, 1.19, 1.20 cmd-list-panes.c, 1.9, 1.10 cmd-list-windows.c, 1.46, 1.47 cmd-lock-server.c, 1.11, 1.12 cmd-new-sess

2011-04-06 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv20354 Modified Files: cmd-attach-session.c cmd-has-session.c cmd-kill-session.c cmd-list-panes.c cmd-list-windows.c cmd-lock-server.c cmd-new-session.c cmd-rename-session.c cmd-select-window.c

tmux configure.ac, 1.15, 1.16 tmux.h, 1.618, 1.619 tty-term.c, 1.46, 1.47 tty.c, 1.207, 1.208

2011-04-09 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv7944 Modified Files: configure.ac tmux.h tty-term.c tty.c Log Message: If the terminal supports sitm for italics, use it instead of standout (smso). From Tiago Resende. Index: tty.c

tmux cmd-detach-client.c,1.13,1.14 tmux.1,1.303,1.304

2011-04-11 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv27705 Modified Files: cmd-detach-client.c tmux.1 Log Message: Add -s option to detach all clients attached to a session, from Zac Sprackett. Index: cmd-detach-client.c

tmux FAQ,1.41,1.42

2011-04-11 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv3564 Modified Files: FAQ Log Message: Entry on italics from Tiago Resende. Index: FAQ === RCS file: /cvsroot/tmux/tmux/FAQ,v retrieving revision 1.41

tmux/www index.html.in,1.10,1.11

2011-04-11 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux/www In directory vz-cvs-2.sog:/tmp/cvs-serv28262/www Modified Files: index.html.in Log Message: a independent - an independent. Index: index.html.in === RCS file:

tmux TODO,1.504,1.505

2011-04-12 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv11819 Modified Files: TODO Log Message: Add. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.504 retrieving revision 1.505 diff

tmux TODO,1.505,1.506

2011-04-15 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv20109 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.505 retrieving revision 1.506 diff -u

tmux cmd-detach-client.c,1.14,1.15 tmux.1,1.305,1.306

2011-04-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv27821 Modified Files: cmd-detach-client.c tmux.1 Log Message: |PatchSet 889 |Date: 2011/04/11 17:44:36 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |-s comes before -t and also add -s to command syntax. Prompted by

tmux screen-write.c,1.95,1.96

2011-04-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv27947 Modified Files: screen-write.c Log Message: |PatchSet 890 |Date: 2011/04/17 20:21:19 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Fix character position check, from Tiago Resende. Index: screen-write.c

tmux cmd-list-clients.c,1.21,1.22 tmux.1,1.306,1.307

2011-04-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv28107 Modified Files: cmd-list-clients.c tmux.1 Log Message: |PatchSet 891 |Date: 2011/04/17 20:28:09 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add -t to list-clients, based on a diff from Zac Sprackett. Index:

tmux options-table.c, 1.6, 1.7 server-client.c, 1.55, 1.56 status.c, 1.157, 1.158 tmux.1, 1.307, 1.308 tmux.h, 1.619, 1.620

2011-04-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv28315 Modified Files: options-table.c server-client.c status.c tmux.1 tmux.h Log Message: |PatchSet 893 |Date: 2011/04/18 20:49:05 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add an option (mouse-select-window) which

tmux window.c,1.146,1.147

2011-04-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv17626 Modified Files: window.c Log Message: |PatchSet 894 |Date: 2011/04/18 21:57:16 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |The mouse should only work in copy mode if mode-mouse is set, not just

tmux TODO,1.506,1.507

2011-04-19 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv5333 Modified Files: TODO Log Message: Add. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.506 retrieving revision 1.507 diff -u

tmux TODO,1.507,1.508

2011-05-10 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv23695 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.507 retrieving revision 1.508 diff -u

tmux FAQ,1.42,1.43

2011-05-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv18171 Modified Files: FAQ Log Message: Update from Tiago Resende. Index: FAQ === RCS file: /cvsroot/tmux/tmux/FAQ,v retrieving revision 1.42 retrieving

tmux TODO,1.510,1.511

2011-05-18 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv9623 Modified Files: TODO Log Message: +. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision 1.510 retrieving revision 1.511 diff -u

tmux TODO,1.512,1.513

2011-05-21 Thread Nicholas Marriott
Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv7212 Modified Files: TODO Log Message: Someone mentioned this at LinuxTag as well. Index: TODO === RCS file: /cvsroot/tmux/tmux/TODO,v retrieving revision

[SCM] tmux branch master updated. c06b2e4fb9e322824404edab3651e4d9473adde8

2012-09-04 Thread Nicholas Marriott
c06b2e4fb9e322824404edab3651e4d9473adde8 Author: Nicholas Marriott nicholas.marri...@gmail.com Date: Tue Sep 4 09:26:54 2012 +0100 .gitignore + Makefile Makefile.in configure --- Summary of changes: .gitignore |3 +++ 1 files changed, 3 insertions(+), 0

[SCM] tmux branch master updated. 5d60bc7f7c43c20fcf65531b5a5fb1fc7dcbb338

2012-09-24 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use pgrp of pty fd not pid of immediate child when recovering current working directory (like current process). From Marcel Partap. --- cmd.c |2 +- format.c |2

[SCM] tmux branch master updated. 149f5bac05584b83778c4803b2f1a54a57d7d84d

2012-09-25 Thread Nicholas Marriott
253f1395a03b7b3371799055a7e3a442a8fa7ba6 (commit) - Log - commit 149f5bac05584b83778c4803b2f1a54a57d7d84d Merge: 7b189f1 253f139 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com

[SCM] tmux branch master updated. 8249fbfb602ea03ea67d9088cc4bdd8dfaf66066

2012-10-05 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Make some tweaks to NOTES and add a paragraph on git rather than huge PATCHES file. --- NOTES | 45 +-- PATCHES | 153

[SCM] tmux branch master updated. 1.7-5-ga91c598

2012-10-15 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Link to git instructions from index.html. --- www/images/small-tmux3.png | Bin 62450 - 0 bytes www/images/small-tmux4.png | Bin 11874 - 0 bytes www/images/small-tmux5.png | Bin 74095 - 0 bytes www

Re: Issues building with a prefix

2012-10-18 Thread Nicholas Marriott
Do other autoconf programs treat --prefix as part of the search path? A quick look says no... On Tue, Oct 16, 2012 at 03:36:00PM -0400, Feanil Patel wrote: Hi, I just tried to build tmux into a non standard location(/home/feanil/usr) using the prefix variable of configure. The build

[SCM] tmux tag 0.8 created. TMUX_0_8

2013-01-30 Thread Nicholas Marriott
The tag, 0.8 has been created at c23359e5d7097209429c85f4564e1c4c8ba139e8 (commit) - Log - commit c23359e5d7097209429c85f4564e1c4c8ba139e8 Author: no_author no_aut...@example.org Date: Tue Apr 21 20:10:23 2009 +

[SCM] tmux tag 0.9 created. TMUX_0_9

2013-01-30 Thread Nicholas Marriott
The tag, 0.9 has been created at dc2b8114763f6854336be7d8dac8b87bc5c25f77 (commit) - Log - commit dc2b8114763f6854336be7d8dac8b87bc5c25f77 Author: no_author no_aut...@example.org Date: Thu Jul 2 18:26:56 2009 +

[SCM] tmux tag 1.1 created. TMUX_1_1

2013-01-30 Thread Nicholas Marriott
The tag, 1.1 has been created at 09c558685a0e9a1ec6ae61ed04e8a0955ba97967 (commit) - Log - commit 09c558685a0e9a1ec6ae61ed04e8a0955ba97967 Author: no_author no_aut...@example.org Date: Thu Nov 5 12:35:48 2009 +

[SCM] tmux tag 1.3 created. TMUX_1_3

2013-01-30 Thread Nicholas Marriott
The tag, 1.3 has been created at 946fd162baa7daab09578b4cd16b0c8754be540e (commit) - Log - commit 946fd162baa7daab09578b4cd16b0c8754be540e Author: no_author no_aut...@example.org Date: Sun Jul 18 13:41:00 2010 +

[SCM] tmux tag 1.4 created. TMUX_1_4

2013-01-30 Thread Nicholas Marriott
The tag, 1.4 has been created at 2365b09d6a953d35c433c3b0c141ecb935437f5a (commit) - Log - commit 2365b09d6a953d35c433c3b0c141ecb935437f5a Author: no_author no_aut...@example.org Date: Mon Dec 27 21:37:43 2010 +

[SCM] tmux tag 1.5 created. TMUX_1_5

2013-01-30 Thread Nicholas Marriott
The tag, 1.5 has been created at 509c63b6184ef7c08e16320f66b3ba7c0c114c89 (commit) - Log - commit 509c63b6184ef7c08e16320f66b3ba7c0c114c89 Author: Tiago Cunha tcu...@gmx.com Date: Sat Jul 9 16:10:35 2011 + Tag 1.5

[SCM] tmux tag 1.6 created. TMUX_1_6

2013-01-30 Thread Nicholas Marriott
The tag, 1.6 has been created at 88c831af6e4701e29462695d4c7d1405cd24bcc7 (commit) - Log - commit 88c831af6e4701e29462695d4c7d1405cd24bcc7 Author: Tiago Cunha tcu...@gmx.com Date: Mon Jan 23 12:59:12 2012 + Tag

[SCM] tmux tag TMUX_1_7 created. 1.7

2013-01-30 Thread Nicholas Marriott
The tag, TMUX_1_7 has been created at 2b5c3fc49f9f96dd84fb26f75be7d634ea4c282c (commit) - Log - commit 2b5c3fc49f9f96dd84fb26f75be7d634ea4c282c Author: Thomas Adam tho...@xteddy.org Date: Sat Oct 13 11:56:14 2012 +0100

[SCM] tmux annotated tag TMUX_0_9 deleted. 557123b0af8d4299e31a3ab4d89e02fb569f783c

2013-01-30 Thread Nicholas Marriott
The annotated tag, TMUX_0_9 has been deleted was 557123b0af8d4299e31a3ab4d89e02fb569f783c --- tag TMUX_0_9 This commit was manufactured by cvs2svn to create tag 'TMUX_0_9'. dc2b8114763f6854336be7d8dac8b87bc5c25f77 This

[SCM] tmux annotated tag TMUX_1_1 deleted. 6a855de86f3b10527790c3c64f759e48757732ea

2013-01-30 Thread Nicholas Marriott
The annotated tag, TMUX_1_1 has been deleted was 6a855de86f3b10527790c3c64f759e48757732ea --- tag TMUX_1_1 This commit was manufactured by cvs2svn to create tag 'TMUX_1_1'. 09c558685a0e9a1ec6ae61ed04e8a0955ba97967 This

[SCM] tmux annotated tag TMUX_1_2 deleted. 509a7e6f5dc5548de2a422d9d77dfbe483da74b8

2013-01-30 Thread Nicholas Marriott
The annotated tag, TMUX_1_2 has been deleted was 509a7e6f5dc5548de2a422d9d77dfbe483da74b8 --- tag TMUX_1_2 This commit was manufactured by cvs2svn to create tag 'TMUX_1_2'. cd1ae9e79b70bf36f08a4f985982ff9245bc98f3 This

[SCM] tmux annotated tag TMUX_1_4 deleted. 72bf9f5d6aec33951fee84782c14fa933a5853db

2013-01-30 Thread Nicholas Marriott
The annotated tag, TMUX_1_4 has been deleted was 72bf9f5d6aec33951fee84782c14fa933a5853db --- tag TMUX_1_4 This commit was manufactured by cvs2svn to create tag 'TMUX_1_4'. 2365b09d6a953d35c433c3b0c141ecb935437f5a This

[SCM] tmux annotated tag TMUX_1_6 deleted. 57f0bbc1c1257b8791f447634f3faf7357af9d69

2013-01-30 Thread Nicholas Marriott
The annotated tag, TMUX_1_6 has been deleted was 57f0bbc1c1257b8791f447634f3faf7357af9d69 --- tag TMUX_1_6 Tag 1.6 release. 88c831af6e4701e29462695d4c7d1405cd24bcc7 Tag 1.6 release.

[SCM] tmux tag to_copy created. 1.7-80-g418ba99

2013-02-10 Thread Nicholas Marriott
The tag, to_copy has been created at 418ba99078a2712ece398e17a5a9bc1f6600126b (commit) - Log - commit 418ba99078a2712ece398e17a5a9bc1f6600126b Author: Nicholas Marriott nicholas.marri...@gmail.com Date: Sat Feb 9 16:21:20

[SCM] tmux branch master updated. 1.7-82-gaadc87f

2013-02-10 Thread Nicholas Marriott
- commit aadc87f5a79865f404f4b6cb0f4892daa17e7365 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Remove free callback for window_choose_data objects. --- cmd-choose-buffer.c |2 +- cmd-choose-client.c |2 +- cmd-choose-list.c

[SCM] tmux branch master updated. 1.7-84-g99cc001

2013-02-10 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Rework reflow code so it does not do so much allocation which should be faster with large histories. --- grid.c | 152 ++--- screen.c

[SCM] tmux branch master updated. 1.7-85-g6ad2c5c

2013-02-10 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Show alias in lscm output. --- cmd-list-commands.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cmd-list-commands.c b/cmd-list-commands.c index 68e0e80..2acdfc5

[SCM] tmux branch master updated. 1.7-89-g7360ff4

2013-02-12 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use proc_pidinfo on Darwin for process name too, from OZAKI Kiichi. --- osdep-darwin.c | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/osdep-darwin.c

[SCM] tmux branch master updated. 1.7-91-g0f31d23

2013-02-12 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Return error for --foo when using compat/getopt.c. --- compat/getopt.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/compat/getopt.c b/compat/getopt.c index 3a53237..38c317c

[SCM] tmux branch master updated. 1.7-93-g36fe146

2013-02-13 Thread Nicholas Marriott
- commit 36fe146a74230e5072c367a9987b6c021320c0dd Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Fix choose-tree usage. --- cmd-choose-tree.c |2 +- tmux.1|4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff

[SCM] tmux branch master updated. 1.7-94-g544c80d

2013-02-13 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Fix constness of cmd_template_replace. --- cmd-choose-tree.c |2 +- cmd.c |2 +- tmux.h|4 ++-- window-choose.c |2 +- 4 files changed, 5 insertions(+), 5

[SCM] tmux branch master updated. 1.7-95-g68e3705

2013-02-13 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Fix constness of window_choose_add_item and _window. --- tmux.h |4 ++-- window-choose.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tmux.h b/tmux.h index

[SCM] tmux branch master updated. 1.7-100-g931b010

2013-02-13 Thread Nicholas Marriott
- commit 931b0103cda864466b7e357d298d2c4de0a7f5d5 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Clarify choose-tree entry in man page. --- tmux.1 | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff

[SCM] tmux branch master updated. 1.7-101-g2854439

2013-02-14 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Do not leak formats in status_replace. --- status.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/status.c b/status.c index 13ea9a5..636f627 100644 --- a/status.c +++ b

[SCM] tmux branch master updated. 1.7-105-g784a74d

2013-02-14 Thread Nicholas Marriott
- commit 784a74df0b4c5ad31e05973f742b529059d087ea Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Fix function parameter to tty_keys_free. --- tty-keys.c |2 +- 1 files

[SCM] tmux branch master updated. 1.7-107-g1d591ad

2013-02-15 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Support capture-pane -p to send to stdout. --- cmd-capture-pane.c | 57 +++ tmux.1 | 12 +- 2 files changed, 45 insertions(+), 24

[SCM] tmux branch master updated. 1.7-109-g10db7ec

2013-02-16 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Include the \033 in the key tree and adjust key matching for this change. --- tmux.h |2 +- tty-keys.c | 143 ++-- tty.c |2 +- 3

[SCM] tmux branch master updated. 1.7-117-g4c91c15

2013-02-17 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com I strongly suspect it is possible for tmux to block on detach in tty_raw, so make the fd blocking again much later and have tty_raw just retry the write a few times. --- tty.c | 20

[SCM] tmux branch master updated. 1.7-119-g7d1a8f7

2013-02-17 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Remove stray test code which would convert abc to x. --- tty-keys.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tty-keys.c b/tty-keys.c index 1ede061..5e61de6 100644

[SCM] tmux branch master updated. 1.7-137-g3108d80

2013-02-19 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Move NOTES-README, move Vim syntax file documentation to the file itself and otherwise tweak some bits. --- Makefile.am |2 +- NOTES = README | 26 +++--- SYNCING

[SCM] tmux branch master updated. 1.7-139-ge90a742

2013-02-19 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Tweak bold link. --- www/index.html.in |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www/index.html.in b/www/index.html.in index f8ce53a..c7188f0 100644 --- a/www

[SCM] tmux branch master updated. 1.7-140-g4621a52

2013-02-19 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Include ML and IRC in the text. --- www/index.html.in | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/www/index.html.in b/www/index.html.in index c7188f0..c294239 100644

[SCM] tmux branch master updated. 1.7-147-gcb6f366

2013-02-20 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com evbuffer_readline returns allocated storage, don't leak it. --- cmd-run-shell.c |1 + status.c|2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cmd-run-shell.c b/cmd

[SCM] tmux branch master updated. 1.7-148-gb8b5631

2013-02-21 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Add -C and -J to capture pane to escape control sequences and to join wrapped line, based on a diff from George Nachman. --- cmd-capture-pane.c | 19 - grid-view.c|2

[SCM] tmux branch master updated. 1.7-154-g8c50f62

2013-02-21 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Add session_set_current helper function, extracted from a diff from Aaron Jensen. --- session.c | 38 +++--- tmux.h|1 + 2 files changed, 16 insertions

[SCM] tmux branch master updated. 1.7-155-g374dae6

2013-02-21 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Add a load of miscellaneous pane formats, from George Nachman. --- format.c | 48 +--- tmux.1 | 21 - 2 files changed, 61 insertions

[SCM] tmux branch master updated. 1.7-157-g7d3c101

2013-02-21 Thread Nicholas Marriott
- commit 7d3c1016ce33d8a74af7b876e8e7c9ca00452ec1 Merge: 4c9f943 374dae6 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code format.c | 48

[SCM] tmux branch master updated. 1.7-160-g1c82cf7

2013-02-22 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Remove a couple of FAQ bits that are out of date and not frequent. --- FAQ | 45 - 1 files changed, 0 insertions(+), 45 deletions(-) diff --git a/FAQ b/FAQ

[SCM] tmux branch master updated. 1.7-162-gce7bf10

2013-02-22 Thread Nicholas Marriott
- commit ce7bf1083edd5679420d5288ae53a52759e0d51c Merge: 1db4ec6 1c82cf7 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code FAQ| 45

[SCM] tmux branch master updated. 1.7-163-gdbd8e47

2013-02-22 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Do pane resize ioctls once at the end of the server loop rather than immediately. --- server-client.c | 33 - window.c| 18 +- 2 files

[SCM] tmux branch master updated. 1.7-164-g1994ae4

2013-02-22 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Missing PANE_RESIZE define. --- tmux.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tmux.h b/tmux.h index 8c06197..b80face 100644 --- a/tmux.h +++ b/tmux.h @@ -928,6 +928,7

[SCM] tmux branch master updated. 1.7-166-g3a2e9d8

2013-02-22 Thread Nicholas Marriott
- commit 3a2e9d805a80e683078994d86a5390bf5deed9fc Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Fix error reporting for client commands by adding a flag to cmd_find_client to tell it whether or not to show errors, sometimes it's

[SCM] tmux branch master updated. 1.7-167-g1ed3738

2013-02-22 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use -O2 without debugging. --- Makefile.am |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index a19a761..f77c9ab 100644 --- a/Makefile.am +++ b

[SCM] tmux branch master updated. 1.7-172-g5aa54c8

2013-02-23 Thread Nicholas Marriott
- commit 5aa54c863dad308e2ba96342be887eb59c427e42 Merge: 42735d4 57eb334 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code format.c | 30 -- tmux

[SCM] tmux branch master updated. 1.7-173-g357da03

2013-02-23 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge send-prefix into send-keys. --- Makefile.am |1 - cmd-send-keys.c | 19 + cmd-send-prefix.c | 57 - 3 files

[SCM] tmux branch master updated. 1.7-174-g2e85eee

2013-02-23 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com www Project Page - SourceForge Page --- www/index.html.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/index.html.in b/www/index.html.in index c294239..5e0276e 100644

  1   2   3   >