- 88b66e9 Free buffer earlier to avoid confusing some compilers, GitHub issue 2382. by nicm · 4 years, 2 months ago
- ed946dc Some other warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
- 3206869 Add -q flag to unbind-key to hide errors, GitHub issue 2381. by nicm · 4 years, 2 months ago
- 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
- 1fed7e8 Allow -N without a command to change or add a note to an existing key. by nicm · 4 years, 3 months ago
- 9b45ba8 calloc cb data so the client is NULL. by nicm · 4 years, 3 months ago
- eadf18b Do not free old session working directory until after expanding the new by nicm · 4 years, 3 months ago
- e538bef Check started flag before looking for capability. by nicm · 4 years, 3 months ago
- 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 3 months ago
- 60860ac Add -F to set-environment and source-file; GitHub issue 2359. by nicm · 4 years, 3 months ago
- b2a262e Only print below number when there is enough space. by nicm · 4 years, 3 months ago
- 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 3 months ago
- 20fcdcf Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317. by nicm · 4 years, 3 months ago
- e4a4fcf Old Terminal.app versions do not respond correctly to secondary DA, by nicm · 4 years, 3 months ago
- 43e3e53 Do not run off end of string when stripping delays, reported by Dave Vandervies. by nicm · 4 years, 3 months ago
- d095752 Add n: modifier to get length of a format, also automatically expand by nicm · 4 years, 3 months ago
- d8b6560 Set alert flag for the current window if the session is unattached. by nicm · 4 years, 3 months ago
- f08bfa7 Respond to colour requests if a colour is available, from Michal Goral. by nicm · 4 years, 3 months ago
- 212c0c1 Do not force line width to grid width because it may need to be larger by nicm · 4 years, 4 months ago
- df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 4 months ago
- 82c65e3 Also ignore SIGQUIT so it can't be used to kill the client when locked. by nicm · 4 years, 4 months ago
- 944177e Trim newline from ctime, from Thomas Adam. by nicm · 4 years, 4 months ago
- 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 4 months ago
- d329b03 Add a hook when the pane title changed. by nicm · 4 years, 4 months ago
- 112b0f4 Check all lists if option not found already. by nicm · 4 years, 4 months ago
- 1f5e520 Correct checks for window borders. by nicm · 4 years, 4 months ago
- 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 4 years, 4 months ago
- 3b089fc Properly escape a backslash. by daniel · 4 years, 4 months ago
- 5e008ee Renumber after killing windows for choose-tree. by nicm · 4 years, 4 months ago
- 8f1179d Handle padding cells correctly when searching, GitHub issue 2301. by nicm · 4 years, 4 months ago
- 468be2a Do not dereference NULL environment variable value, GitHub issue 2304. by nicm · 4 years, 4 months ago
- f26b7b7 Clarify /tmp permissions and use, GitHub issue 2300. by nicm · 4 years, 4 months ago
- 2aa177d Do not eliminate redundant clears, the code is wrong and doing it by nicm · 4 years, 5 months ago
- 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
- 2bf612a Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. by nicm · 4 years, 5 months ago
- 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 4 years, 5 months ago
- 43e1577 Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. by nicm · 4 years, 5 months ago
- 2b1e8d0 Check if client is NULL before using it, GitHub issue 2295. by nicm · 4 years, 5 months ago
- 2a9bdb7 Replace TAILQ concatenation loop with TAILQ_CONCAT by bket · 4 years, 5 months ago
- b6aeb86 Check for no pane border status line separately from top/bottom. by nicm · 4 years, 5 months ago
- 74df707 Fix 0x Unicode character parsing, GitHub issue 2286. by nicm · 4 years, 5 months ago
- f69bdda Silently ignore -a or -b if the window index doesn't exist and create by nicm · 4 years, 5 months ago
- 5340bf5 Correctly redraw pane border bottom line when the status line is on and by nicm · 4 years, 5 months ago
- 2964dde Use xvasprintf not vasprintf. by nicm · 4 years, 5 months ago
- 068b92b The redraw callback could be fired with a NULL pane if it updates while by nicm · 4 years, 5 months ago
- 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
- 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 5 months ago
- afe4ea4 Correctly move to previous line when looking for previous word, from Derry Jing. by nicm · 4 years, 5 months ago
- 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 5 months ago
- d52ac7d Do not wait on shutdown for commands started with run -b. by nicm · 4 years, 5 months ago
- d8d7769 Check if a pane needs to be paused when output is written rather than by nicm · 4 years, 5 months ago
- 4c3bdc5 move-pane also defaults to marked pane now, reported by Ben Challenor. by nicm · 4 years, 5 months ago
- cf63465 Fix quoting with newlines and single quotes. by nicm · 4 years, 5 months ago
- 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
- cf13d1e Fix a crash when completing sessions, from Anindya Mukherjee. by nicm · 4 years, 6 months ago
- 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 6 months ago
- 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
- fddcad6 When the pause-after flag is set, send an alternative %extended-output by nicm · 4 years, 6 months ago
- fee585e Include width in error message. by nicm · 4 years, 6 months ago
- c60389a It is not sensible to store pointers into an array we are going to by nicm · 4 years, 6 months ago
- a4a3d89 Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which by nicm · 4 years, 6 months ago
- d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
- 03b2998 Do not take the address of a potentially unaligned member. by nicm · 4 years, 6 months ago
- c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 6 months ago
- 4e5e2c1 Now that we mostly only search visible text, the rate limit on repeating by nicm · 4 years, 6 months ago
- c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
- d9cd493 Reset wrapped flag when clearing or moving lines, GitHub issue 2215. by nicm · 4 years, 6 months ago
- 2154e1f Search marks outside the visible text are not useful, so there is no by nicm · 4 years, 6 months ago
- c4732af Some improvements to performance of searching: by nicm · 4 years, 6 months ago
- 4403afe A } can go on the same line as a command. by nicm · 4 years, 6 months ago
- 4ea3370 Shorten some long lines. by nicm · 4 years, 6 months ago
- a9bf536 Correct respawn-* - they don't always use the creation command. by nicm · 4 years, 6 months ago
- dc74d2e Make the -no-clear command variants not clear the search marks either. by nicm · 4 years, 6 months ago
- d3c5202 Allow strings to span multiple lines - newlines and any leading by nicm · 4 years, 6 months ago
- b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 4 years, 6 months ago
- 3f6af41 Make paste -p the default for ], GitHub issue 2248. by nicm · 4 years, 6 months ago
- 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 6 months ago
- 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 4 years, 6 months ago
- f5366ff Missing ; in previous. by nicm · 4 years, 6 months ago
- 5fbae8c Fire copy-pipe command even if there is no text, means it works if it by nicm · 4 years, 6 months ago
- 7e501f1 UTF-8 keys need to be big endian so the size bits are at the top. by nicm · 4 years, 6 months ago
- 822ee4e Fail rather than fatal on UTF-8 width 0. by nicm · 4 years, 6 months ago
- f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
- 563b733 Remove blocks from queue when pane disappears. by nicm · 4 years, 6 months ago
- 8339702 Check the right thing for maximum client buffer size. by nicm · 4 years, 6 months ago
- 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
- 674ec41 Try without cursor/keypad flags if a key doesn't exist, and limit ctrl by nicm · 4 years, 6 months ago
- a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
- 175e450 Add -i to find-window to ignore case. by nicm · 4 years, 6 months ago
- bda2a02 Fix ASCII keys with send-keys -l. by nicm · 4 years, 6 months ago
- f336599 Make padding cell a valid character. by nicm · 4 years, 6 months ago
- 2ced370 Tweak some out of date bits, reported by bcgraham. by nicm · 4 years, 6 months ago
- ff6f2ff Return new character properly when converting to data. by nicm · 4 years, 6 months ago
- 392b381 Apply -n when only one pane in the window. by nicm · 4 years, 6 months ago
- 370f0bb Remove leftover debug logging and fix comparison. by nicm · 4 years, 6 months ago
- ca0166f Do not try to use the last marked pane if it is invalid. by nicm · 4 years, 6 months ago
- ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
- 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 4 years, 6 months ago
- 35779d6 Fix definition of padding cells so they are not extended cells. by nicm · 4 years, 6 months ago
- 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 4 years, 6 months ago