187
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'obsd-master' More... 10 months ago
Free title earlier, from Alexis Hildebrandt. More... 10 months ago
Trim can generate strings longer than the original if there are many #s, so create a bigger buffer. Reported by Robert Morris. More... 10 months ago
Merge branch 'obsd-master' More... 11 months ago
Correct visited flag when the last window list is rebuilt by renumbering windows, appears to fix hang reported by Mark Kelly. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Set extended keys flag again after reset, from Eric T Johnson. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Use 8 for underscore colour defaults instead of 0 which is less confusing, and fix writing tge default colour. GitHub issue 3627. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Remove Ns and Li and change Nm to Ic, suggested by jmc. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Add descriptions of copy mode commands, from Michael Bianco. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
It should no longer be necessary to ignore SIGCHLD because it is now blocked around daemon(), and doing so causes trouble with newer libevent (it cannot restore the original handler). Reported by Azat Khuzhin in GitHub issue 3626. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Loop around waitpid in client, from Azat Khuzhin. More... 11 months ago
Use a stack for last panes line windows, from Thomas Bertschinger in GitHub issue 3588. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Call closefrom after removing signals because newer libevent doesn't like its signal fd being closed Azat Khuzhin. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Add support for marking lines with a shell prompt based on the OSC 133 extension, from Munif Tanjim in GitHub issue 3596. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Do not risk writing over the end of the buffer when it ends in # (because strchr \0 will be non-NULL), reported by Robert Morris in GitHub issue 3610. More... 11 months ago
Another warning fix for GCC from Thomas Klausner. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Change a few types to fix warnings, from Thomas Klausner. More... 11 months ago
Merge branch 'obsd-master' More... 11 months ago
Get rid of some warnings with GCC 10, from Thomas Klausner. More... 11 months ago