summaryrefslogtreecommitdiffstats
path: root/server-window.c
AgeCommit message (Expand)Author
2014-04-17Remove the monitor-content option and associated bits and bobs. It'snicm
2014-04-02Use the same logic for bell with and without visual-bell, from Filipnicm
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
2012-10-25Fix BELL_NONE which had been broken in some code reorganisation or otherNicholas Marriott
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-18Tidy up bell code, from Thomas Adam.Nicholas Marriott
2012-01-21Only hide flags on the current window when the session is attached, fromNicholas Marriott
2011-08-24Add a tty_bell wrapper function, from Dylan Alex Simon.Nicholas Marriott
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
2011-01-26Unused declaration.Nicholas Marriott
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-08-11Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott
2010-07-19Don't return if in the current window since we may want to report a bellNicholas Marriott
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-02-19copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-13Destroy panes immediately rather than checking them all every loop.Nicholas Marriott
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-04Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott
2009-11-04Switch window pane pipe redirect fd over to a bufferevent.Nicholas Marriott
2009-11-04Switch tty fds over to a bufferevent.Nicholas Marriott
2009-11-04A couple of minor cosmetic changes.Nicholas Marriott
2009-11-04Initial changes to move tmux to libevent.Nicholas Marriott
2009-11-04Don't backoff based on suspended or deda clients as they are always likely toNicholas Marriott
2009-10-28If any client currently displaying a window pane has more than 1 KB of outputNicholas Marriott
2009-10-27Move the poll registration functions into the server-*.c files.Nicholas Marriott
2009-10-22Split the server code handling clients, jobs and windows off into separateNicholas Marriott