summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2018-03-16Insert full size panes at the right position, from KOIE Hidetaka inNicholas Marriott
2018-03-08Add a missing client-detached hook when the server shuts down, and doNicholas Marriott
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer toNicholas Marriott
2018-02-16Reflowing the grid in-place involved way too much memmove() for a bigNicholas Marriott
2018-02-05Add struct status_line to hold status line members of struct client, notNicholas Marriott
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBNicholas Marriott
2018-01-18Remove unused hooks_run function, from Thomas Adam.Nicholas Marriott
2017-12-19Report better error from server when socket create fails, GitHub issueNicholas Marriott
2017-11-15Add a common function for spreading out cells and use it for the twoNicholas Marriott
2017-11-15Completely rewrite the reflow code to correctly handle double widthNicholas Marriott
2017-11-03Support mouse on preview in tree mode.Nicholas Marriott
2017-11-02Make the mode draw function use the parent screen directly rather thanNicholas Marriott
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't doNicholas Marriott
2017-11-02Only show the first member of session groups in tree mode (-G flagNicholas Marriott
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldNicholas Marriott
2017-10-16Infrastructure for drawing status lines of more than one line in height,Nicholas Marriott
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromNicholas Marriott
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-08-30Instead of overloading the line clear function to mean free ifNicholas Marriott
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-28Do not forbid targets to specify non-visible panes - the checks forNicholas Marriott
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.Nicholas Marriott
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean noNicholas Marriott
2017-08-16Rename BELL_* values to ALERT_* now they are used by more than bells,Nicholas Marriott
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-07-26Make bell, activity and silence alerting more consistent:Nicholas Marriott
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't workNicholas Marriott
2017-07-12Move signal code into proc.c.Nicholas Marriott
2017-07-12Make shell_command a global like other stuff rather than making it anNicholas Marriott
2017-07-12proc_send_s now seems unnecessary.Nicholas Marriott
2017-07-09Some extra logging to show why tmux might exit.Nicholas Marriott
2017-07-03Change previous to not wait for both process exit and pty close -Nicholas Marriott
2017-07-03Do not close panes until process has exited and any outstanding dataNicholas Marriott
2017-06-30Try to show a better preview of sessions and windows in tree mode.Nicholas Marriott
2017-06-28Apply the xterm key flag when needed for send-keys, fixes problemNicholas Marriott
2017-06-23Add user-keys option to allow user-defined keys to be set, from DanNicholas Marriott
2017-06-12Add explicit keys for the bracketed paste sequences, both to avoid mixNicholas Marriott
2017-06-09Extend filters (f key) to buffer and client mode and add -f flag toNicholas Marriott
2017-06-09Add -O option to choose-* to set initial sort order.Nicholas Marriott
2017-06-07Return 1 if name matches not 0, also fix some spaces.Nicholas Marriott
2017-06-07Add simple searching (C-s and n) to the various choose modes: by nameNicholas Marriott
2017-06-04Be more strict about escape sequences that rename windows or set titles:Nicholas Marriott
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. AlsoNicholas Marriott
2017-05-31Some applications like vi(1) and tmux until 10 minutes or so ago, do notNicholas Marriott
2017-05-31It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size hasNicholas Marriott
2017-05-31Because we defer actually resizing applications (calling TIOCSWINSZ)Nicholas Marriott
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isNicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-29Add a flag to stop the prompt input being expanded.Nicholas Marriott
2017-05-29Store a copy of the old status line, will be needed soon for new choose mode.Nicholas Marriott