187
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'obsd-master' More... 2 days ago
Fix selection present check, reported by M Kelly. More... 2 days ago
Merge branch 'obsd-master' More... 7 days ago
Write padding character into the right position. More... 7 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... 7 days ago
Add -M to always turn mouse on in a menu, GitHub issue 3779. More... 7 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... 7 days ago
Fix crash if SIXEL colour register is invalid and remove SIXEL images before reflow to avoid a different crash, from Anindya Mukherjee. More... 7 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... 7 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... 7 days ago
Revert detach-client part of last, did not intend this to go in. More... 7 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... 7 days ago
Typo, GitHub issue 3877. More... 7 days ago
Remove duplicate .tmux.conf mention, from Valentin Rylenko. More... 7 days ago
Merge branch 'obsd-master' More... 15 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... 15 days ago
Merge branch 'obsd-master' More... 21 days ago
Update lock.yml. More... 22 days ago
Check for the right flag to fix split-window -p, from Bryan Childs. More... 22 days ago
Add missing headers, from Marvin Schmidt. More... 22 days ago
next-3.5 More... about 1 month ago
3.4. More... about 1 month ago
Merge branch 'obsd-master' More... about 1 month ago
Update CHANGES. 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... about 1 month ago
Do not allow paste into panes which have exited, from Romain Francoise in GitHub issue 3830. More... about 1 month ago
Merge branch 'obsd-master' More... 2 months ago
Increase buffer size to avoid truncating styles, GitHub issue 3809 from Ricardo Bittencourt. More... 2 months ago
Remove existing defines. More... 2 months ago
Need htonll and ntohll. More... 2 months ago