188
I Use This!
Moderate Activity

Commits : Listings

Analyzed 20 minutes ago. based on code collected about 1 hour ago.
Nov 18, 2024 — Nov 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'obsd-master' More... 12 months ago
Preserve modifiers on backspace. More... 12 months ago
Do not write bracketed paste keys themselves if the pane has not asked for them. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Fix backspace option for new key format, GitHub issue 4284. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
M-1 to M-7 for 7 preset layouts; from bunkmate ok nicm
jmc
More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Add extended keys flag for foot terminal. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Use evbuffer_readline if readln is not available. It doesn't work properly but at least it builds. More... 12 months ago
Remove endian.h. More... 12 months ago
Update imsg and remove workaround. More... 12 months ago
Do not check for latest client in callback since the type may be latest but with no window, fixes new-session -x and -y with another attached client. GitHub issue 4268. More... 12 months ago
Do not stop drag on double or triple click, GitHub issue 4272. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Add copy-mode-position-style and copy-mode-selection-style for copy mode (they default to mode-style as before). More... 12 months ago
Enter is now sent from single prompt as \r not empty string. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Do not try to terminate an empty buffer. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Use cursor style from global options instead of default for popups, from Alexander Arch. More... 12 months ago
Do not rely on window reference count for linked formats because they are also used for notifications, GitHub issue 4258. More... 12 months ago
Merge branch 'obsd-master' More... 12 months ago
Do not strvis output to terminal from commands. More... 12 months ago
Document command prompt escape sequence, from Von Welch. More... 12 months ago
imsg no longer associates file descriptors with the imsg they were sent with, work around this for the moment (it is not clear if this is intentional). More... 12 months ago
Add an __unused. More... 12 months ago
And arpa/inet.h needs to stay... More... 12 months ago
Need to remove endian.h as well. More... 12 months ago