Age | Commit message (Expand) | Author |
2013-03-24 | Do pane resize ioctls once at the end of the server loop rather than | Nicholas Marriott |
2013-03-24 | Add support for focus notifications when tmux pane changes, based on | Nicholas Marriott |
2013-03-22 | Add session_set_current helper function, extracted from a diff from | Nicholas Marriott |
2013-03-22 | Add -C and -J to capture pane to escape control sequences and to join | Nicholas Marriott |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott |
2013-03-22 | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott |
2013-03-22 | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott |
2013-03-22 | Add functions to allocate and free command contexts rather than doing it | Nicholas Marriott |
2013-03-22 | Fix double space in sessions template. | Nicholas Marriott |
2013-03-22 | Add resize-pane -x and -y for absolute pane size (much requested). | Nicholas Marriott |
2013-03-22 | Support the latest theory for mouse input, this is enabled/disabled with | Nicholas Marriott |
2013-03-21 | Instead of loads of little screen_write_*_on and off functions which | Nicholas Marriott |
2013-03-21 | Include the \033 in the key tree and adjust key matching for this change. | Nicholas Marriott |
2013-03-21 | Tidy by splitting default key tables into two. | Nicholas Marriott |
2013-03-21 | Fix constness of cmd_template_replace, window_choose_add_item and | Nicholas Marriott |
2013-03-21 | Add -v to set and setw to show only option value. | Nicholas Marriott |
2013-03-21 | Rework reflow code so it does not do so much allocation which should be | Nicholas Marriott |
2013-03-21 | Allow choose commands to be used outside tmux, so long as at least one | Nicholas Marriott |
2013-03-21 | Remove free callback for window_choose_data objects. | Nicholas Marriott |
2013-03-21 | Miscellaneous tidying of choose API, including: | Nicholas Marriott |
2013-02-05 | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott |
2013-01-18 | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott |
2013-01-17 | Remove the layout undo/redo code which never really worked. | Nicholas Marriott |
2013-01-15 | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. | Nicholas Marriott |
2013-01-15 | If timing between keys is less than (by default) 1 millisecond, assume | Nicholas Marriott |
2012-12-24 | Add missing function prototype. | Nicholas Marriott |
2012-11-27 | Fix return value of load_cfg, from Thomas Adam. | Nicholas Marriott |
2012-11-27 | Support middle-click paste, based on a diff from Ailin Nemui. | Nicholas Marriott |
2012-11-27 | Support the 47 and 1047 SM and RM sequences (alternate screen without | Nicholas Marriott |
2012-11-27 | Correctly aggregate together errors from nested config files (with | Nicholas Marriott |
2012-11-22 | Put helper function back, will be needed in a bit. | Nicholas Marriott |
2012-11-22 | Instead of worrying about xterm version, send DA and read DEC service | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-11-05 | Show last client activity time in default choose-client list. | Nicholas Marriott |
2012-10-26 | Make mouse event structure clearer by defining events (up, click, drag) | Nicholas Marriott |
2012-10-02 | Allow session tree (C-b s) to expand and collapse sessions with | Nicholas Marriott |
2012-09-25 | Add notification for input from a pane, from George Nachman. | Nicholas Marriott |
2012-09-24 | Add control_write_buffer, from George Nachman. | Nicholas Marriott |
2012-09-24 | Use pgrp of pty fd not pid of immediate child when recovering current | Nicholas Marriott |
2012-09-03 | When choosing a pane found by find-window, switch to that pane rather | Nicholas Marriott |
2012-09-03 | add cmd-choose-list to allow arbitrary options to be selected. From | Nicholas Marriott |
2012-09-03 | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott |
2012-08-21 | Fix up window reference counting and don't crash if the rename timer | Nicholas Marriott |
2012-08-14 | Use a separate define for each default format template and strip clutter | Nicholas Marriott |
2012-08-11 | Instead of numbering choose mode items 0-9a-z and then nothing, number | Nicholas Marriott |
2012-07-13 | Add a queue of notifys and a way to turn them off and on (we do not want | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott |
2012-07-08 | Clear flags across all sessions, from Thomas Adam. | Nicholas Marriott |