summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2020-07-03Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.Nicholas Marriott
2020-07-03Check if client is NULL before using it, GitHub issue 2295.Nicholas Marriott
2020-06-29Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27Check for no pane border status line separately from top/bottom.Nicholas Marriott
2020-06-27Fix 0x Unicode character parsing, GitHub issue 2286.Nicholas Marriott
2020-06-25Silently ignore -a or -b if the window index doesn't exist and createNicholas Marriott
2020-06-23Correctly redraw pane border bottom line when the status line is on andNicholas Marriott
2020-06-23Use xvasprintf not vasprintf.Nicholas Marriott
2020-06-18The redraw callback could be fired with a NULL pane if it updates whileNicholas Marriott
2020-06-18Add a flag to make a client wait for an empty line before exiting inNicholas Marriott
2020-06-16d and D keys to reset to default in customize mode.Nicholas Marriott
2020-06-16Correctly move to previous line when looking for previous word, fromNicholas Marriott
2020-06-13Add -b flags to insert a window before (like the existing -a for after)Nicholas Marriott
2020-06-12Do not wait on shutdown for commands started with run -b.Nicholas Marriott
2020-06-12Check if a pane needs to be paused when output is written rather thanNicholas Marriott
2020-06-12move-pane also defaults to marked pane now, reported by Ben Challenor.Nicholas Marriott
2020-06-12Fix quoting with newlines and single quotes.Nicholas Marriott
2020-06-11Add some formats for search in copy mode (search_present, search_match).Nicholas Marriott
2020-06-11Fix a crash when completing sessions, from Anindya Mukherjee.Nicholas Marriott
2020-06-11Add a -A option to pause a pane manually.Nicholas Marriott
2020-06-10Instead of a buffer size limit on each pane, set a limit of 300 secondsNicholas Marriott
2020-06-10When the pause-after flag is set, send an alternative %extended-outputNicholas Marriott
2020-06-09Include width in error message.Nicholas Marriott
2020-06-09It is not sensible to store pointers into an array we are going toNicholas Marriott
2020-06-06Use bitshifts instead of a union for encoding UTF-8 into 32 bits, whichNicholas Marriott
2020-06-05Change how panes are resized so that the code is clearer and if the paneNicholas Marriott
2020-06-05Do not take the address of a potentially unaligned member.Nicholas Marriott
2020-06-05Fix various confusion about am vs xenl.Nicholas Marriott
2020-06-05Now that we mostly only search visible text, the rate limit on repeatingNicholas Marriott
2020-06-05Add support for pausing a pane when the output buffered for a controlNicholas Marriott
2020-06-04Reset wrapped flag when clearing or moving lines, GitHub issue 2215.Nicholas Marriott
2020-06-04Search marks outside the visible text are not useful, so there is noNicholas Marriott
2020-06-04Some improvements to performance of searching:Nicholas Marriott
2020-06-04A } can go on the same line as a command.Nicholas Marriott
2020-06-04Shorten some long lines.Nicholas Marriott
2020-06-04Correct respawn-* - they don't always use the creation command.Nicholas Marriott
2020-06-04Make the -no-clear command variants not clear the search marks either.Nicholas Marriott
2020-06-04Allow strings to span multiple lines - newlines and any leadingNicholas Marriott
2020-06-04Instead of using a custom parse function to process {}, treat it as aNicholas Marriott
2020-06-03Make paste -p the default for ], GitHub issue 2248.Nicholas Marriott
2020-06-02Move the code to set up a padding cell into grid.c.Nicholas Marriott
2020-06-02Allow UTF-8 characters of width 0 to be stored, it is useful to be ableNicholas Marriott
2020-06-02Missing ; in previous.Nicholas Marriott
2020-06-02Fire copy-pipe command even if there is no text, means it works if itNicholas Marriott
2020-06-02UTF-8 keys need to be big endian so the size bits are at the top.Nicholas Marriott
2020-06-02Fail rather than fatal on UTF-8 width 0.Nicholas Marriott
2020-06-02Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlNicholas Marriott
2020-06-01Remove blocks from queue when pane disappears.Nicholas Marriott
2020-06-01Check the right thing for maximum client buffer size.Nicholas Marriott
2020-06-01Change format callback to return value rather than storing it in the entry.Nicholas Marriott