summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/control-notify.c
AgeCommit message (Expand)Author
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-13Add window_visible_layout which ignores zoomed panes and use it forNicholas Marriott
2015-04-24Convert clients list into a TAILQ.Nicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2014-04-23Differentiate between linked and unlinked window closes and renames,Nicholas Marriott
2013-03-26Fix compiler warnings, missing #include. From Thomas Adam.Nicholas Marriott
2013-03-25Include prefix on ids, from George Nachman.Nicholas Marriott
2013-03-25Write escaped output in control mode rather than hex, from GeorgeNicholas Marriott
2013-03-25Don't add prefix to %output pane id.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Remove some unused/unnecessary control notifications, from George Nachman.Nicholas Marriott
2012-09-25Add notification for input from a pane, from George Nachman.Nicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott