aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
* signal.h for utempter, from David CARLIER.Nicholas Marriott2017-06-04
* Differences to OpenBSD.Nicholas Marriott2017-05-31
* Merge branch 'obsd-master'Thomas Adam2017-05-31
|\
| * Because we defer actually resizing applications (calling TIOCSWINSZ)nicm2017-05-31
| * Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* | Merge branch 'obsd-master'Thomas Adam2017-05-29
|\|
| * Add ||, && format operators and C: to search pane content.nicm2017-05-29
* | Merge branch 'obsd-master'Thomas Adam2017-05-12
|\|
| * Store copy mode search string in pane so search-again command works evennicm2017-05-12
* | Merge branch 'obsd-master'Thomas Adam2017-05-04
|\|
| * Some new notifications, mainly for active pane and current window andnicm2017-05-04
* | Merge branch 'obsd-master'Thomas Adam2017-04-28
|\|
| * Log what is happening with window and session reference counts much morenicm2017-04-28
| * Remove a reference from the right window when removing from a winlink'snicm2017-04-28
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Use fdforkpty() instead of our own unwrapped versions.nicm2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-04-20
|\|
| * Now that struct winlink has a session pointer, can remove some arguments.nicm2017-04-20
| * There is no real need for window_printable_flags to allocate, make itnicm2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-03-21
|\|
| * Fix pane movement by direction (up, down, left, right) whennicm2017-03-21
* | Merge branch 'obsd-master'Thomas Adam2017-03-13
|\|
| * Log where panes are created.nicm2017-03-13
* | Merge branch 'obsd-master'Thomas Adam2017-02-27
|\|
| * If splitw -b is used, insert the new pane before the current one in thenicm2017-02-27
* | Merge branch 'obsd-master'Thomas Adam2017-02-22
|\|
| * Minor bits: fix an array size, add comment, make grid_cell_entry static.nicm2017-02-22
* | Merge branch 'obsd-master'Thomas Adam2017-02-08
|\|
| * Remove event watermarks, don't work well enough to be worth it.nicm2017-02-08
* | Merge branch 'obsd-master'Thomas Adam2017-01-24
|\|
| * Shorten a long line, and don't leak buffer in paste_add if size is zero.nicm2017-01-24
* | 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