summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2019-07-30Reorder some text in the windows & panes section and add some betterNicholas Marriott
2019-07-26Change "lost server" message to "server exited unexpectedly", from NealNicholas Marriott
2019-07-24Mark pane status line jobs with FORMAT_STATUS also so it redraws whenNicholas Marriott
2019-07-19Add a few vi(1) key aliases, from D Ben Knoble.Nicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-17Use the right client for if -b.Nicholas Marriott
2019-07-17Clear overlay on normal key press.Nicholas Marriott
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-15Simplify code to work out if an extra line is needed in the cell.Nicholas Marriott
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-07-10The command item changes so can't keep getting the target out of it, need to useNicholas Marriott
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-07-09Do not leak empty lines, GitHub issue 1824.Nicholas Marriott
2019-07-09Add j and k for navigation in menus, GitHub issue 1828.Nicholas Marriott
2019-07-08Clear search marks before resize, GitHub issue 1823.Nicholas Marriott
2019-07-08Use the clear history function for the 3J sequence rather than doing it manua...Nicholas Marriott
2019-07-06Correctly adjust mouse position if the status line is at the top andNicholas Marriott
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structNicholas Marriott
2019-07-05Do not use uninitialized buffer name.Nicholas Marriott
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-06-30Do not double free window if pane fails to start.Nicholas Marriott
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28asprintf returns -1, not an arbitrary value < 0. Also upon error theTheo de Raadt
2019-06-27minor eol issues;Jason McIntyre
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-26Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP.Nicholas Marriott
2019-06-26Pass keys that aren't 0-9 on to normal key processing when display-panesNicholas Marriott
2019-06-26Log window and pane resizes.Nicholas Marriott
2019-06-26Fix some comments (top/bottom not left/right).Nicholas Marriott
2019-06-26Add #define for the pane status line option position numbers.Nicholas Marriott
2019-06-24Expand arguments to C and s format modifiers (matches m which already expands).Nicholas Marriott
2019-06-24Trim trailing spaces when matching.Nicholas Marriott
2019-06-23Do not always set scope for panes because the window check might fail,Nicholas Marriott
2019-06-21Man page fixes from lacygoill at lacygoill dot me.Nicholas Marriott
2019-06-20Add -r to find-window for regex instead of fnmatch.Nicholas Marriott
2019-06-20Need to always check focus even if not current window.Nicholas Marriott
2019-06-20FIx return of options_scope_from_name on error.Nicholas Marriott
2019-06-20Fix how regex substitution works with empty matches.Nicholas Marriott
2019-06-20allow-rename and alternate-screen can be pane options.Nicholas Marriott
2019-06-20Still need to walk the options tree for user options.Nicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-06-20Add a helper function to work out option table from name.Nicholas Marriott
2019-06-20Add a -A flag to show-options to show parent options as well.Nicholas Marriott
2019-06-20Expand command formats in %if and move the config file loading later (toNicholas Marriott
2019-06-18Handle comments more correctly inside {}, from Avi Halachmi.Nicholas Marriott
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.Nicholas Marriott
2019-06-15Use the right format modifier when comparing, and remove a couple ofNicholas Marriott