aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-05-13
|\
| * If multiple arguments are given to new-session, new-window,nicm2014-05-13
| * Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-13
| * Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
| * Just use char ** for argv like normal people, not char *const *.nicm2014-05-09
| * Instead of forcing mouse scroll to 1 in choose mode, scale it downnicm2014-05-08
| * Both the two previous ways of navigating panes by direction havenicm2014-05-08
* | Merge branch 'obsd-master'Thomas Adam2014-04-24
|\|
| * There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Add some UTF-8 utility functions and use them to prevent the width limitnicm2014-04-17
| * Set PATH explicitly, either from client or sessionnicm2014-04-17
| * Don't limit the DCS buffer to 256 bytes, expand it as needed. Requestednicm2014-04-17
| * Correct the dance to fix the active pane in join-pane by pulling thenicm2014-04-17
| * Remove the "info" message mechanism, this was only used for about fivenicm2014-04-17
| * Remove the monitor-content option and associated bits and bobs. It'snicm2014-04-17
| * Remove a leftover prototype and fix some spacing.nicm2014-04-16
| * Remove the choose-list command to prepare for some later choose-* work.nicm2014-04-16
* | Merge branch 'obsd-master'Thomas Adam2014-04-05
|\|
| * Work out mouse scroll wheel effect when the mouse is first detected andnicm2014-04-03
| * Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-02
| * missed commit matching log.cderaadt2014-04-01
| * GRID_DEBUG is no longer needed.nicm2014-03-31
| * Remove unused log functions.nicm2014-03-31
| * Add names for mouse button bits rather than using magic numbers, fromnicm2014-03-31
| * Use hex constants rather than shifts for mouse events and flags, pointednicm2014-03-31
| * Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-31
| * Make session_attached a count and add session_many_attached flag.nicm2014-03-31
| * Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm2014-03-31
| * Having three *clock* files is ridiculous, remove clock.c.nicm2014-03-31
| * Change terminal-overrides to a server option (now that we have them), itnicm2014-02-23
* | Remove log_debug2 as well and simplify log.c.Nicholas Marriott2014-03-07
* | GRID_DEBUG is no longer needed.Nicholas Marriott2014-03-07
* | Remove unused log functions.Nicholas Marriott2014-03-07
* | Add names for mouse button bits rather than using magic numbers, from MarcelNicholas Marriott2014-03-06
* | Use hex constants rather than shifts for mouse events and flags, pointed out byNicholas Marriott2014-03-06
* | Add setb -a to append and a copy mode append command, from J Raynor with minorNicholas Marriott2014-03-06
* | Make session_attached a count and add session_many_attached flag.Nicholas Marriott2014-03-06
* | Add start-of-list, end-of-list, top-line and bottom-line in choice mode, fromNicholas Marriott2014-02-26
* | Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott2014-02-26
* | Use utempter to update utmp if it's around for configure, from madmaverick9 atNicholas Marriott2014-02-24
* | Merge branch 'obsd-master'Thomas Adam2014-01-31
|\|
| * Break up and simplify screen_redraw_screen.nicm2014-01-31
| * Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
| * Remember the last active pane in the top-bottom or left-right cell sonicm2014-01-28
| * Allow attach-session -t to accept a window and pane to select them onnicm2014-01-09
* | Merge branch 'obsd-master'Thomas Adam2013-11-14
|\|
| * Key to swap to other end of selection (bound to o with vi keys), from Jnicm2013-10-23
| * Do not run any command line command from the client which starts thenicm2013-10-20
| * Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm2013-10-10