0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu. More... 3 days ago
Add an option allow-set-title to forbid applications from changing the pane title, from someone in GitHub issue 3930. More... 8 days ago
Correct handling of mouse up events (don't ignore all but the last released button), and always process down event for double click. From Rudy Dellomas III in GitHub issue 3919. More... 8 days ago
Do not get muddled and crash if focusing a pane that is exiting, reported by Saul Nogueras in GitHub issue 3776. More... 8 days ago
Pick newest session as documented, not oldest, from Magnus Gross. More... 13 days ago
Fix selection present check, reported by M Kelly. More... 23 days ago
Write padding character into the right position. More... 28 days ago
Reduce escape-time default to 10 milliseconds, 500 is far too long for modern terminals and networks. Case made by Kurtis Rader in GitHub issue 3844. More... 28 days ago
Add -M to always turn mouse on in a menu, GitHub issue 3779. More... 28 days ago
Look for feature code 21 for DECSLRM and 28 for DECFRA in the device attributes and also accept level 1 (there is no hardware with this but some emulators may use it). Pointed out by James Holderness. More... 28 days ago
Use -p for default paste-buffer command in buffer mode, it will only do anything if the application asked for it. From Gregory Anders. More... 28 days ago
Do not notify window-layout-changed if the window is about to be destroyed (since it may have been freed by the time the notify happens), from Romain Francoise in GitHub issue 3860. More... 28 days ago
Revert detach-client part of last, did not intend this to go in. More... 28 days ago
Do not consider a selection present if it is empty, from Michael Grant (GitHub issue 3869). Also a typo fix from GitHub issue 3877. More... 28 days ago
Make the attach-session description clearer - do not mention creating a client which is not important, explicitly say the session must exist, and mention new-session and new-session -A. Prompted by Theo. More... about 1 month ago
Check for the right flag to fix split-window -p, from Bryan Childs. More... about 1 month ago
Add two new values for the destroy-unattached option to destroy sessions only if they are not members of sessions groups, from Mark Huang, GitHub issue 3806. More... 2 months ago
Do not allow paste into panes which have exited, from Romain Francoise in GitHub issue 3830. More... 2 months ago
Increase buffer size to avoid truncating styles, GitHub issue 3809 from Ricardo Bittencourt. More... 3 months ago
Use imsg_get_fd() instead of direct access to imsg.fd More... 3 months ago
Only wrap pattern in *s if using a regular expression. More... 4 months ago
Remove flags from the prefix before comparing with the received key so that modifier keys with flags work correctly, GitHub issue 3764. More... 4 months ago
groff apparently generates broken output for some common characters in mdoc, so escaped versions have to be used instead. From Alexis Hildebrandt in GitHub issue 3762. More... 4 months ago
Always initialize screen mode, GitHub issue 3750 from Ding Fei. More... 4 months ago
Correctly handle window ops with no pane, GitHub issue 3747. More... 4 months ago
Don't strdup NULL filename. More... 5 months ago
Handle NULL client (in config file) when showing a status message; also copy the file when processing if-shell since it may be freed. GitHub issue 3746. More... 5 months ago
Use SM 2026 for Sync which is more widely supported now. More... 5 months ago
next-prompt can have 1 argument. More... 6 months ago
Do not allow combined UTF-8 characters that are too long, GitHub issue 3729. More... 6 months ago