summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
9 daysMerge branch 'obsd-master'HEADmasterThomas Adam
9 daysFixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.nicm
9 daysMissing 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
2024-04-10Correct handling of mouse up events (don't ignore all but the lastnicm
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,nicm
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
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
2024-03-21Fix crash if SIXEL colour register is invalid and remove SIXEL images beforeNicholas Marriott
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only donicm
2024-03-21Do not notify window-layout-changed if the window is about to benicm
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
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
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
2024-02-13Do not allow paste into panes which have exited, from Romain Francoisenicm
2024-01-22Merge branch 'obsd-master'Thomas Adam
2024-01-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromnicm
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
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
2023-12-27groff apparently generates broken output for some common characters innicm
2023-12-27Always initialize screen mode, GitHub issue 3750 from Ding Fei.nicm
2023-12-27Do not use NULL window, GitHub issue 3747.Nicholas Marriott