summaryrefslogtreecommitdiffstats
path: root/server-window.c
AgeCommit message (Expand)Author
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Remove the monitor-content option and associated bits and bobs. It'snicm
2014-04-05Merge branch 'obsd-master'Thomas Adam
2014-04-02Use the same logic for bell with and without visual-bell, from Filipnicm
2014-02-16Merge branch 'obsd-master'Thomas Adam
2014-02-14Do not need to call winlink_find_by_window, from Filip Moc.nicm
2013-03-21Add various checks to turn off bits that can't work in control modeNicholas Marriott
2013-02-17Add various checks to turn off bits that can't work in control mode (such asNicholas Marriott
2012-10-25Merge branch 'obsd-master'Thomas Adam
2012-10-25Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1144:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-08Clear flags across all sessions, from Thomas Adam.Nicholas Marriott
2012-06-18Sync OpenBSD patchset 1137:Tiago Cunha
2012-06-18Tidy up bell code, from Thomas Adam.Nicholas Marriott
2012-01-21Sync OpenBSD patchset 1003:Tiago Cunha
2012-01-21Only hide flags on the current window when the session is attached, fromNicholas Marriott
2011-08-25Sync OpenBSD patchset 949:Tiago Cunha
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-07-04Sync OpenBSD patchset 929:Tiago Cunha
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
2011-02-15Sync OpenBSD patchset 856:Tiago Cunha
2011-01-26Unused declaration.Nicholas Marriott
2010-12-22Sync OpenBSD patchset 806:Tiago Cunha
2010-12-21Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
2010-08-11Sync OpenBSD patchset 745:Tiago Cunha
2010-08-11Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott
2010-07-20Sync OpenBSD patchset 738:Tiago Cunha
2010-07-19Don't return if in the current window since we may want to report a bellNicholas Marriott
2010-06-22Sync OpenBSD patchset 724:Tiago Cunha
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-02-26Sync OpenBSD patchset 648:Tiago Cunha
2010-02-19copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-14Sync OpenBSD patchset 535:Tiago Cunha
2009-11-13Destroy panes immediately rather than checking them all every loop.Nicholas Marriott
2009-11-08Sync OpenBSD patchset 517:Tiago Cunha
2009-11-08Sync OpenBSD patchset 506:Tiago Cunha
2009-11-08Sync OpenBSD patchset 498:Tiago Cunha
2009-11-08Sync OpenBSD patchset 496:Tiago Cunha
2009-11-08Sync OpenBSD patchset 495:Tiago Cunha
2009-11-08Sync OpenBSD patchset 492:Tiago Cunha
2009-11-08Sync OpenBSD patchset 491:Tiago Cunha
2009-11-06Don't try enable/disable the event if the window pane is dead (fd == -1), asNicholas Marriott
2009-11-04Change window name change to use a timer event rather than a gettimeofday()Nicholas Marriott
2009-11-04Sync OpenBSD patchset 486:Tiago Cunha