aboutsummaryrefslogtreecommitdiff
path: root/window.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2017-11-10
|\|
| * If we successfully change the directory, set PWD too to give the shell anicm2017-11-09
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\|
| * Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-12
* | 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-07-14
|\|
| * Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Block signals between forking and clearing signal handlers (or callingnicm2017-07-12
| * Move signal code into proc.c.nicm2017-07-12
* | Merge branch 'obsd-master'Thomas Adam2017-07-03
|\|
| * Change previous to not wait for both process exit and pty close -nicm2017-07-03
* | Merge branch 'obsd-master'Thomas Adam2017-07-03
|\|
| * Do not close panes until process has exited and any outstanding datanicm2017-07-03
* | Merge branch 'obsd-master'Thomas Adam2017-06-28
|\|
| * Apply the xterm key flag when needed for send-keys, fixes problemnicm2017-06-28
* | Merge branch 'obsd-master'Thomas Adam2017-06-05
|\|
| * Be more strict about escape sequences that rename windows or set titles:nicm2017-06-04
* | 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