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