CVS: cvs.openbsd.org: src

2013-07-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/05 08:38:23 Modified files: usr.bin/tmux : mode-key.c status.c tmux.h Log message: Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel.

CVS: cvs.openbsd.org: src

2013-07-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/05 08:41:36 Modified files: usr.bin/tmux : status.c window-copy.c Log message: Act like vi(1) when moving words, from Ben Boeckel.

CVS: cvs.openbsd.org: src

2013-07-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/05 08:44:06 Modified files: usr.bin/tmux : mode-key.c status.c window-copy.c Log message: Whitespace nits, from Ben Boeckel.

CVS: cvs.openbsd.org: src

2013-07-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/05 08:52:33 Modified files: usr.bin/tmux : server-fn.c Log message: When the session option renumber-window is used, ensure we iterate over all sessions in that group when the winlinks are

CVS: cvs.openbsd.org: src

2013-07-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/05 09:10:38 Modified files: usr.bin/tmux : cmd-set-option.c Log message: Clarify error messages when setting options, from Thomas Adam.

CVS: cvs.openbsd.org: src

2013-07-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/05 09:27:14 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add pane_synchronized format, from Romain Francoise.

CVS: cvs.openbsd.org: src

2013-07-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/07/12 03:52:36 Modified files: usr.bin/tmux : window-copy.c Log message: Make next-word-end work properly with vi(1) keys, reported by patrick keshishian.

CVS: cvs.openbsd.org: src

2013-10-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/05 02:12:40 Modified files: usr.bin/tmux : tmux.c Log message: Use open(.)/fchdir() to save and restore current directory rather than getcwd()/chdir().

CVS: cvs.openbsd.org: src

2013-10-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/05 04:40:49 Modified files: usr.bin/tmux : tmux.c Log message: Fix previous not to leak fd on failure, whoops.

CVS: cvs.openbsd.org: src

2013-10-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/05 07:56:48 Modified files: usr.bin/tmux : options-table.c tmux.1 Log message: Change the default for the default-path option to ~. This is a quick change to turn off the KERN_PROC_CWD code which

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:46:47 Modified files: usr.bin/tmux : cmd-refresh-client.c Log message: Missing space in refresh-client synopsis.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:47:12 Modified files: usr.bin/tmux : format.c Log message: Don't add client formats when they are NULL.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:47:28 Modified files: usr.bin/tmux : format.c Log message: Don't leak formats if they are added multiple times.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:45:29 Modified files: usr.bin/tmux : cmd-queue.c control.c tmux.h Log message: Pass flags into cmdq_guard as an argument since sometimes cmdq-cmd can be NULL. Avoids crash when a command in

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:46:29 Modified files: usr.bin/tmux : server-fn.c session.c Log message: Grouped sessions were being leaked on destroy, correctly free them.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:47:53 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add formats for window flags.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:49:07 Modified files: usr.bin/tmux : server-client.c Log message: Allow the file descriptor received from the client to be -1.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:46:00 Modified files: usr.bin/tmux : resize.c Log message: Make recalculate_sizes() handle an empty window with no active pane. This can happen when a window is in two sessions - it isn't

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:49:43 Modified files: usr.bin/tmux : tty-keys.c Log message: Handle input mouse positions 33 (we already can generate them).

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:50:21 Modified files: usr.bin/tmux : format.c options-table.c tmux.1 Log message: Add length limit operator for formats.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:49:29 Modified files: usr.bin/tmux : grid.c Log message: Only include actual trailing spaces not unused cells with capturep -J, from George Nachman.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:50:37 Modified files: usr.bin/tmux : format.c Log message: Allow nested format expansion.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:56:51 Modified files: usr.bin/tmux : format.c names.c options-table.c tmux.1 tmux.h Log message: Add automatic-rename-format option allowing automatic rename to use something other than

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:57:15 Modified files: usr.bin/tmux : input.c Log message: Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from Hayaki Saito.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:58:24 Modified files: usr.bin/tmux : session.c Log message: Renumber windows: Lookup lastw via window not index When calling 'movew -r' on a session to reorder the winlinks, ensure when

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:57:52 Modified files: usr.bin/tmux : tty-keys.c Log message: Assign mouse x/y coords before checking them. When receiving mouse inputs, we should set the x/y coordinates earlier than we

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:58:53 Modified files: usr.bin/tmux : cmd-choose-tree.c window-choose.c Log message: choose-tree: Reset top when toggling items When choose-tree is told to expand/collapse items (especially

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 05:59:23 Modified files: usr.bin/tmux : tmux.h window.c Log message: Clear window-flags when clearing winlinks When clearing WINLINK_ALERTFLAGS for all sessions, we must also, for that window,

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:00:25 Modified files: usr.bin/tmux : cmd-attach-session.c cmd-bind-key.c cmd-break-pane.c cmd-capture-pane.c cmd-choose-buffer.c

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:01:14 Modified files: usr.bin/tmux : cmd-display-message.c grid.c Log message: Trivial style and spacing nits.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:01:51 Modified files: usr.bin/tmux : tmux.1 Log message: A couple of manpage fixes from Tiago Cunha.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:02:24 Modified files: usr.bin/tmux : tmux.h Log message: No space in lsw -a targets.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:03:23 Modified files: usr.bin/tmux : tmux.c Log message: Don't treat TMUX_TMPDIR as a potential file The point of setting TMUX_TMPDIR is to then make any labels from -L go to that

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:02:56 Modified files: usr.bin/tmux : cmd-wait-for.c tmux.1 Log message: Mark flags as optional and mutually exclusive. From Tiago Cunha.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:04:01 Modified files: usr.bin/tmux : format.c Log message: First period not last for host_short, from Michael Scholz.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:03:46 Modified files: usr.bin/tmux : layout.c Log message: layout-resize-pane-mouse: Consider visible panes only When a pane is maximized, and text is selected, we end up checking if a pane

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:04:13 Modified files: usr.bin/tmux : cmd-split-window.c Log message: Restore missing key binding for %, from Chris Johnsen.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:04:38 Modified files: usr.bin/tmux : cmd-if-shell.c cmd-queue.c cmd-source-file.c Log message: Make cmdq-client_exit a tristate (-1 means not set) so that if explicitly set it can be copied

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:07:37 Modified files: usr.bin/tmux : cmd-new-session.c cmd-new-window.c cmd-queue.c cmd-split-window.c cmd.c tmux.1 tmux.h Log message: Support -c for new-session,

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:08:15 Modified files: usr.bin/tmux : layout.c Log message: mouse-resize-pane: Only resize on border select The current behaviour of mouse-resize-pane is such that if the mouse button is

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:09:34 Modified files: usr.bin/tmux : client.c cmd-attach-session.c cmd-new-session.c tmux.h Log message: Remove CMD_SENDENVIRON.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:12:08 Modified files: usr.bin/tmux : client.c server-client.c tmux.c tmux.h Log message: Merge IDENTIFY_* flags with CLIENT_* flags.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:11:45 Modified files: usr.bin/tmux : tmux.h Log message: Bump protocol version and add new message types.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:12:55 Modified files: usr.bin/tmux : cmd-queue.c server-client.c tmux.h Log message: retcode - retval for exit message.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:13:30 Modified files: usr.bin/tmux : client.c server-client.c server-fn.c tmux.h Log message: Instead of fixed size buffers for some messages, send only the string length.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:13:57 Modified files: usr.bin/tmux : client.c server-client.c server-fn.c tmux.h Log message: Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:14:10 Modified files: usr.bin/tmux : cmd-string.c Log message: Make tilde expansion in command strings work even if it isn't terminated by /.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:26:37 Modified files: usr.bin/tmux : client.c cmd-attach-session.c cmd-load-buffer.c cmd-new-session.c cmd-new-window.c cmd-queue.c

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:28:56 Modified files: usr.bin/tmux : cmd.c Log message: Remove now unused cmd_get_default_path.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:27:38 Modified files: usr.bin/tmux : client.c server-client.c Log message: Don't look at string[length - 1] if length == 0.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:28:08 Modified files: usr.bin/tmux : client.c cmd-attach-session.c cmd-detach-client.c Log message: Show session name in detached message. Requested by somebody a

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:29:35 Modified files: usr.bin/tmux : client.c cmd.c server-client.c tmux.c tmux.h Log message: We accidentally haven't been using $TMUX to work out the session for a while and in fact it is

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:35:31 Modified files: usr.bin/tmux : client.c format.c job.c Log message: Use format_get_command() and some spacing tweaks.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 06:39:25 Modified files: usr.bin/tmux : format.c procname.c tmux.1 tmux.h Log message: Remove the KERN_PROC_CWD the proc_current_path format (which is the only thing that uses it now).

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 17:31:03 Modified files: usr.bin/tmux : format.c Log message: Fix leak in format_get_command.

CVS: cvs.openbsd.org: src

2013-10-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/10 17:31:29 Modified files: usr.bin/tmux : tmux.1 Log message: Bracket in the wrong place in description of c0-change-trigger.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:01:29 Modified files: usr.bin/tmux : format.c Log message: Don't free the pane name by accident.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:03:44 Modified files: usr.bin/tmux : format.c Log message: And get it right this time... don't leak if it is an empty string either.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:06:03 Modified files: usr.bin/tmux : cmd-unbind-key.c Log message: Remove stray return, from Chris Johnsen.

CVS: cvs.openbsd.org: src

2013-10-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/11 02:07:12 Modified files: usr.bin/tmux : server-client.c Log message: Don't leak file descriptors in the rare MSG_VERSION case. From Chris Johnsen.

CVS: cvs.openbsd.org: src

2013-10-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/14 18:15:11 Modified files: usr.bin/tmux : cmd-detach-client.c Log message: Fix detach -a by skipping clients where the session is NULL.

CVS: cvs.openbsd.org: src

2013-10-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/20 03:37:50 Modified files: usr.bin/tmux : tty.c Log message: Don't turn on modifyOtherKeys by default, it is annoying if tmux is killed and it's left on and we can't turn it on and off like we do

CVS: cvs.openbsd.org: src

2013-10-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/20 11:28:43 Modified files: usr.bin/tmux : cfg.c server-client.c server.c tmux.h Log message: Do not run any command line command from the client which starts the server until after the

CVS: cvs.openbsd.org: src

2013-10-23 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/10/23 05:31:03 Modified files: usr.bin/tmux : mode-key.c tmux.1 tmux.h window-copy.c Log message: Key to swap to other end of selection (bound to o with vi keys), from J Raynor.

CVS: cvs.openbsd.org: src

2013-11-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/11/08 05:39:20 Modified files: usr.bin/tmux : window-copy.c Log message: Correctly redraw the top two lines in copy mode when they are selected - the selection was being updated before the redraw so

CVS: cvs.openbsd.org: src

2013-11-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/11/08 17:48:57 Modified files: usr.bin/tmux : window-copy.c Log message: Support case insensitive searching in the same manner as emacs - all lowercase means case insensitive, any uppercase means

CVS: cvs.openbsd.org: src

2013-11-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/11/22 13:58:36 Modified files: usr.bin/tmux : cmd-new-session.c cmd-new-window.c cmd-split-window.c Log message: Handle empty current directory more gracefully.

CVS: cvs.openbsd.org: src

2013-11-23 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/11/23 02:18:29 Modified files: usr.bin/tmux : cmd-new-window.c Log message: With -k, kill window after using it to work out -c path. Reported by jmacristovao at gmail dot com.

CVS: cvs.openbsd.org: src

2013-11-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/11/24 04:29:09 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Replace ## by # in format.

CVS: cvs.openbsd.org: src

2013-11-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2013/11/24 12:38:32 Modified files: usr.bin/tmux : tty-acs.c Log message: Add comments to ACS table matching terminfo(5).

CVS: cvs.openbsd.org: src

2014-01-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/09 06:46:12 Modified files: usr.bin/tmux : cmd-queue.c Log message: Remove unnecessary calls to va_start/va_end, from Tiago Cunha.

CVS: cvs.openbsd.org: src

2014-01-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/09 06:51:57 Modified files: usr.bin/tmux : arguments.c Log message: Simplify args_set, from Tiago Cunha.

CVS: cvs.openbsd.org: src

2014-01-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/09 14:20:45 Modified files: usr.bin/tmux : client.c Log message: Fix a memory/fd leak reported by Tiago Cunha.

CVS: cvs.openbsd.org: src

2014-01-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/15 04:44:18 Modified files: usr.bin/tmux : arguments.c grid.c Log message: Couple of fixes from cppcheck via Tiago Cunha.

CVS: cvs.openbsd.org: src

2014-01-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/15 04:46:28 Modified files: usr.bin/tmux : tmux.c Log message: Do not attempt to read .tmux.conf if we can't figure out a home directory, from Tiago Cunha.

CVS: cvs.openbsd.org: src

2014-01-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/22 06:57:49 Modified files: usr.bin/tmux : window-copy.c Log message: Only exit copy mode at the bottom if no selection in progress, from Benoit Pierre.

CVS: cvs.openbsd.org: src

2014-01-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/22 07:00:08 Modified files: usr.bin/tmux : session.c Log message: Do not permit periods in session names (colons are already banned). From J Raynor.

CVS: cvs.openbsd.org: src

2014-01-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/22 07:43:42 Modified files: usr.bin/tmux : Makefile cmd-show-messages.c tmux.1 Removed files: usr.bin/tmux : cmd-server-info.c Log message: Merge server-info into show-messages and

CVS: cvs.openbsd.org: src

2014-01-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/22 15:32:15 Modified files: usr.bin/tmux : window-copy.c Log message: Support paste key in copy mode input (for search etc). Also clamp length to screen width.

CVS: cvs.openbsd.org: src

2014-01-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/27 16:57:35 Modified files: usr.bin/tmux : Makefile cmd-kill-server.c Removed files: usr.bin/tmux : cmd-start-server.c Log message: Merge start-server into kill-server.

CVS: cvs.openbsd.org: src

2014-01-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/28 15:19:17 Modified files: usr.bin/tmux : tmux.h window.c Log message: Remember the last active pane in the top-bottom or left-right cell so that it can be restored when moving back to that cell

CVS: cvs.openbsd.org: src

2014-01-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/28 16:07:09 Modified files: usr.bin/tmux : Makefile cmd-set-option.c grid.c options-table.c options.c screen-redraw.c screen-write.c status.c

CVS: cvs.openbsd.org: src

2014-01-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/28 16:11:44 Modified files: usr.bin/tmux : options-table.c Log message: Fix missing argument, stupid last minute changes...

CVS: cvs.openbsd.org: src

2014-01-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/31 04:17:20 Modified files: usr.bin/tmux : input.c Log message: Add \033[18t window operations from J Raynor.

CVS: cvs.openbsd.org: src

2014-01-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/31 04:20:28 Modified files: usr.bin/tmux : xterm-keys.c Log message: Fix partial matches with xterm-keys on, from m0viefreak dot cm at googlemail dot com.

CVS: cvs.openbsd.org: src

2014-01-31 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/01/31 07:19:24 Modified files: usr.bin/tmux : screen-redraw.c server-client.c tmux.h Log message: Break up and simplify screen_redraw_screen.

CVS: cvs.openbsd.org: src

2014-02-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/10 04:20:41 Modified files: usr.bin/tmux : tty-keys.c xterm-keys.c Log message: The last fix to xterm keys meant that some keys such as \033OA were being wrongly treated as partial matches. So

CVS: cvs.openbsd.org: src

2014-02-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/12 13:26:13 Modified files: usr.bin/tmux : cmd-switch-client.c Log message: Avoid use of uninitialized variable, from Thomas Adam.

CVS: cvs.openbsd.org: src

2014-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/14 05:35:58 Modified files: usr.bin/tmux : mode-key.c Log message: Make C-j the same as C-m, from Simon Nicolussi.

CVS: cvs.openbsd.org: src

2014-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/14 05:37:54 Modified files: usr.bin/tmux : status.c Log message: Check for NULL session and whatnot in status_replace, from Thomas Adam.

CVS: cvs.openbsd.org: src

2014-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/14 05:44:45 Modified files: usr.bin/tmux : server-window.c Log message: Do not need to call winlink_find_by_window, from Filip Moc.

CVS: cvs.openbsd.org: src

2014-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/14 06:59:01 Modified files: usr.bin/tmux : cmd-load-buffer.c cmd-set-option.c cmd-show-messages.c grid.c server-client.c server-fn.c status.c

CVS: cvs.openbsd.org: src

2014-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/14 07:00:18 Modified files: usr.bin/tmux : server-client.c Log message: Make status-interval of zero work as indented.

CVS: cvs.openbsd.org: src

2014-02-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/14 07:37:08 Modified files: usr.bin/tmux : tty.c Log message: If the terminfo entry has colors#256, assume that setaf and setab work and use them for the 256 colour set. If the terminfo entry

CVS: cvs.openbsd.org: src

2014-02-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/16 05:45:17 Modified files: usr.bin/tmux : tmux.1 tmux.c Log message: Leftovers from removing 88 colour support, from Theo Buehler.

CVS: cvs.openbsd.org: src

2014-02-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/17 11:12:47 Modified files: usr.bin/tmux : cmd-set-option.c Log message: Don't crash when given a invalid colour, reported by Felix Rosencrantz, fix from Thomas Adam.

CVS: cvs.openbsd.org: src

2014-02-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/17 15:42:20 Modified files: usr.bin/tmux : server-client.c Log message: Be consistent and allow only mouse down and mouse wheel for any pane with mouse-select-pane rather than just in copy mode,

CVS: cvs.openbsd.org: src

2014-02-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/17 16:07:03 Modified files: usr.bin/tmux : cmd-load-buffer.c paste.c window-copy.c Log message: Fix memory leaks with paste_replace, based on changes from J Raynor.

CVS: cvs.openbsd.org: src

2014-02-21 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/21 18:38:47 Modified files: usr.bin/tmux : style.c Log message: Fix -fg/-bg/-style with 256 colour terminals.

CVS: cvs.openbsd.org: src

2014-02-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2014/02/22 11:01:10 Modified files: usr.bin/tmux : layout.c window.c Log message: Fix crash due to uninitialized lastwp member of layout_cell, reported by Balazs Kezes.

<    1   2   3   4   5   6   7   8   9   10   >