2013-10-10 |
nicm | Pass flags into cmdq_guard as an argument since sometimes...
|
commit | commitdiff | tree |
2013-10-05 |
nicm | Change the default for the default-path option to ...
|
commit | commitdiff | tree |
2013-10-05 |
nicm | Fix previous not to leak fd on failure, whoops.
|
commit | commitdiff | tree |
2013-10-05 |
nicm | Use open(".")/fchdir() to save and restore current...
|
commit | commitdiff | tree |
2013-07-12 |
Nicholas Marriott | Make next-word-end work properly with vi(1) keys, reported...
|
commit | commitdiff | tree |
2013-07-05 |
Nicholas Marriott | Add pane_synchronized format, from Romain Francoise.
|
commit | commitdiff | tree |
2013-07-05 |
Nicholas Marriott | Clarify error messages when setting options, from Thomas...
|
commit | commitdiff | tree |
2013-07-05 |
Nicholas Marriott | When the session option renumber-window is used, ensure...
|
commit | commitdiff | tree |
2013-07-05 |
Nicholas Marriott | Whitespace nits, from Ben Boeckel.
|
commit | commitdiff | tree |
2013-07-05 |
Nicholas Marriott | Implement s, S, C mode switch commands in vi(1) mode...
|
commit | commitdiff | tree |
2013-06-23 |
Nicholas Marriott | Focus events can cause trouble if left on and they...
|
commit | commitdiff | tree |
2013-06-23 |
Nicholas Marriott | Always push a focus event when the application turns...
|
commit | commitdiff | tree |
2013-06-23 |
Nicholas Marriott | Mark control commands specially so the client can identify...
|
commit | commitdiff | tree |
2013-06-02 |
Nicholas Marriott | The actual terminfo entries we ended up with for cursor...
|
commit | commitdiff | tree |
2013-05-31 |
Nicholas Marriott | Demote the old single-character replacement variables...
|
commit | commitdiff | tree |
2013-05-31 |
Nicholas Marriott | Add host_short format, from Tiago Cunha.
|
commit | commitdiff | tree |
2013-05-31 |
Nicholas Marriott | Use u_char for the send-keys string to avoid mangling...
|
commit | commitdiff | tree |
2013-05-31 |
Nicholas Marriott | Instead of eating 1024 bytes or so for the arguments...
|
commit | commitdiff | tree |
2013-05-15 |
Nicholas Marriott | Don't let cursor position overflow when reflowing,...
|
commit | commitdiff | tree |
2013-05-15 |
Nicholas Marriott | Reserve space for \0 in cmd_print, from George Nachman.
|
commit | commitdiff | tree |
2013-05-15 |
Nicholas Marriott | RIS should reset focus reporting, from Hayaki Saito.
|
commit | commitdiff | tree |
2013-05-07 |
Nicholas Marriott | Don't limit width and height to 222 in standard mouse...
|
commit | commitdiff | tree |
2013-04-24 |
Nicholas Marriott | .Op Fl b not .Fl b for run-shell synopsis, from Ben...
|
commit | commitdiff | tree |
2013-04-24 |
Nicholas Marriott | Rename global configuration define.
|
commit | commitdiff | tree |
2013-04-22 |
Nicholas Marriott | When using choose-tree -u, start with the current window
|
commit | commitdiff | tree |
2013-04-22 |
Nicholas Marriott | Get session of -t window rather than client's window.
|
commit | commitdiff | tree |
2013-04-22 |
Nicholas Marriott | Call recalculate_sizes() after killing window in case...
|
commit | commitdiff | tree |
2013-04-22 |
Nicholas Marriott | Use lockf which is more portable than flock, from Dagobert...
|
commit | commitdiff | tree |
2013-04-21 |
Nicholas Marriott | Don't let server_client_check_focus use a dead bufferevent...
|
commit | commitdiff | tree |
2013-04-17 |
Nicholas Marriott | %zu format for size_t.
|
commit | commitdiff | tree |
2013-04-12 |
Nicholas Marriott | Remove some Korean characters from the zero-width list...
|
commit | commitdiff | tree |
2013-04-12 |
Nicholas Marriott | Copy the client into the new cmdq in source-file so...
|
commit | commitdiff | tree |
2013-04-11 |
Nicholas Marriott | Call setlocale(LC_TIME) at startup.
|
commit | commitdiff | tree |
2013-04-11 |
Nicholas Marriott | Send an SGR0 after turning on modifyOtherKeys to fix...
|
commit | commitdiff | tree |
2013-04-10 |
Nicholas Marriott | Set EV_WRITE for jobs or run/if-shell jobs can hang...
|
commit | commitdiff | tree |
2013-04-10 |
Nicholas Marriott | Fix bug where end guard in control mode was not printed...
|
commit | commitdiff | tree |
2013-04-10 |
Nicholas Marriott | Missed -o from set-window-option, from Ben Boeckel.
|
commit | commitdiff | tree |
2013-04-10 |
Nicholas Marriott | Remove some code not needed on OpenBSD.
|
commit | commitdiff | tree |
2013-03-28 |
Nicholas Marriott | If -s to swap-pane is not given, use the current pane.
|
commit | commitdiff | tree |
2013-03-28 |
Nicholas Marriott | Make copy-mode -u still scroll up if already in copy...
|
commit | commitdiff | tree |
2013-03-27 |
Nicholas Marriott | Add TMUX_TMPDIR variable to put the socket directory...
|
commit | commitdiff | tree |
2013-03-27 |
Nicholas Marriott | Move the cursor back into the last column on CUU/CUD...
|
commit | commitdiff | tree |
2013-03-27 |
Nicholas Marriott | Remove tmux's (already minimal) 88 colour support....
|
commit | commitdiff | tree |
2013-03-26 |
Nicholas Marriott | Only accept partial keys if the timer has not expired...
|
commit | commitdiff | tree |
2013-03-26 |
Nicholas Marriott | Fix compiler warnings, missing #include. From Thomas...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Try to establish client for run-shell and if-shell...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Revert the command-prefix change which breaks sequences...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Set pane resize flag when needed.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Sort includes and fix spaces.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | b comes before t.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Process ^[ as meta when a partial key is found.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Add -P and -F to new-session.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Create a new context when copying instead of using...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Extend jobs to support writing and use that for copy...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Handle empty pending output (not a failure) and add...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Handle no client better in display-message.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | When only two panes in a window, only draw half the...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Only send end guard if begin was sent, from George...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Include prefix on ids, from George Nachman.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Don't zoom windows with one pane, from Romain Francoise.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | We ignore SIGWINCH until ready, so send a MSG_RESIZE...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Use single stdout and stderr for control clients.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Add time and a command count to control mode guards...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Fix handling of short (< 4 character) checksums and...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Do not redraw panes if invisible.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Rename session idx to session id throughout and add...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Add wait-for -L and -U for lock and unlock, from Thiago...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Add a wait-for command which blocks a client on a named...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Allow lastgc to be NULL in grid_string_cells so find...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Do not leak command in formats, from Romain Francoise.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Add some additional debug logging.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Continue the parent cmdq after sourcing a file.
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Preserve trailing spaces with capture-pane -J, from...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | tty.path can be NULL, don't dereference it. From George...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Remove some unused/unnecessary control notifications...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Add -q flags to shut up errors to capture-pane and...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Send DSC 1000p at the beginning of a -CC client's lifetime...
|
commit | commitdiff | tree |
2013-03-25 |
Nicholas Marriott | Remove previous.
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add -A flag to new-session to make it behave like attach...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add resize-pane -Z to temporary zoom the active pane...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add a -o option to set-option to prevent setting an...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add a command queue to standardize and simplify commands...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Expand format variables in the run-shell and if-shell...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add pane_tabs format to format_window_pane based on...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Handle focus events from the terminal, from Aaron Jensen.
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Fix error reporting for client commands by adding a...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Do pane resize ioctls once at the end of the server...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add option command-prefix which is automatically prepended...
|
commit | commitdiff | tree |
2013-03-24 |
Nicholas Marriott | Add support for focus notifications when tmux pane...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Couple of fixes pointed out by jmc.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add a load of miscellaneous pane formats, from George...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add session_set_current helper function, extracted...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add -C and -J to capture pane to escape control sequences...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | evbuffer_readline returns allocated storage, don't...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Need to set clients in context before changing their...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Fix so capture-pane/save-buffer can work in control...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add copy-pipe mode command to copy selection and also...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add -e flag to capture-pane to include embedded ANSI...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Don't use a target-client for stdout, just always cmdclient.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Remove unnecessary initializers of cmd_ctx.
|
commit | commitdiff | tree |