187
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 23 hours ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'obsd-master' More... 5 days ago
remove prototype with no matching function
jsg
More... 5 days ago
Merge branch 'obsd-master' More... 6 days ago
remove prototypes with no matching function; ok nicm@
jsg
More... 6 days ago
remove externs with no matching var; ok nicm@
jsg
More... 6 days ago
Merge branch 'obsd-master' More... 9 days ago
Merge branch 'obsd-master' More... 9 days ago
Use default-shell for command prompt #() and popups as well More... 9 days ago
Fix memory leaks reported by Lu Ming Yin. More... 9 days ago
Merge branch 'obsd-master' More... 10 days ago
Merge branch 'obsd-master' More... 10 days ago
Add missing time.h to tty.c (from Ismail Donmez), also remove some stray spaces. More... 10 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... 10 days ago
Merge branch 'obsd-master' More... 10 days ago
Add a command-error hook when a command fails, from Hugh Davenport in GitHub issue 3973. More... 10 days ago
Add an option to disable unwrapping lines for searching, from meanderingprogrammer at gmail dot com, GitHub issue 3975. More... 10 days ago
Restore previous behaviour or writing to stdout if available. More... 10 days ago
Merge branch 'obsd-master' More... 11 days ago
Fix memory leak, from Fadi Afani. More... 11 days ago
Use printf not echo -e, from Joyce Lin. More... 11 days ago
Send SIGHUP since some programs ignore SIGTERM, from Eduardo Grajeda in GitHub issue 3958. More... 24 days ago
Merge branch 'obsd-master' More... about 1 month ago
correct indentation; no functional change ok tb@
jsg
More... about 1 month ago
Merge branch 'obsd-master' More... about 1 month ago
Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu. More... about 1 month ago
Missing headers for Android, from Biswapriyo Nath. More... about 1 month ago
Merge branch 'obsd-master' 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