summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2021-08-13Add menu options to convert a popup into a pane.Nicholas Marriott
2021-08-13Add a menu when a popup is present (mouse only for now).Nicholas Marriott
2021-08-13Add -B flag to remove border from popup.Nicholas Marriott
2021-08-13Break message type stuff out into its own header.Nicholas Marriott
2021-08-13Change focus to be driven by events rather than walking all panes at endNicholas Marriott
2021-08-12Move hook format setup earlier and add a hook_client, GitHub issue 2809.Nicholas Marriott
2021-08-11Break the colour palette into a struct rather than just a single arrayNicholas Marriott
2021-08-11Return to applying pane-border-style to the area outside panes, GitHubNicholas Marriott
2021-08-06Add basic support for zero width joiners, GitHub issues 1605 and 2784.Nicholas Marriott
2021-07-21Do not close popups on resize, instead adjust them to fit, from AnindyaNicholas Marriott
2021-07-14Move default value for TERM into tmux.h.Nicholas Marriott
2021-06-10More accurate vi(1) word navigation in copy mode and on the status line.Nicholas Marriott
2021-06-10Add different command historys for different types of promptsNicholas Marriott
2021-06-10Improve logging of screen mode changes.Nicholas Marriott
2021-06-10Move "special" keys into the Unicode PUA rather than making them top bitNicholas Marriott
2021-06-10Change cursor style handling so tmux understands which sequences containNicholas Marriott
2021-06-10Change resize timers and flags into one timer and a queue which isNicholas Marriott
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported byNicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2021-04-05Fix a couple of edge cases with the jump-back-xxx commands, and alsoNicholas Marriott
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.Nicholas Marriott
2021-03-11Tidy old jobs every hour instead of every 30 seconds.Nicholas Marriott
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spaceNicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2021-03-02Drop support for popups where the content is provided directly to tmuxNicholas Marriott
2021-02-22Move config file path expansion much earlier, keep the list of pathsNicholas Marriott
2021-02-22There are many format variables now so allocating all the default onesNicholas Marriott
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,Nicholas Marriott
2021-02-17Move the call to setupterm() into the client and have it pass theNicholas Marriott
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsoNicholas Marriott
2021-02-11Add a couple of helper functions, and flush imsgs on exit.Nicholas Marriott
2021-02-11Move file handling protocol stuff all into file.c so it can be reusedNicholas Marriott
2021-02-05Send Unicode directional isolate characters around horizontal paneNicholas Marriott
2021-01-29Trim output overwritten by later text or clears completely rather thanNicholas Marriott
2021-01-20Change so that window_flags escapes # automatically which means configsNicholas Marriott
2021-01-18There is no need to clear every line entirely before drawing to it, thisNicholas Marriott
2021-01-17Add -N flag to never start server even if command would normally do so,Nicholas Marriott
2021-01-08Missed from last commit.Nicholas Marriott
2020-12-22Break cursor movement in grid into a common set of functions that canNicholas Marriott
2020-12-03Redraw any visible modes when status line changes so that formats likeNicholas Marriott
2020-10-30Add a -O flag to display-menu to change the mouse behaviour and notNicholas Marriott
2020-10-05Use the setal capability as well as (tmux's) Setulc.Nicholas Marriott
2020-09-22Fix warnings on some platforms with %llx and add a new message to handleNicholas Marriott
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.Nicholas Marriott
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issueNicholas Marriott
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atNicholas Marriott
2020-07-21Fix show-buffer when run from inside tmux, GitHub issue 2314.Nicholas Marriott
2020-07-06Add a way for control mode clients to subscribe to a format and beNicholas Marriott
2020-07-04kill-window -a cannot just walk the list of windows because ifNicholas Marriott