aboutsummaryrefslogtreecommitdiff
path: root/server-window.c
Commit message (Expand)AuthorAge
* Add various checks to turn off bits that can't work in control mode (such asNicholas Marriott2013-02-17
* Merge branch 'obsd-master'Thomas Adam2012-10-25
|\
| * Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott2012-10-25
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Clear flags across all sessions, from Thomas Adam.Nicholas Marriott2012-07-08
| * Tidy up bell code, from Thomas Adam.Nicholas Marriott2012-06-18
| * Only hide flags on the current window when the session is attached, fromNicholas Marriott2012-01-21
| * Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott2011-08-24
| * Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott2011-07-03
| * Unused declaration.Nicholas Marriott2011-01-26
| * Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
| * Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
| * Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott2010-08-11
| * Don't return if in the current window since we may want to report a bellNicholas Marriott2010-07-19
| * Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
| * copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott2010-02-19
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Destroy panes immediately rather than checking them all every loop.Nicholas Marriott2009-11-13
| * Don't try enable/disable the event if the window pane is dead (fd == -1), asNicholas Marriott2009-11-06
| * Change window name change to use a timer event rather than a gettimeofday()Nicholas Marriott2009-11-04
| * Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott2009-11-04
| * Switch window pane pipe redirect fd over to a bufferevent.Nicholas Marriott2009-11-04
| * Switch tty fds over to a bufferevent.Nicholas Marriott2009-11-04
| * A couple of minor cosmetic changes.Nicholas Marriott2009-11-04
| * Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
| * Don't backoff based on suspended or deda clients as they are always likely toNicholas Marriott2009-11-04
| * If any client currently displaying a window pane has more than 1 KB of outputNicholas Marriott2009-10-28
| * Move the poll registration functions into the server-*.c files.Nicholas Marriott2009-10-27
| * Split the server code handling clients, jobs and windows off into separateNicholas Marriott2009-10-22
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1144:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1137:Tiago Cunha2012-06-18
* Sync OpenBSD patchset 1003:Tiago Cunha2012-01-21
* Sync OpenBSD patchset 949:Tiago Cunha2011-08-25
* Sync OpenBSD patchset 929:Tiago Cunha2011-07-04
* Sync OpenBSD patchset 856:Tiago Cunha2011-02-15
* Sync OpenBSD patchset 806:Tiago Cunha2010-12-22
* Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
* Sync OpenBSD patchset 745:Tiago Cunha2010-08-11
* Sync OpenBSD patchset 738:Tiago Cunha2010-07-20
* Sync OpenBSD patchset 724:Tiago Cunha2010-06-22
* Sync OpenBSD patchset 648:Tiago Cunha2010-02-26
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 535:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 517:Tiago Cunha2009-11-08
* Sync OpenBSD patchset 506:Tiago Cunha2009-11-08
* Sync OpenBSD patchset 498:Tiago Cunha2009-11-08
* Sync OpenBSD patchset 496:Tiago Cunha2009-11-08
* Sync OpenBSD patchset 495:Tiago Cunha2009-11-08
* Sync OpenBSD patchset 492:Tiago Cunha2009-11-08