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 |
2013-03-22 |
Nicholas Marriott | load_cfg can actually use the same context now they...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add functions to allocate and free command contexts...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Prevent lock on control clients, not on others.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Don't try to print unterminated strings when loading...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Unbreak line wrapping.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Use tty_raw on stop, not tty_puts.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Don't hang when clearing line in choose mode now that...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Fix double space in sessions template.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add resize-pane -x and -y for absolute pane size (much...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Implement DECAWM (SM/RM 7) using existing MODE_WRAP...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Correctly handle UTF8 mouse option being toggled, from...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Support the latest theory for mouse input, this is...
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | Add client_session and client_last_session formats.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | No more lint means no more ARGSUSED.
|
commit | commitdiff | tree |
2013-03-22 |
Nicholas Marriott | In terminals with XT, turn on modifyOtherKeys=1 with...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Instead of loads of little screen_write_*_on and off...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Add various checks to turn off bits that can't work...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Do not include status line in size calculations in...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Don't set key KEYC_NONE on xterm_keys_find match()
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Include the \033 in the key tree and adjust key matching...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Support capture-pane -p to send to stdout.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Fix a couple of memory leaks, from Romain Francoise.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Make choose-tree actually work again.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Fix a comment for new key table names.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Tidy by splitting default key tables into two.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Add -c to refresh-client to set client size in control...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Aargh. Spaces -> tabs.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Clarify choose-tree entry in man page.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Run session command before window in choose-tree.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Do not crash when calling choose-tree with a command...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Fix constness of cmd_template_replace, window_choose_add_ite...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Add user options, prefixed with @. May be set to any...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Add -v to set and setw to show only option value.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Add a format client_prefix which is 1 if prefix key...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Show alias in lscm output.
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Rework reflow code so it does not do so much allocation...
|
commit | commitdiff | tree |
2013-03-21 |
Nicholas Marriott | Allow choose commands to be used outside tmux, so long...
|
commit | commitdiff | tree |
2013-02-05 |
Nicholas Marriott | Automatically reflow wrapped lines when a pane is resized...
|
commit | commitdiff | tree |
2013-02-05 |
Nicholas Marriott | Don't set some string formats if the string is NULL.
|
commit | commitdiff | tree |
2013-01-30 |
Nicholas Marriott | Unused variable/type nit from Thomas Adam.
|
commit | commitdiff | tree |
2013-01-18 |
Nicholas Marriott | Rather than having two grids for each pane, one for...
|
commit | commitdiff | tree |