aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2018-02-16
|\|
| * Reflowing the grid in-place involved way too much memmove() for a bignicm2018-02-16
* | Merge branch 'obsd-master'Thomas Adam2018-02-05
|\|
| * Add struct status_line to hold status line members of struct client, notnicm2018-02-05
* | Merge branch 'obsd-master'Thomas Adam2018-02-04
|\|
| * Upstream ncurses has introduced terminfo capabilities to specify RGBnicm2018-02-04
* | Merge branch 'obsd-master'Thomas Adam2018-01-18
|\|
| * Remove unused hooks_run function, from Thomas Adam.nicm2018-01-18
* | Merge branch 'obsd-master'Thomas Adam2017-12-19
|\|
| * Report better error from server when socket create fails, GitHub issuenicm2017-12-19
* | Merge branch 'obsd-master'Thomas Adam2017-11-15
|\|
| * Add a common function for spreading out cells and use it for the twonicm2017-11-15
* | Merge branch 'obsd-master'Thomas Adam2017-11-15
|\|
| * Completely rewrite the reflow code to correctly handle double widthnicm2017-11-15
* | Merge branch 'obsd-master'Thomas Adam2017-11-03
|\|
| * Support mouse on preview in tree mode.nicm2017-11-03
* | Merge branch 'obsd-master'Thomas Adam2017-11-03
|\|
| * Make the mode draw function use the parent screen directly rather thannicm2017-11-02
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * Add a "fast" version of screen_write_copy for tree mode that doesn't donicm2017-11-02
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-25
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\|
| * Infrastructure for drawing status lines of more than one line in height,nicm2017-10-16
| * Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
* | Merge branch 'obsd-master'Thomas Adam2017-10-06
|\|
| * Add support for the xterm(1) title stack, from Brad Town, GitHub issuenicm2017-10-05
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Instead of overloading the line clear function to mean free ifnicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-08-28
|\|
| * Do not forbid targets to specify non-visible panes - the checks fornicm2017-08-28
* | Merge branch 'obsd-master'Thomas Adam2017-08-27
|\|
| * Use kind and kri for S-Up/Down as well as kUP and kDN.nicm2017-08-27
* | Merge branch 'obsd-master'Thomas Adam2017-08-16
|\|
| * Add -d flag to display-panes to specify timeout, and make 0 mean nonicm2017-08-16
| * Rename BELL_* values to ALERT_* now they are used by more than bells,nicm2017-08-16
* | Merge branch 'obsd-master'Thomas Adam2017-08-02
|\|
| * Add selection_present format so commands in copy mode can use it, GitHubnicm2017-08-02
* | Merge branch 'obsd-master'Thomas Adam2017-07-26
|\|
| * Make bell, activity and silence alerting more consistent:nicm2017-07-26
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Move signal code into proc.c.nicm2017-07-12
| * Make shell_command a global like other stuff rather than making it annicm2017-07-12
| * proc_send_s now seems unnecessary.nicm2017-07-12