summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2019-05-21Fix a couple of Ta from Alphonse Mariya.Nicholas Marriott
2019-05-20Fix ordering of source-file with multiple files and add flags to load_cfg.Nicholas Marriott
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.Nicholas Marriott
2019-05-20Add a helper to allocate a cmd_list.Nicholas Marriott
2019-05-20Fix the color space parameter in RGB SGR, from Brad Town.Nicholas Marriott
2019-05-18Move the single command flag (CMD_CONTROL) into the shared flags.Nicholas Marriott
2019-05-17Change a couple of ACS characters to be more sensible and add a fewNicholas Marriott
2019-05-17Initialize default size variables, from Thomas Adam.Nicholas Marriott
2019-05-15Fix dragging when in view mode rather than copy mode, GitHub issue 1740Nicholas Marriott
2019-05-14Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736.Nicholas Marriott
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.Nicholas Marriott
2019-05-13Always include Lock in the menu.Nicholas Marriott
2019-05-13Fix column width for copy mode commands.Nicholas Marriott
2019-05-12Oops, removed too much in last change.Nicholas Marriott
2019-05-12Fix some indentation and dead assignments.Nicholas Marriott
2019-05-12Add simple menus to tree, client, buffer modes.Nicholas Marriott
2019-05-12Remove menu_create_from_items, I thought I would use it for some laterNicholas Marriott
2019-05-11Don't use arguments with It and -enum, pointed out by jmc.Nicholas Marriott
2019-05-11Do not reduce window height by status line height for control modeNicholas Marriott
2019-05-10Fix a typo in previous (, -> :).Nicholas Marriott
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandNicholas Marriott
2019-05-10Add a function to draw a simple menu onto a screen.Nicholas Marriott
2019-05-09Save mouse buttons as well as position.Nicholas Marriott
2019-05-09send-keys also needs to insert key commands in the right order.Nicholas Marriott
2019-05-09Change swap-window -d to be the other way round (stay with src window),Nicholas Marriott
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.Nicholas Marriott
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