summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Instead of overloading the line clear function to mean free ifnicm
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-08-28Merge branch 'obsd-master'Thomas Adam
2017-08-28Do not forbid targets to specify non-visible panes - the checks fornicm
2017-08-27Merge branch 'obsd-master'Thomas Adam
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.nicm
2017-08-16Merge branch 'obsd-master'Thomas Adam
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean nonicm
2017-08-16Rename BELL_* values to ALERT_* now they are used by more than bells,nicm
2017-08-02Merge branch 'obsd-master'Thomas Adam
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubnicm
2017-07-26Merge branch 'obsd-master'Thomas Adam
2017-07-26Make bell, activity and silence alerting more consistent:nicm
2017-07-14Merge branch 'obsd-master'Thomas Adam
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Move signal code into proc.c.nicm
2017-07-12Make shell_command a global like other stuff rather than making it annicm
2017-07-12proc_send_s now seems unnecessary.nicm
2017-07-10Merge branch 'obsd-master'Thomas Adam
2017-07-09Some extra logging to show why tmux might exit.nicm
2017-07-03Merge branch 'obsd-master'Thomas Adam
2017-07-03Change previous to not wait for both process exit and pty close -nicm
2017-07-03Merge branch 'obsd-master'Thomas Adam
2017-07-03Do not close panes until process has exited and any outstanding datanicm
2017-07-01Merge branch 'obsd-master'Thomas Adam
2017-06-30Try to show a better preview of sessions and windows in tree mode.nicm
2017-06-28Merge branch 'obsd-master'Thomas Adam
2017-06-28Apply the xterm key flag when needed for send-keys, fixes problemnicm
2017-06-23Merge branch 'obsd-master'Thomas Adam
2017-06-23Add user-keys option to allow user-defined keys to be set, from Dannicm
2017-06-12Merge branch 'obsd-master'Thomas Adam
2017-06-12Add explicit keys for the bracketed paste sequences, both to avoid mixnicm
2017-06-09Merge branch 'obsd-master'Thomas Adam
2017-06-09Extend filters (f key) to buffer and client mode and add -f flag tonicm
2017-06-09Add -O option to choose-* to set initial sort order.nicm
2017-06-07Merge branch 'obsd-master'Thomas Adam
2017-06-07Return 1 if name matches not 0, also fix some spaces.nicm
2017-06-07Merge branch 'obsd-master'Thomas Adam
2017-06-07Add simple searching (C-s and n) to the various choose modes: by namenicm
2017-06-05Merge branch 'obsd-master'Thomas Adam
2017-06-04Be more strict about escape sequences that rename windows or set titles:nicm
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-05-31Some applications like vi(1) and tmux until 10 minutes or so ago, do notnicm
2017-05-31It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size hasnicm
2017-05-31Because we defer actually resizing applications (calling TIOCSWINSZ)nicm
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm