summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-30Send SIGHUP since some programs ignore SIGTERM, from Eduardo Grajeda in GitHubHEADmasterNicholas Marriott
issue 3958.
2024-04-23Merge branch 'obsd-master'Thomas Adam
2024-04-23correct indentation; no functional changejsg
ok tb@
2024-04-15Merge branch 'obsd-master'Thomas Adam
2024-04-15Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.nicm
2024-04-15Missing headers for Android, from Biswapriyo Nath.Nicholas Marriott
2024-04-10Merge branch 'obsd-master'Thomas Adam
2024-04-10Add an option allow-set-title to forbid applications from changing thenicm
pane title, from someone in GitHub issue 3930.
2024-04-10Correct handling of mouse up events (don't ignore all but the lastnicm
released button), and always process down event for double click. From Rudy Dellomas III in GitHub issue 3919.
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,nicm
reported by Saul Nogueras in GitHub issue 3776.
2024-04-05Merge branch 'obsd-master'Thomas Adam
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.nicm
2024-03-26Merge branch 'obsd-master'Thomas Adam
2024-03-26Fix selection present check, reported by M Kelly.nicm
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Write padding character into the right position.nicm
2024-03-21Reduce escape-time default to 10 milliseconds, 500 is far too long fornicm
modern terminals and networks. Case made by Kurtis Rader in GitHub issue 3844.
2024-03-21Add -M to always turn mouse on in a menu, GitHub issue 3779.nicm
2024-03-21Look for feature code 21 for DECSLRM and 28 for DECFRA in the devicenicm
attributes and also accept level 1 (there is no hardware with this but some emulators may use it). Pointed out by James Holderness.
2024-03-21Fix crash if SIXEL colour register is invalid and remove SIXEL images beforeNicholas Marriott
reflow to avoid a different crash, from Anindya Mukherjee.
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only donicm
anything if the application asked for it. From Gregory Anders.
2024-03-21Do not notify window-layout-changed if the window is about to benicm
destroyed (since it may have been freed by the time the notify happens), from Romain Francoise in GitHub issue 3860.
2024-03-21Revert detach-client part of last, did not intend this to go in.nicm
2024-03-21Do not consider a selection present if it is empty, from Michael Grantnicm
(GitHub issue 3869). Also a typo fix from GitHub issue 3877.
2024-03-21Typo, GitHub issue 3877.Nicholas Marriott
2024-03-21Remove duplicate .tmux.conf mention, from Valentin Rylenko.Nicholas Marriott
2024-03-13Merge branch 'obsd-master'Thomas Adam
2024-03-13Make the attach-session description clearer - do not mention creating anicm
client which is not important, explicitly say the session must exist, and mention new-session and new-session -A. Prompted by Theo.
2024-03-07Merge branch 'obsd-master'Thomas Adam
2024-03-06Update lock.yml.Nicholas Marriott
2024-03-06Check for the right flag to fix split-window -p, from Bryan Childs.nicm
2024-03-06Add missing headers, from Marvin Schmidt.Nicholas Marriott
2024-02-13next-3.5Nicholas Marriott
2024-02-133.4.3.4Nicholas Marriott
2024-02-13Merge branch 'obsd-master'Thomas Adam
2024-02-13Update CHANGES.Nicholas Marriott
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
only if they are not members of sessions groups, from Mark Huang, GitHub issue 3806.
2024-02-13Do not allow paste into panes which have exited, from Romain Francoisenicm
in GitHub issue 3830.
2024-01-22Merge branch 'obsd-master'Thomas Adam
2024-01-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromnicm
Ricardo Bittencourt.
2024-01-17Remove existing defines.Nicholas Marriott
2024-01-17Need htonll and ntohll.Nicholas Marriott
2024-01-17htobe is not portable.Nicholas Marriott
2024-01-17Update imsg.Nicholas Marriott
2024-01-16Merge branch 'obsd-master'Thomas Adam
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdclaudio
The change in proc.c can be further simplified once imsg_free() takes care of unclaimed file descriptors. OK nicm@
2024-01-03Merge branch 'obsd-master'Thomas Adam
2023-12-28Assignment should be inside SIXEL.Nicholas Marriott
2023-12-27Only wrap pattern in *s if using a regular expression.nicm
2023-12-27Remove flags from the prefix before comparing with the received key sonicm
that modifier keys with flags work correctly, GitHub issue 3764.