summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2021-08-17Revert previous; this is not how it should work.Nicholas Marriott
2021-08-17Start sync before drawing popup.Nicholas Marriott
2021-08-14Some other missing palette NULL checks, from oss-fuzz.Nicholas Marriott
2021-08-14Do not use NULL palette when clearing.Nicholas Marriott
2021-08-14Missing argument specifier for -c.Nicholas Marriott
2021-08-13Tweak how mouse works on popup: only Meta alone resizes or moves, notNicholas Marriott
2021-08-13Check callback needs to only return 0 (text should be suppressed) ifNicholas Marriott
2021-08-13Fill in some other bits on new panes.Nicholas Marriott
2021-08-13Add menu options to convert a popup into a pane.Nicholas Marriott
2021-08-13Adjust overlay check callback before drawing data from pty.Nicholas Marriott
2021-08-13Add a menu when a popup is present (mouse only for now).Nicholas Marriott
2021-08-13Add -B flag to remove border from popup.Nicholas Marriott
2021-08-13Break message type stuff out into its own header.Nicholas Marriott
2021-08-13Change focus to be driven by events rather than walking all panes at endNicholas Marriott
2021-08-13Set return code for confirm-before and make command-prompt also block,Nicholas Marriott
2021-08-12Make newline a style delimiter as well so they can cross multiple linesNicholas Marriott
2021-08-12Now that styles can contain formats, they need to be expanded whenNicholas Marriott
2021-08-12Use COLOUR_DEFAULT not hardcoded 8.Nicholas Marriott
2021-08-12Evaluate styles with the pane variables.Nicholas Marriott
2021-08-12Restore saved cursor position after a ZWJ rather than recalculating it.Nicholas Marriott
2021-08-12Do not dereference pane when it is NULL, fixes a crash when creating aNicholas Marriott
2021-08-12Move hook format setup earlier and add a hook_client, GitHub issue 2809.Nicholas Marriott
2021-08-11Break the colour palette into a struct rather than just a single arrayNicholas Marriott
2021-08-11Add pipe variants of the line copy commands. While here make the commandNicholas Marriott
2021-08-11Return to applying pane-border-style to the area outside panes, GitHubNicholas Marriott
2021-08-11Make confirm-before optionally block the invoking client like run-shell,Nicholas Marriott
2021-08-11OSC 52 can be long enough to make tmux think the output buffer is tooNicholas Marriott
2021-08-09Change copy-line and copy-end-of-line not to cancel and add -and-cancelNicholas Marriott
2021-08-06Add basic support for zero width joiners, GitHub issues 1605 and 2784.Nicholas Marriott
2021-08-06Add client focus hooks.Nicholas Marriott
2021-08-06Another minor fix - do not draw positions that are under the popup withNicholas Marriott
2021-08-06Tweak previous not to replace complete characters with spaces.Nicholas Marriott
2021-08-06Correctly draw wide characters that are partially obscured.Nicholas Marriott
2021-08-05Do not freeze output in panes when a popup is open, let them continue toNicholas Marriott
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.Nicholas Marriott
2021-07-28Make window-linked and window-unlinked window options, GitHub issueNicholas Marriott
2021-07-21Do not add height twice when calculating popup_mouse_top, from M Kelly.Nicholas Marriott
2021-07-21Do not close popups on resize, instead adjust them to fit, from AnindyaNicholas Marriott
2021-07-14Move default value for TERM into tmux.h.Nicholas Marriott
2021-07-13Give #() commands a one second grace period where the output is emptyNicholas Marriott
2021-07-13Only use client for sizing when not detached, GitHub issue 2772.Nicholas Marriott
2021-07-08Fix mouse_word format now word-separators has no space and position ofNicholas Marriott
2021-07-06Improve error reporting when the tmux /tmp directory cannot be createdNicholas Marriott
2021-07-06Forbid empty session names, GitHub issue 2758.Nicholas Marriott
2021-06-18Mention %1 under choose-tree also.Nicholas Marriott
2021-06-16Minor fixes to option descriptions.Nicholas Marriott
2021-06-16Pass Ctrl keys through as is when given as hex, GitHub issue 2724.Nicholas Marriott
2021-06-10fix some formatting errors;Jason McIntyre
2021-06-10Do not clear region based on current cursor position, this is notNicholas Marriott
2021-06-10Feature for the mouse since FreeBSD termcap does not have kmous.Nicholas Marriott