0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix size of flags output buffer. More... almost 2 years ago
Ignore OSC if the first argument is not properly terminated. More... almost 2 years ago
If an application gives the first parameter to OSC 52, validate and pass on to outside terminal. GitHub issue 3192. More... almost 2 years ago
Expand arguments to some commands where it makes sense, GitHub issue 3204 from Anindya Mukherjee. More... almost 2 years ago
When picking a buffer because one isn't specified by the user, ignore named buffers. GitHub issue 3212 from David le Blanc. More... almost 2 years ago
Do not unintentionally turn off all mouse mode when button is also present. More... almost 2 years ago
Do not attempt to use client in config file (it will be NULL), GitHub issue 3206. More... almost 2 years ago
When deleting or renaming a buffer and a buffer name is specified, complain if the buffer doesn't exist instead of silently deleting or renaming the most recent buffer. GitHub issue 3205. More... almost 2 years ago
If escape-time is 0, force to 1 instead - not waiting at all is asking for problems on some platforms. More... almost 2 years ago
Add a missing space. More... almost 2 years ago
Trim menu item text correctly, GitHub issue 3197. More... almost 2 years ago
Remove duplicates from completion list, GitHub issue 3178. More... almost 2 years ago
Add pane_start_path to match start_command. More... almost 2 years ago
Set PWD so shells have a hint about the real path (this was done before but lost in a merge). GitHub issue 3186. More... almost 2 years ago
Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. More... almost 2 years ago
Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. More... almost 2 years ago
Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. More... almost 2 years ago
If a mouse position was above the maximum supported by the normal mouse protocol (223), tmux was allowing it to wrap around. However, since tmux was not correctly handling this on input, other programs also do not handle it correctly, and the alternative SGR mouse mode is now widespread, this seems unnecessary, so remove this feature. Also define some constants to make it clearer what the numbers mean. Mostly from Leonid S Usov in GitHub issue 3165. More... almost 2 years ago
Add a way for lines added to copy mode to be passed through the parser to handle escape sequences and use it for run-shell, GitHub issue 3156. More... almost 2 years ago
iTerm2 has OSC 7, from Gregory Anders. More... almost 2 years ago
Spacing/style nits. More... almost 2 years ago
Emit window-layout-changed on swap-pane, from George Nachman. More... almost 2 years ago
Better error reporting when applying custom layouts. More... almost 2 years ago
Add an ACL list for users connecting to the tmux socket. Users may be forbidden from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually. From Dallas Lyons and others. More... almost 2 years ago
Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. More... about 2 years ago
Preserve CRLF flag when respawning. More... about 2 years ago
man pages: add missing commas between subordinate and main clauses More... about 2 years ago
Capture up to used size not available size for each line. More... about 2 years ago
Report error if creating socket fails with -D. More... about 2 years ago
Fix exit message if creating socket fails. More... about 2 years ago