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