aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2017-01-23
|\|
| * Open /dev/ptm before pledge() and save it to be used for PTMGET laternicm2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2017-01-12
|\|
| * Put all palette functions together in the file.nicm2017-01-12
* | Merge branch 'obsd-master'Thomas Adam2017-01-12
|\|
| * Erm the aixterm colours should start at 8, not 7.nicm2017-01-12
| * Fix setting the palette of aixterm colours (90-97).nicm2017-01-12
* | Merge branch 'obsd-master'Thomas Adam2017-01-07
|\|
| * Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm2017-01-07
* | Merge branch 'obsd-master'Thomas Adam2016-11-16
|\|
| * Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin.nicm2016-11-16
* | Merge branch 'obsd-master'Thomas Adam2016-11-16
|\|
| * The target validity check used window_pane_visible but that may be falsenicm2016-11-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-19
|\|
| * Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-19
* | Merge branch 'obsd-master'Thomas Adam2016-10-18
|\|
| * Store the right size in the pipe offset for pipe-pane.nicm2016-10-18
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Give window_create and window_create1 better names.nicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * Add support for BCE (background colour erase). This makes various escapenicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-11
| * Fundamental change to how copy mode key bindings work:nicm2016-10-11
* | Merge branch 'obsd-master'Thomas Adam2016-09-28
|\|
| * Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered withnicm2016-09-28
* | Merge branch 'obsd-master'Thomas Adam2016-09-16
|\|
| * Swap watermarks from high (4096) to low (128) when we get full buffersnicm2016-09-16
* | Merge branch 'obsd-master'Thomas Adam2016-07-15
|\|
| * Tweak output of environment logging.nicm2016-07-15
| * Log environment to new panes.nicm2016-07-15
* | Remove duplicate daemon.c and time.h.Nicholas Marriott2016-06-27
* | Merge branch 'obsd-master'Thomas Adam2016-06-16
|\|
| * Allow a command to be specified to display-panes, similar tonicm2016-06-16
* | Linux: <time.h>Thomas Adam2016-06-16
* | Merge branch 'obsd-master'Thomas Adam2016-06-15
|\|
| * Copy mode needs to keep the original grid intact so it can copy from itnicm2016-06-15
* | Merge branch 'obsd-master'Thomas Adam2016-06-06
|\|
| * Insert new panes after the pane being split in the list rather thannicm2016-06-06
* | Merge branch 'obsd-master'Thomas Adam2016-05-30
|\|
| * Cache the window styles and do not look up the window-style optionsnicm2016-05-30
* | Merge branch 'obsd-master'Thomas Adam2016-04-29
|\|
| * Add option to include status text in the pane borders. Ifnicm2016-04-29
* | Merge branch 'obsd-master'Thomas Adam2016-04-29
|\|
| * The backoff timer is causing no end of trouble with disconnected clientsnicm2016-04-29
* | Merge branch 'obsd-master'Thomas Adam2016-03-02
|\|
| * Redraw status on mode entry and exit.nicm2016-03-01
* | Fire SIGCHLD after utempter_add_record since it probably eats it.Nicholas Marriott2016-02-17