0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tweak INTRODUCTION; from nicm and myself More... almost 15 years ago
Clear the codes array earlier as tty_term_free could be called on error. More... almost 15 years ago
If colours are not supported by the terminal, try to emulate a coloured background by setting or clearing the reverse attribute. More... almost 15 years ago
Add a -a flag to set-option and set-window-option to append to an existing string value, useful for terminal-overrides. More... almost 15 years ago
restructure the layout of this page, moving the commands into various subsections; lots of tweaks to come on the text More... almost 15 years ago
Show the bell/activity/current status and the window title in the choice list. More... almost 15 years ago
Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also appear. More... almost 15 years ago
clean up some macro abuse in the commands section; More... almost 15 years ago
Split the comparison into a function to make this code smaller and more understandable. More... almost 15 years ago
Don't try to free old string values (and crash) when they are overridden unless they were actually found in the source terminal description. Reported by jmc. More... almost 15 years ago
tweak previous; More... almost 15 years ago
Add a terminal-overrides session option allowing individual terminfo(5) entries to be overridden. The 88col/256col checks are now moved into the default setting and out of the code. More... almost 15 years ago
Fix checking of setupterm(3) error codes. While there include the name of the terminal type causing the error where relevant. ok nicm@. More... almost 15 years ago
Pass the ACS border characters through tty_get_acs so they appear correctly on terminals which don't use the standard set. More... almost 15 years ago
Don't leak when rollling buffers off when the paste buffer limit is reached. More... almost 15 years ago
Plug some memory leaks. More... almost 15 years ago
Don't babysit people and let them try to load /dev/zero or (more useful) /dev/null if they want. More... almost 15 years ago
Remove some dead code found by clang. More... almost 15 years ago
tweak previous; More... almost 15 years ago
Similar changes for server_msg_dispatch: use a switch instead of a lookup table and merge smaller functions inline. More... almost 15 years ago
There aren't many client message types or code to handle them so get rid of the lookup table and use a switch, merge the tiny handler functions into it, and move the whole lot to client.c. More... almost 15 years ago
Tell the server when the client gets SIGTERM so it can clean up the terminal properly, rather than just exiting. More... almost 15 years ago
Merge pane number into the target specification for pane commands. Instead of using -p index, a target pane is now addressed with the normal -t window form but suffixed with a period and a pane index, for example :0.2 or mysess:mywin.1. An unadorned number such as -t 1 is tried as a pane index in the current window, if that fails the same rules are followed as for a target window and the current pane in that window used. More... almost 15 years ago
new sentence, new line; More... almost 15 years ago
Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy modes. More... almost 15 years ago
Add an additional heuristic to work out the current session when run from the command line. The name of all slave ptys in the server is known, so if the client was run on a tty, look for any sessions containing that tty and use the most recently created. More... almost 15 years ago
Rename struct hdrtype to msgtype which is a better name and can be used even when struct hdr disappears. More... almost 15 years ago
Taking account of the "s, 22 not 24 is the maximum length of #T in status-right to prevent the date being cut off. More... almost 15 years ago
Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t argument to modify a table. More... almost 15 years ago
Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. More... almost 15 years ago