aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* | Missing PANE_RESIZE define.Nicholas Marriott2013-02-22
* | Add support for focus notifications when tmux pane changes, based on work byNicholas Marriott2013-02-22
* | Add session_set_current helper function, extracted from a diff from AaronNicholas Marriott2013-02-21
* | Add -C and -J to capture pane to escape control sequences and to join wrappedNicholas Marriott2013-02-21
* | Need to set clients in context before changing their reference count.Nicholas Marriott2013-02-20
* | Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott2013-02-19
* | Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, fromNicholas Marriott2013-02-19
* | Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* | Fix double space in sessions template.Nicholas Marriott2013-02-18
* | Add resize-pane -x and -y for absolute pane size.Nicholas Marriott2013-02-18
* | Support the latest theory for mouse input, this is enabled/disabled with SM/RMNicholas Marriott2013-02-18
* | Instead of loads of little screen_write_*_on and off functions which justNicholas Marriott2013-02-17
* | Include the \033 in the key tree and adjust key matching for this change.Nicholas Marriott2013-02-16
* | Tidy by splitting default key tables into two.Nicholas Marriott2013-02-15
* | Fix constness of window_choose_add_item and _window.Nicholas Marriott2013-02-13
* | Fix constness of cmd_template_replace.Nicholas Marriott2013-02-13
* | Add -v to set and setw to show only option value.Nicholas Marriott2013-02-12
* | Rework reflow code so it does not do so much allocation which should be fasterNicholas Marriott2013-02-10
* | Allow choose commands to be used outside tmux, so long as at least one clientNicholas Marriott2013-02-10
* | Remove free callback for window_choose_data objects.Nicholas Marriott2013-02-10
* | Miscellaneous tidying of choose API, including:Nicholas Marriott2013-02-10
* | Merge branch 'obsd-master'Thomas Adam2013-02-07
|\|
| * Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott2013-02-05
* | Merge branch 'obsd-master'Thomas Adam2013-01-30
|\|
| * Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott2013-01-18
* | Merge branch 'obsd-master'Thomas Adam2013-01-17
|\|
| * Remove the layout undo/redo code which never really worked.Nicholas Marriott2013-01-17
| * Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott2013-01-15
| * If timing between keys is less than (by default) 1 millisecond, assumeNicholas Marriott2013-01-15
* | Merge branch 'obsd-master'Thomas Adam2012-12-31
|\|
| * Add missing function prototype.Nicholas Marriott2012-12-24
* | Merge branch 'obsd-master'Thomas Adam2012-12-08
|\|
| * Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott2012-11-27
* | Merge branch 'obsd-master'Thomas Adam2012-11-27
|\|
| * Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott2012-11-27
| * Support the 47 and 1047 SM and RM sequences (alternate screen withoutNicholas Marriott2012-11-27
* | Merge branch 'obsd-master'Thomas Adam2012-11-27
|\|
| * Correctly aggregate together errors from nested config files (withNicholas Marriott2012-11-27
* | Merge branch 'obsd-master'Thomas Adam2012-11-22
|\|
| * Put helper function back, will be needed in a bit.Nicholas Marriott2012-11-22
* | Merge branch 'obsd-master'Thomas Adam2012-11-22
|\|
| * Use a utility function for common code to show errors in config file,Nicholas Marriott2012-11-19
* | Merge branch 'obsd-master'Thomas Adam2012-11-08
|\|
| * Show last client activity time in default choose-client list.Nicholas Marriott2012-11-05
* | Merge branch 'obsd-master'Thomas Adam2012-10-26
|\|
| * Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott2012-10-26
* | Merge branch 'obsd-master'Thomas Adam2012-10-02
|\|
| * Allow session tree (C-b s) to expand and collapse sessions withNicholas Marriott2012-10-02
* | Merge branch 'obsd-master'Thomas Adam2012-09-25
|\|
| * Add notification for input from a pane, from George Nachman.Nicholas Marriott2012-09-25