Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Need to escape ]. | nicm | 2019-04-25 | |
| | | | ||||
* | | | Update CHANGES. | Nicholas Marriott | 2019-04-25 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-25 | |
|\| | | ||||
| * | | Automatically scroll if dragging to create a selection with the mouse | nicm | 2019-04-25 | |
| | | | | | | | | | | | | and the cursor reaches the top or bottom line. | |||
* | | | Merge branch '2.9-rc' | Nicholas Marriott | 2019-04-25 | |
|\ \ \ | ||||
| * | | | 2.9 now. | Nicholas Marriott | 2019-04-24 | |
| | | | | ||||
| * | | | Do not loop forever if there is a nonprintable character in the format. | nicm | 2019-04-24 | |
| | |/ | |/| | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-24 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Use bg not fg when adjusting for aixterm, from Ailin Nemui. | nicm | 2019-04-24 | |
| | | | ||||
| * | | Do not loop forever if there is a nonprintable character in the format. | nicm | 2019-04-24 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-23 | |
|\| | | ||||
| * | | Somehow missed these bits in last commit. | nicm | 2019-04-23 | |
| | | | ||||
| * | | Indicate an array option with a flag rather than a special type so that | nicm | 2019-04-23 | |
| | | | | | | | | | | | | in future will not have to be strings. | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-23 | |
|\| | | ||||
| * | | Add -no-clear variants of copy-selection and copy-pipe which do not | nicm | 2019-04-23 | |
| | | | | | | | | | | | | | | | clear the selection after copying. Make copy-pipe clear the selection by default to be consistent with copy-selection. From Avi Halachmi. | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-23 | |
|\| | | ||||
| * | | Do not try to resize if the parent cell is NULL, problem reported by | nicm | 2019-04-23 | |
| | | | | | | | | | | | | Sunil Nimmagadda. | |||
* | | | Merge branch '2.9-rc' | Nicholas Marriott | 2019-04-18 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Update CHANGES for 2.9. | Nicholas Marriott | 2019-04-18 | |
| | | | ||||
| * | | Current window style also needs to be tested for default. | nicm | 2019-04-11 | |
| | | | ||||
| * | | Merge a number of fixes from master for layouts, mostly prompted by testing by | Nicholas Marriott | 2019-04-11 | |
| | | | | | | | | | | | | Thomas Sattler. | |||
* | | | Update CHANGES. | Nicholas Marriott | 2019-04-18 | |
| | | | ||||
* | | | Remove duplicate entry. | Nicholas Marriott | 2019-04-18 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-18 | |
|\ \ \ | | |/ | |/| | ||||
| * | | Copy the code to infer the option type to show-options and document it. | nicm | 2019-04-18 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-18 | |
|\| | | ||||
| * | | Pass target client and session to load_cfg from source-file so formats | nicm | 2019-04-18 | |
| | | | | | | | | | | | | work. Reported by Thomas Sattler. | |||
| * | | Update session activity on focus event, from tafryn at gmail dot com. | nicm | 2019-04-18 | |
| | | | ||||
| * | | mark up punctuation-as-macro-args properly; | jmc | 2019-04-17 | |
| | | | ||||
| * | | Fix minimum size check on split and size of first cell on spread out | nicm | 2019-04-17 | |
| | | | | | | | | | | | | with a pane status line. | |||
| * | | Rewrite main-vertical and horizontal to use the common spread out code | nicm | 2019-04-17 | |
| | | | | | | | | | | | | | | | and to handle the case where the panes won't fit into the existing window size. | |||
| * | | Set the window size as well as the layout size when using the preset | nicm | 2019-04-17 | |
| | | | | | | | | | | | | layouts. | |||
| * | | Do not let the size of the pane status screen go negative. | nicm | 2019-04-17 | |
| | | | ||||
| * | | Document that switch-client can change all of session,window,pane and | nicm | 2019-04-17 | |
| | | | | | | | | | | | | check for % in the target as well as ":.". | |||
| * | | Break new window and pane creation common code from various commands and | nicm | 2019-04-17 | |
| | | | | | | | | | | | | window.c into a separate file spawn.c. | |||
* | | | Add to TODO. | Nicholas Marriott | 2019-04-17 | |
| | | | ||||
* | | | Warning fixes from Carlo Marcelo Arenas Belón. | Nicholas Marriott | 2019-04-10 | |
| | | | ||||
* | | | Fix minimum size check on split and size of first cell on spread out with a | Nicholas Marriott | 2019-04-10 | |
| | | | | | | | | | | | | pane status line. | |||
* | | | Use the right winlink pointer in new-window. | Nicholas Marriott | 2019-04-10 | |
| | | | ||||
* | | | Remove unused variable. | Nicholas Marriott | 2019-04-10 | |
| | | | ||||
* | | | Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón. | Nicholas Marriott | 2019-04-09 | |
| | | | ||||
* | | | Do not let the size of the pane status screen go negative. | Nicholas Marriott | 2019-04-09 | |
| | | | ||||
* | | | Rewrite main-vertical and horizontal to use the common spread out code and to | Nicholas Marriott | 2019-04-09 | |
| | | | | | | | | | | | | handle the case where the panes won't fit into the existing window size. | |||
* | | | Set the window size as well as the layout size when using the preset layouts | Nicholas Marriott | 2019-04-09 | |
| | | | | | | | | | | | | and calculate the sizes correctly. | |||
* | | | Solaris has no paths.h. | Nicholas Marriott | 2019-04-09 | |
| | | | ||||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-08 | |
|\| | | ||||
| * | | select-word was missing from the command list, from pawel-slowik. | nicm | 2019-04-08 | |
| | | | ||||
* | | | Document that switch-client can change all of session,window,pane and check for | Nicholas Marriott | 2019-04-08 | |
| | | | | | | | | | | | | % in the target as well as ":.". | |||
* | | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-07 | |
|\| | | ||||
| * | | Current window style also needs to be tested for default. | nicm | 2019-04-07 | |
| | | |