Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2019-05-20 |
|\ | |||
| * | Add a helper to allocate a cmd_list. | nicm | 2019-05-20 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-20 |
|\| | |||
| * | Fix the color space parameter in RGB SGR, from Brad Town. | nicm | 2019-05-20 |
| | | |||
* | | README.md: mention TODO list on the tmux wiki | Thomas Adam | 2019-05-19 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-18 |
|\| | |||
| * | Move the single command flag (CMD_CONTROL) into the shared flags. | nicm | 2019-05-18 |
| | | |||
* | | Remove TODO, moving onto website. | Nicholas Marriott | 2019-05-18 |
| | | |||
* | | Add to CHANGES. | Nicholas Marriott | 2019-05-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-17 |
|\| | |||
| * | Change a couple of ACS characters to be more sensible and add a few | nicm | 2019-05-17 |
| | | | | | | | | missing ones, reported by Ricardo Banffy. | ||
| * | Initialize default size variables, from Thomas Adam. | nicm | 2019-05-17 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-15 |
|\| | |||
| * | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 | nicm | 2019-05-15 |
| | | | | | | | | from Brad Town. | ||
* | | Mention CONTRIBUTING. | Nicholas Marriott | 2019-05-15 |
| | | |||
* | | Less headings. | Nicholas Marriott | 2019-05-15 |
| | | |||
* | | Kill tmux for logs. | Nicholas Marriott | 2019-05-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-14 |
|\| | |||
| * | Fix sizing of main-vertical and main-horizontal layouts, GitHub issue 1736. | nicm | 2019-05-14 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-13 |
|\| | |||
| * | Add support for overline (SGR 53), from Ricardo Banffy. | nicm | 2019-05-13 |
| | | |||
| * | Always include Lock in the menu. | nicm | 2019-05-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-13 |
|\| | |||
| * | Fix column width for copy mode commands. | nicm | 2019-05-13 |
| | | |||
* | | Clarify a little. | Nicholas Marriott | 2019-05-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-12 |
|\| | |||
| * | Oops, removed too much in last change. | nicm | 2019-05-12 |
| | | |||
| * | Fix some indentation and dead assignments. | nicm | 2019-05-12 |
| | | |||
* | | README.md: avaailable -> available | Thomas Adam | 2019-05-12 |
| | | | | | | | | Correct typo. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-12 |
|\| | |||
| * | Add simple menus to tree, client, buffer modes. | nicm | 2019-05-12 |
| | | |||
* | | Spelling error. | Nicholas Marriott | 2019-05-12 |
| | | |||
* | | Tweak text of menu CHANGES entry. | Nicholas Marriott | 2019-05-12 |
| | | |||
* | | Scatter some `. | Nicholas Marriott | 2019-05-12 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-12 |
|\| | |||
| * | Remove menu_create_from_items, I thought I would use it for some later | nicm | 2019-05-12 |
| | | | | | | | | work but I don't need it. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-11 |
|\| | |||
| * | Don't use arguments with It and -enum, pointed out by jmc. | nicm | 2019-05-11 |
| | | |||
| * | Do not reduce window height by status line height for control mode | nicm | 2019-05-11 |
| | | | | | | | | clients, from George Nachman. | ||
* | | Mention -vv. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | New ISSUE_TEMPLATE from Nicolas CARPi. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | Formatted README.md, from Nicolas CARPi. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | Another tweak. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | Update CONTRIBUTING.md, mostly from Nicolas CARPi. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | Tweaks to README, some from me, some from Nicolas CARPi. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | Add to CHANGES. | Nicholas Marriott | 2019-05-11 |
| | | |||
* | | Update CHANGES | Thomas Adam | 2019-05-10 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-10 |
|\| | |||
| * | Fix a typo in previous (, -> :). | nicm | 2019-05-10 |
| | | |||
| * | Add support for simple menus usable with mouse or keyboard. New command | nicm | 2019-05-10 |
| | | | | | | | | | | display-menu shows a menu (bound to the mouse on status line by default) and a couple of extra formats for the default menus. |