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 |
2013-01-18 |
Nicholas Marriott | Style nits - return (x) not return x.
|
commit | commitdiff | tree |
2013-01-17 |
Nicholas Marriott | Do not allow cursor colours to be set beginning with...
|
commit | commitdiff | tree |
2013-01-17 |
Nicholas Marriott | Fix some blank line nits.
|
commit | commitdiff | tree |
2013-01-17 |
Nicholas Marriott | Remove the layout undo/redo code which never really...
|
commit | commitdiff | tree |
2013-01-15 |
Nicholas Marriott | Implement ECH (erase character, CSI X). Reported by...
|
commit | commitdiff | tree |
2013-01-15 |
Nicholas Marriott | If timing between keys is less than (by default) 1...
|
commit | commitdiff | tree |
2012-12-24 |
Nicholas Marriott | Add ^ and $ special command targets to select lowest...
|
commit | commitdiff | tree |
2012-12-24 |
Nicholas Marriott | Add -T option to select-window to toggle to last window...
|
commit | commitdiff | tree |
2012-12-24 |
Nicholas Marriott | Add missing function prototype.
|
commit | commitdiff | tree |
2012-12-24 |
Nicholas Marriott | Add a -u flag to choose-tree to start uncollapsed,...
|
commit | commitdiff | tree |
2012-12-13 |
Nicholas Marriott | Change load_cfg to fix a crash reported by jasper.
|
commit | commitdiff | tree |
2012-12-09 |
Nicholas Marriott | Use the CMD_*_USAGE defines consistently, from Thomas...
|
commit | commitdiff | tree |
2012-12-08 |
Nicholas Marriott | Handle resetting 256-colours properly when parsing...
|
commit | commitdiff | tree |
2012-12-06 |
Nicholas Marriott | Use strlcat not strncat in load_cfg and some other...
|
commit | commitdiff | tree |
2012-12-06 |
Nicholas Marriott | Fix argument order in a log statement.
|
commit | commitdiff | tree |
2012-12-06 |
Nicholas Marriott | Simplify command string parsing with a helper function...
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Fix return value of load_cfg, from Thomas Adam.
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Support middle-click paste, based on a diff from Ailin...
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Support the 47 and 1047 SM and RM sequences (alternate...
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Correctly aggregate together errors from nested config...
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Allow cmd-run-shell to accept -t to specify the pane...
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | When scrolling in copy mode with the mouse, scroll...
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Revert last, after discussion it isn't necessary.
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Add window-status-last-* options, from Boris Faure.
|
commit | commitdiff | tree |
2012-11-27 |
Nicholas Marriott | Fix session choice so that preferring unattached sessions...
|
commit | commitdiff | tree |
2012-11-26 |
Nicholas Marriott | Call realpath earlier on the socket directory path...
|
commit | commitdiff | tree |
2012-11-22 |
Nicholas Marriott | Put helper function back, will be needed in a bit.
|
commit | commitdiff | tree |
2012-11-19 |
Nicholas Marriott | Add halfpage commands to mode command string table...
|
commit | commitdiff | tree |
2012-11-19 |
Nicholas Marriott | Clarify some points about config files, notably that...
|
commit | commitdiff | tree |
2012-11-19 |
Nicholas Marriott | Use a utility function for common code to show errors...
|
commit | commitdiff | tree |
2012-11-05 |
Nicholas Marriott | Show last client activity time in default choose-client...
|
commit | commitdiff | tree |
2012-10-26 |
Nicholas Marriott | Make mouse event structure clearer by defining events...
|
commit | commitdiff | tree |
2012-10-25 |
Nicholas Marriott | Add ability to active pane in list-windows and find...
|
commit | commitdiff | tree |
2012-10-25 |
Nicholas Marriott | Fix BELL_NONE which had been broken in some code reorganisat...
|
commit | commitdiff | tree |
2012-10-25 |
Nicholas Marriott | Fix bad size in memcpy from Romain Francoise.
|
commit | commitdiff | tree |
2012-10-25 |
Nicholas Marriott | Fix typo bell->bells from Thomas Adam.
|
commit | commitdiff | tree |
2012-10-15 |
Nicholas Marriott | Fix some function prototypes from Helmut Tessarek.
|
commit | commitdiff | tree |
2012-10-11 |
Nicholas Marriott | Fix a use-after-free when collapsing the tree in choose...
|
commit | commitdiff | tree |
2012-10-09 |
Nicholas Marriott | Add tree keys to vi mode too, missed by accident.
|
commit | commitdiff | tree |
2012-10-02 |
Nicholas Marriott | Allow session tree (C-b s) to expand and collapse sessions...
|
commit | commitdiff | tree |
2012-10-02 |
Nicholas Marriott | Remove some out of date text from man page, from Thomas...
|
commit | commitdiff | tree |
2012-09-29 |
Nicholas Marriott | Do not test client flags against TTY_FREEZE bit, reported...
|
commit | commitdiff | tree |
2012-09-27 |
Nicholas Marriott | Do not leak file descriptor if not a tty, reported...
|
commit | commitdiff | tree |
2012-09-25 |
Nicholas Marriott | Add notification for input from a pane, from George...
|
commit | commitdiff | tree |
2012-09-25 |
Nicholas Marriott | Fix search forward so it can match strings on the last...
|
commit | commitdiff | tree |
2012-09-24 |
Nicholas Marriott | Add control_write_buffer, from George Nachman.
|
commit | commitdiff | tree |
2012-09-24 |
Nicholas Marriott | Use pgrp of pty fd not pid of immediate child when...
|
commit | commitdiff | tree |