summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2018-11-28Handle UTF-8 in word-separators option, GitHub issue 1551.Nicholas Marriott
2018-11-22Do not use PWD unless it actually matches the real working directory.Nicholas Marriott
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andNicholas Marriott
2018-11-15Add [template] to display-panes and choose-{buffer,client,tree} usagekn
2018-11-13Initialize context property in alignment test handler function.Nicholas Marriott
2018-11-12Allow style #[] in mode formats.Nicholas Marriott
2018-11-08It isn't possible to specify buffer name to copy mode commands now, soNicholas Marriott
2018-11-07If a non-repeating key is used when repeating, it should be treated asNicholas Marriott
2018-11-07There is no reason wait-for has to be restricted to outside tmux.Nicholas Marriott
2018-11-06Correctly unzoom and redraw panes in switch-client.Nicholas Marriott
2018-10-31Reset all flags in screen_write_reset, reported by Benjamin Poirier.Nicholas Marriott
2018-10-28Do not printf NULL.Nicholas Marriott
2018-10-28Do not check for a key again without an escape if only \033 is present.Nicholas Marriott
2018-10-25Add a "terminal" colour which can be used instead of "default" in styleNicholas Marriott
2018-10-18Document new refresh-client flags.Nicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-10-18Support OSC 52 ? to read the top buffer inside tmux (when set-clipboardNicholas Marriott
2018-10-18Support for extended underline styles on terminals which offer them,Nicholas Marriott
2018-10-03Do not move the cursor when the mouse wheel is used, GitHub issue 1493.Nicholas Marriott
2018-09-27Use same working directory rules for jobs as new windows rather thanNicholas Marriott
2018-09-25Allow panes to be 1 line or column by redrawing instead of using theNicholas Marriott
2018-09-24Only include pane status in minimum size if it is turned on, GitHubNicholas Marriott
2018-09-11The cursor position is limited to the margins for CUF and CUB, so turnNicholas Marriott
2018-09-11Do not check for mouse events on pane borders when zoomed, based on aNicholas Marriott
2018-09-10Do not clear selection when searching.Nicholas Marriott
2018-09-03Allow a large line number to go to the end with goto-line, from MarkNicholas Marriott
2018-09-03Fix selection test, from Takeshi Banse.Nicholas Marriott
2018-08-29Reset line flag when clearing selection, GitHub issue 1454.Nicholas Marriott
2018-08-29Keep any text killed in the command prompt with C-w and yank it withNicholas Marriott
2018-08-29Add C-Left and C-Right as aliases for M-b and M-f.Nicholas Marriott
2018-08-27Memory leaks, from Gang Fan in GitHub issue 1453.Nicholas Marriott
2018-08-26Add q: format prefix to escape sh(1) special characters. Suggested byNicholas Marriott
2018-08-23all_jobs can be static.Nicholas Marriott
2018-08-23Move job struct into job.c.Nicholas Marriott
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andNicholas Marriott
2018-08-20Move offset of window list into status struct.Nicholas Marriott
2018-08-20Add -Z to find-window as well.Nicholas Marriott
2018-08-20Fix problems with page scrolling in copy mode, GitHub issue 1440 fromNicholas Marriott
2018-08-19Add a flag to force redrawing of the status line even if the contentNicholas Marriott
2018-08-19Expand \u and \U escape sequences in command strings, from ChristopherNicholas Marriott
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and forNicholas Marriott
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachedNicholas Marriott
2018-08-18Some tidying and helper functions.Nicholas Marriott
2018-08-16Add the KEYC_XTERM flag to all function keys that imply a modifier soNicholas Marriott
2018-08-14Add size to arguments struct too.Nicholas Marriott
2018-08-14Some tidying, use a struct for arguments (there will be more later) andNicholas Marriott
2018-08-09Whoops, didn't mean to commit this.Nicholas Marriott
2018-08-09Bump the UTF-8 character array up to 18 to allow for more combiningNicholas Marriott
2018-08-05calloc the mode data instead of malloc and initialize everything.Nicholas Marriott
2018-08-02Log command arguments.Nicholas Marriott