0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace %% in command lists (by copying them) for template arguments , this means they can be used with {} as well. Also make argument processing from an existing vector preserve commands. GitHub issue 2858. More... almost 3 years ago
Allow control mode clients to set a hard limit on the window width and height, GitHub issue 2594. More... almost 3 years ago
Improve some logging. More... almost 3 years ago
Ignore client creating session when working out size if it is a control client. More... almost 3 years ago
bind-key needs to allow commands for any argument for the moment. More... almost 3 years ago
Validate command argument types (string or command list) and give more useful error messages. More... almost 3 years ago
setupterm needs char * not const char * on some platforms. More... almost 3 years ago
Fix up some printflike attributes. More... almost 3 years ago
Start inputs as NULL so not freeing random stack garbage, GitHub issue 2852. More... almost 3 years ago
args_make_commands_now needs to take an extra reference to the returned command list since it will be freed already. More... almost 3 years ago
Move command argument parsing common functions and don't bother to parse again if given a command rather than a string. More... almost 3 years ago
Key bindings steal a reference to the command instead of adding their own, it was correct not to add a reference when parsing, but the bind-key then needs to add one. More... almost 3 years ago
Revert one of previous, for some reason it is being freed. More... almost 3 years ago
Fix a few memory leaks. More... almost 3 years ago
Limit width and height to tty correctly, GitHub issue 2843. More... almost 3 years ago
Fix handling of leading #s when working out width. More... almost 3 years ago
Do not double free expanded path in source-file, also remove some unnecessary assignments. More... almost 3 years ago
Insert alias in the right place, GitHub issue 2842. More... almost 3 years ago
Free value properly. More... almost 3 years ago
Preserve argument type in command and convert to string on demand. More... almost 3 years ago
Pass typed arguments out of the parser into the arguments list and let it convert them into strings. More... almost 3 years ago
Use new syntax for default key bindings. More... almost 3 years ago
Stop caring about empty commands, just treat as a null command. More... almost 3 years ago
Remove some members of struct cmd which are no longer used. More... almost 3 years ago
Preserve command group when moving temporary list to current list being buit. More... almost 3 years ago
Rename a member to match what it will be in future. More... almost 3 years ago
Add args parsing callback for some future work, currently unused. More... almost 3 years ago
Wrap command argument definitions in their own struct. More... almost 3 years ago
A couple more spacing fixes. More... almost 3 years ago
Spacing tweaks. More... almost 3 years ago