summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.Nicholas Marriott
2019-05-08Adjust how mouse targets are found so they always have a session, windowNicholas Marriott
2019-05-07Move around the display-panes identify code to make it a bit moreNicholas Marriott
2019-05-07Adjust the same bit to adjust the selection for history-top andNicholas Marriott
2019-05-07Rename the ENVIRONMENT section which was squatting on the standardIngo Schwarze
2019-05-07Treat keys in identify mode (display-panes) specially and handle themNicholas Marriott
2019-05-07Do not use evbuffer_add_buffer because it is destructive and doesn'tNicholas Marriott
2019-05-03Fix order of insertion in load_cfg.Nicholas Marriott
2019-05-03Allow panes to be empty (no command), output can be piped to them withNicholas Marriott
2019-05-03Insert after the right element on queue.Nicholas Marriott
2019-05-03Do not store the mouse position we calculate as the start of a drag backNicholas Marriott
2019-05-03Use the right index for user-keys.Nicholas Marriott
2019-05-03Fix mouse positioning when the pane is not entirely visible.Nicholas Marriott
2019-05-03Correct ordering when adding after an existing item.Nicholas Marriott
2019-05-03Instead of processing keys all together, put them up on the clientNicholas Marriott
2019-05-03Fix reverse attribute in status line, GitHub issue 1709.Nicholas Marriott
2019-05-02Fix up some bits about window-size that seem to have got lost.Nicholas Marriott
2019-05-01Remove unused variable from Thomas Adam.Nicholas Marriott
2019-04-30Fix user options after show-hooks merge, GitHub issue 1704.Nicholas Marriott
2019-04-30Don't redraw control clients, from George Nachman.Nicholas Marriott
2019-04-30Fix memory leak in window tree search, from Amos Bird.Nicholas Marriott
2019-04-29Add support for keys to jump between matching brackets - C-M-f and C-M-bNicholas Marriott
2019-04-28Support multiple occurances of the same argument. Use this for a newNicholas Marriott
2019-04-26Merge hooks into options and make each one an array option. This allowsNicholas Marriott
2019-04-26Destroy panes before options to avoid crash when forced into a mode by aNicholas Marriott
2019-04-26Unbreak main-vertical and main-horizontal layouts.Nicholas Marriott
2019-04-25options_array_item_value cannot return NULL.Nicholas Marriott
2019-04-25Need a fallback for -2 for aixterm colours.Nicholas Marriott
2019-04-25Make options_tostring allocate its result instead of using a stackNicholas Marriott
2019-04-25Need to escape ].Nicholas Marriott
2019-04-25Automatically scroll if dragging to create a selection with the mouseNicholas Marriott
2019-04-24Use bg not fg when adjusting for aixterm, from Ailin Nemui.Nicholas Marriott
2019-04-24Use setaf/setab for aixterm colours, from Ailin Nemui.Nicholas Marriott
2019-04-24Do not loop forever if there is a nonprintable character in the format.Nicholas Marriott
2019-04-23Somehow missed these bits in last commit.Nicholas Marriott
2019-04-23Indicate an array option with a flag rather than a special type so thatNicholas Marriott
2019-04-23Add -no-clear variants of copy-selection and copy-pipe which do notNicholas Marriott
2019-04-23Do not try to resize if the parent cell is NULL, problem reported byNicholas Marriott
2019-04-18Copy the code to infer the option type to show-options and document it.Nicholas Marriott
2019-04-18Pass target client and session to load_cfg from source-file so formatsNicholas Marriott
2019-04-18Update session activity on focus event, from tafryn at gmail dot com.Nicholas Marriott
2019-04-17mark up punctuation-as-macro-args properly;Jason McIntyre
2019-04-17Fix minimum size check on split and size of first cell on spread outNicholas Marriott
2019-04-17Rewrite main-vertical and horizontal to use the common spread out codeNicholas Marriott
2019-04-17Set the window size as well as the layout size when using the presetNicholas Marriott
2019-04-17Do not let the size of the pane status screen go negative.Nicholas Marriott
2019-04-17Document that switch-client can change all of session,window,pane andNicholas Marriott
2019-04-17Break new window and pane creation common code from various commands andNicholas Marriott
2019-04-08select-word was missing from the command list, from pawel-slowik.Nicholas Marriott
2019-04-07Current window style also needs to be tested for default.Nicholas Marriott