summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
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
2020-04-22Improve join-pane, move-pane and break-pane:Nicholas Marriott
2020-04-22Indicate the marked pane in choose mode in reverse and add key to setNicholas Marriott
2020-04-22Add a session_marked format like window_marked.Nicholas Marriott
2020-04-22Update the cursor position when deleting lines from screens withoutNicholas Marriott
2020-04-22Change so main-pane-width and height can be given as a percentage.Nicholas Marriott
2020-04-21Move the background colour to clear with (if any) up as well as the dataNicholas Marriott
2020-04-21256 and RGB features can imply AX (for aixterm colours).Nicholas Marriott
2020-04-21Turn off the block flag to reset the state or the cursor will not beNicholas Marriott
2020-04-21Do not clear client pane redraw flags until the redraw actually happens.Nicholas Marriott
2020-04-21xterm* needs XT also.Nicholas Marriott
2020-04-20Always start sync for output in panes that are not the active pane.Nicholas Marriott
2020-04-20Apply terminal-overrides after terminal detection, it always takesNicholas Marriott
2020-04-20Change how sync works to always send the end sequence after all outputNicholas Marriott
2020-04-20Change the Sync capability to be a string instead of a flag.Nicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-04-20Also redraw panes which aren't pane 0. Problem reported by tb@.Nicholas Marriott