summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2020-05-16Expand target from client and use it to expand the prompt.Nicholas Marriott
2020-05-16Move editor stuff to common code in popup.c.Nicholas Marriott
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') byNicholas Marriott
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running aNicholas Marriott
2020-05-16Do not loop forever when search finds an empty match, GitHub issue 2203.Nicholas Marriott
2020-05-16Fix next-matching-bracket logic, from Chris Barber.Nicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-05-16Support embedded styles in the display-message message, GitHub issueNicholas Marriott
2020-05-16Store and restore cursor position when copy mode is resized, fromNicholas Marriott
2020-05-16Allow a custom time format to be given to the t format modifier.Nicholas Marriott
2020-05-16Change message log to be per server rather than per client and includeNicholas Marriott
2020-05-16Add M-+ and M-- to expand and collapse all items in tree mode.Nicholas Marriott
2020-05-16Change the existing client flags for control mode to apply for anyNicholas Marriott
2020-05-16Only redraw popup on the client it belongs to.Nicholas Marriott
2020-05-16Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various otherNicholas Marriott
2020-05-16Add formats for after hook command arguments.Nicholas Marriott
2020-05-16Try to search the entire history first for up to 200 ms so a searchNicholas Marriott
2020-05-16Do not need to work out status line offset, we already have it.Nicholas Marriott
2020-05-16Use VIS_CSTYLE for paste buffers also.Nicholas Marriott
2020-05-16Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-05-16Rename and tidy some stuff in struct tty_ctx.Nicholas Marriott
2020-05-16Add -e for new-session to set environment variables.Nicholas Marriott
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-05-16Use formats for status-style and message-style.Nicholas Marriott
2020-05-16Complete partial window indexes properly.Nicholas Marriott
2020-05-16Add -W and -T flags to command-prompt to only complete a window and aNicholas Marriott
2020-05-16Copy mode search improvements:Nicholas Marriott
2020-05-16Improve command prompt completion:Nicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-05-16Call format_defaults_window for panes as well.Nicholas Marriott
2020-05-16Use a grid cell not a style for the pane style.Nicholas Marriott
2020-05-16Instead of forbidding invalid session names, sanitize them like windowNicholas Marriott
2020-05-16Instead of having a default set of terminals in terminal-overrides thatNicholas Marriott
2020-05-16Do not redraw or update mode if nothing has changed.Nicholas Marriott
2020-05-16Add feature and capabilities for focus reporting. Also document AX andNicholas Marriott
2020-05-16Add a feature for bracketed paste.Nicholas Marriott
2020-05-16Add a feature for strikethrough.Nicholas Marriott
2020-05-16Move terminal features into a single file.Nicholas Marriott
2020-05-16Build list of paths and weed out duplicates before loading configs, andNicholas Marriott
2020-05-16Add extension terminfo(5) capabilities for margins.Nicholas Marriott
2020-05-16Response is iTerm2 not not ITerm2.Nicholas Marriott
2020-05-16Remove support for iTerm2's DSR 1337 extension and use the CSI > qNicholas Marriott
2020-05-16Add an attribute for ACS.Nicholas Marriott
2020-05-16Tweak the default choose modes formats:Nicholas Marriott
2020-05-08imsg.h needs uio.h, pointed out by deraadtNicholas Marriott
2020-04-30Do not remove the automatic-rename option from the global set, only fromNicholas Marriott
2020-04-27Do not close the stdout file descriptor in control mode as it will beNicholas Marriott
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-23Overrides need to be applied both before and after features in case theyNicholas Marriott
2020-04-23Fix a couple of memory leaks, one when creating a new pane and one whenNicholas Marriott