| Commit message (Expand) | Author | Age |
| ... | |
| | * | options_get_number() is relatively expensive and a check for dead panes happens | Nicholas Marriott | 2009-08-18 |
| | * | Now that pane targets (-t) are supported, switch some commands to use them | Nicholas Marriott | 2009-08-18 |
| | * | Tag a few missed printf-like functions and fix a missing "%s". | Nicholas Marriott | 2009-08-18 |
| | * | Pass show-buffer output through vis(3) as well, and wrap it to the edge of the | Nicholas Marriott | 2009-08-18 |
| | * | Change list-buffers to run the preview of the buffer through vis(1). | Nicholas Marriott | 2009-08-18 |
| | * | Use the full screen width when printing output rather than one less. | Nicholas Marriott | 2009-08-18 |
| | * | Nuke unnecessary assignment. | Nicholas Marriott | 2009-08-18 |
| | * | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott | 2009-08-18 |
| | * | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | Nicholas Marriott | 2009-08-18 |
| | * | Reset attributes as well as scroll region before poll(2) and add a big comment | Nicholas Marriott | 2009-08-14 |
| | * | Send SGR0 when initialising the screen. Fixes problems on terminals with BCE | Nicholas Marriott | 2009-08-14 |
| | * | Switch the prompt code to return an empty string when the user enters no | Nicholas Marriott | 2009-08-13 |
| | * | vi(1)-style half page scroll in copy and scroll modes. Move the vi full page | Nicholas Marriott | 2009-08-13 |
| | * | Scroll by two less than the number of lines in the screen, like emacs, rather | Nicholas Marriott | 2009-08-13 |
| | * | Disable mode-mouse (mouse in copy/choice mode) by default as it isn't very | Nicholas Marriott | 2009-08-13 |
| | * | Add a base-index session option to specify the first index checked when looking | Nicholas Marriott | 2009-08-13 |
| | * | Allowing copy mode to scroll left and right is annoying, so limit it to the | Nicholas Marriott | 2009-08-13 |
| | * | Rather than telling the client to exit in the function when creating a new | Nicholas Marriott | 2009-08-13 |
| | * | When creating a new session from the command-line where there is an external | Nicholas Marriott | 2009-08-13 |
| | * | Redraw the screen after resizing. | Nicholas Marriott | 2009-08-13 |
| | * | It was originally intended that scroll mode would show content that was | Nicholas Marriott | 2009-08-13 |
| | * | If the client passes zero for the window size in the identify message (which it | Nicholas Marriott | 2009-08-13 |
| | * | A tty context must not be modified as it may be reused to update multiple | Nicholas Marriott | 2009-08-12 |
| | * | When started as the shell, __progname contains a leading -, so hardcode "tmux" | Nicholas Marriott | 2009-08-12 |
| | * | imsg closes the fd after sending, so dup() STDIN_FILENO before passing it to | Nicholas Marriott | 2009-08-12 |
| | * | Initialise log_fd to -1, prevents spurious disconnection of the client when it | Nicholas Marriott | 2009-08-11 |
| | * | Have the client pass its stdin fd to the server when identifying itself and | Nicholas Marriott | 2009-08-11 |
| | * | Add a TTY_OPENED flag and tidy a little. | Nicholas Marriott | 2009-08-11 |
| | * | Drop the no_stop argument to tty_close and tty_free in favour of a flag in the | Nicholas Marriott | 2009-08-11 |
| | * | Switch tmux to use imsg. This is the last major change to make the | Nicholas Marriott | 2009-08-11 |
| | * | Add flags for 1+2 and 2 arguments to the generic target code, use it for | Nicholas Marriott | 2009-08-11 |
| | * | No arguments are the same as new-session and this requires the environment to | Nicholas Marriott | 2009-08-10 |
| | * | Reset the attributes after drawing all or part of the screen, and reset the | Nicholas Marriott | 2009-08-10 |
| | * | Use the right source and destination lines in grid_duplicate_lines. | Nicholas Marriott | 2009-08-10 |
| | * | some minor tweaks; ok nicm | Jason McIntyre | 2009-08-10 |
| | * | zap trailing whitespace; | Jason McIntyre | 2009-08-09 |
| | * | Minor language tweaks, change which key bindings are summarised. | Nicholas Marriott | 2009-08-09 |
| | * | Nuke a dead variable found with clang and an unused declaration with lint. | Nicholas Marriott | 2009-08-09 |
| | * | Move the key bindings section to near the start, mention attach/detach in the | Nicholas Marriott | 2009-08-09 |
| | * | Don't leak in the (rare) case of an invalid command at the end of a file not | Nicholas Marriott | 2009-08-09 |
| | * | Use a temporary variable for strdup of const char *. | Nicholas Marriott | 2009-08-08 |
| | * | Infrastructure and commands to manage the environment for processes started | Nicholas Marriott | 2009-08-08 |
| | * | Tidy function a little by using a temporary variable. | Nicholas Marriott | 2009-08-08 |
| | * | Options to set the colours and attributes for status-left/-right. From Thomas | Nicholas Marriott | 2009-08-08 |
| | * | Handle ttyname(3) failure better. | Nicholas Marriott | 2009-08-08 |
| | * | Add a flags member to the grid_line struct and use it to differentiate lines | Nicholas Marriott | 2009-08-08 |
| | * | Change the way the grid is stored, previously it was: | Nicholas Marriott | 2009-08-08 |
| | * | If there is an error in the configuration file, don't just exit(1) as this can | Nicholas Marriott | 2009-08-07 |
| | * | Move introduction section up into description. From jmc. | Nicholas Marriott | 2009-08-07 |
| | * | Using the alternative screen (smcup/rmcup) should also preserve the current | Nicholas Marriott | 2009-08-07 |