0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove prototype with no matching function
jsg
More... 3 days ago
remove prototypes with no matching function; ok nicm@
jsg
More... 3 days ago
remove externs with no matching var; ok nicm@
jsg
More... 3 days ago
Use default-shell for command prompt #() and popups as well More... 6 days ago
Fix memory leaks reported by Lu Ming Yin. More... 6 days ago
Add missing time.h to tty.c (from Ismail Donmez), also remove some stray spaces. More... 7 days ago
Revert part of the change for GitHub issue 3675 because it does not work correctly, it was intended to skip lines that are already being searched as part of a previous wrapped line but in fact is skipping all lines except the last in wrapped lines. More... 7 days ago
Add a command-error hook when a command fails, from Hugh Davenport in GitHub issue 3973. More... 7 days ago
Add an option to disable unwrapping lines for searching, from meanderingprogrammer at gmail dot com, GitHub issue 3975. More... 8 days ago
Restore previous behaviour or writing to stdout if available. More... 8 days ago
Fix memory leak, from Fadi Afani. More... 8 days ago
correct indentation; no functional change ok tb@
jsg
More... 28 days ago
Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu. More... about 1 month ago
Add an option allow-set-title to forbid applications from changing the pane title, from someone in GitHub issue 3930. More... about 1 month 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... about 1 month ago
Do not get muddled and crash if focusing a pane that is exiting, reported by Saul Nogueras in GitHub issue 3776. More... about 1 month ago
Pick newest session as documented, not oldest, from Magnus Gross. More... about 2 months ago
Fix selection present check, reported by M Kelly. More... about 2 months ago
Write padding character into the right position. More... 2 months 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... 2 months ago
Add -M to always turn mouse on in a menu, GitHub issue 3779. More... 2 months 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... 2 months 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... 2 months 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... 2 months ago
Revert detach-client part of last, did not intend this to go in. More... 2 months 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... 2 months 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... 2 months ago
Check for the right flag to fix split-window -p, from Bryan Childs. More... 3 months 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... 3 months ago
Do not allow paste into panes which have exited, from Romain Francoise in GitHub issue 3830. More... 3 months ago