0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add popup-border-lines option to set popup line style, from Alexis Hildebrandt, GitHub issue 2930. More... over 2 years ago
When checking ranges in tty_cmd_cells, cannot use the tty cursor position and tty_cursor because it may be at the final invisible cursor position on automargin terminals. The text to be drawn is confined to the pane, so use the pane cursor position for the checks instead. Fix from Anindya Mukherjee, redraw problem reported by naddy@. More... over 2 years ago
Add popup-style and popup-border-style options, from Alexis Hildebrandt in GitHub issue 2927. More... over 2 years ago
Make positions hidden by overlays range-based rather than character-based, from Anindya Mukherjee. More... over 2 years ago
Add -e flag to set environment for popup, from Alexis Hildebrandt in GitHub issue 2924. More... over 2 years ago
remove extra .El;
jmc
More... over 2 years ago
Add tags for command aliases
kn
More... over 2 years ago
Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. More... over 2 years ago
Handle splitw -I correctly when used from an attached client, GitHub issue 2917. More... over 2 years ago
Do not reset cursor to default if it has never been changed, fixes problem reported by naddy. More... over 2 years ago
Fix some warnings. More... over 2 years ago
Set mouse_x and mouse_y on the status line, GitHub issue 2913. More... over 2 years ago
Make send-keys without any arguments send the key it is bound to (if any). GitHub issue 2904. More... over 2 years ago
Separate "very visible" flag from blinking flag, it should not affect DECSCUSR. GitHub issue 2891. More... over 2 years ago
Do not try to use NULL time values. More... over 2 years ago
Do not call recalculate_sizes while clearing a client session because it needs to loop over the clients, instead do it after all clients are cleared. Fixes a crash reported by martijn@ when a session with multiple clients attached is destroyed, but there are other sessions so tmux does not entirely exit. ok deraadt More... over 2 years ago
Fix command prompt with multiple prompts (add the result onto the list again as we go along). ok deraadt More... over 2 years ago
Do not destroy sessions twice, GitHub issue 2889. More... over 2 years ago
Fix run-shell -d with no command, GitHub issue 2885. More... over 2 years ago
For the moment, restore if-shell and run-shell to parsing at the last moment (when the shell command completes) rather than when first invoked, GitHub issue 2872. More... over 2 years ago
Do fatal/fatalx a different way so the compiler trick to avoid warnings becomes unnecessary, prompted by theo. More... over 2 years ago
Get rid of the last two warnings by turning them off around the problem statements, if the compiler supports it. More... over 2 years ago
Disable aliases inside aliases for the moment. More... over 2 years ago
Keep -? as usage. More... over 2 years ago
Turn on both button and all mouse modes for menus since some terminals only support the former. More... over 2 years ago
Expand argument to run-shell again. More... over 2 years ago
Fix parsing of aliases again (GitHub issue 2842), also make argument parsing a bit simpler and fix the names of some client flags. More... over 2 years ago
Change copying arguments to that flags without arguments are inserted correctly and empty arguments lists do not crash. Fixes crash reported by & ok mpi@. More... over 2 years ago
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... over 2 years ago
Allow control mode clients to set a hard limit on the window width and height, GitHub issue 2594. More... over 2 years ago