- c18d7c5 Update CONTRIBUTING.md, mostly from Nicolas CARPi. by Nicholas Marriott · 6 years ago
- 0d64531 Tweaks to README, some from me, some from Nicolas CARPi. by Nicholas Marriott · 6 years ago
- f44dafd Add to CHANGES. by Nicholas Marriott · 6 years ago
- fc00839 Update CHANGES by Thomas Adam · 6 years ago
- aa13bd4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- d62fd78 Fix a typo in previous (, -> :). by nicm · 6 years ago
- 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
- c5f6ea5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 004a9b5 Add a function to draw a simple menu onto a screen. by nicm · 6 years ago
- e5f06d2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- cb10bfb Save mouse buttons as well as position. by nicm · 6 years ago
- 2e00d77 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 21d9750 send-keys also needs to insert key commands in the right order. by nicm · 6 years ago
- f431e20 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 3c68e51 Change swap-window -d to be the other way round (stay with src window), by nicm · 6 years ago
- 299b728 Add formats to show if pane is the marked pane and if any marked pane is set. by nicm · 6 years ago
- 4bc45fc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f9682d2 Add a flag to redraw only the overlay, and remove the overlay on resize. by nicm · 6 years ago
- a384245 Adjust how mouse targets are found so they always have a session, window by nicm · 6 years ago
- b24d7d9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 453a62c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 89db309 Move around the display-panes identify code to make it a bit more by nicm · 6 years ago
- d53d3bc Adjust the same bit to adjust the selection for history-top and by nicm · 6 years ago
- 3439c02 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- fcd0e30 Rename the ENVIRONMENT section which was squatting on the standard by schwarze · 6 years ago
- d9767b8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 85a9c2f Treat keys in identify mode (display-panes) specially and handle them by nicm · 6 years ago
- 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 6 years ago
- eac30a8 -attr -> -style. by Nicholas Marriott · 6 years ago
- d4177e9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 45ae9a8 Fix order of insertion in load_cfg. by nicm · 6 years ago
- 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
- 4d50557 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- e8e4f4e Insert after the right element on queue. by nicm · 6 years ago
- 4097257 Do not store the mouse position we calculate as the start of a drag back by nicm · 6 years ago
- a14512e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 84e4652 Use the right index for user-keys. by nicm · 6 years ago
- fc3d85e Fix mouse positioning when the pane is not entirely visible. by nicm · 6 years ago
- 43656d4 Sync up some tmux.1 bits. by Nicholas Marriott · 6 years ago
- fff85d8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- cf6075f Correct ordering when adding after an existing item. by nicm · 6 years ago
- 33298d6 Instead of processing keys all together, put them up on the client by nicm · 6 years ago
- 4bb4899 Fix reverse attribute in status line, GitHub issue 1709. by nicm · 6 years ago
- 5d9e591 Fix up some bits about window-size that seem to have got lost. by nicm · 6 years ago
- 4d16df9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 18e554a Merge tag '2.9a' by Nicholas Marriott · 6 years ago
- 4cb13d9 Add to CHANGES. by Nicholas Marriott · 6 years ago 2.9a
- e36d6ee Version 2.9a. by Nicholas Marriott · 6 years ago
- 901eed7 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
- 750d583 Don't redraw control clients, from George Nachman. by nicm · 6 years ago
- e286178 Unbreak main-vertical and main-horizontal layouts. by nicm · 6 years ago
- c176361 Remove unused variable from Thomas Adam. by nicm · 6 years ago
- dc7e538 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 429c4bc Fix user options after show-hooks merge, GitHub issue 1704. by nicm · 6 years ago
- 1156d91 Simple -C sanity test. by Nicholas Marriott · 6 years ago
- 4c5b0fb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 5a288b1 Don't redraw control clients, from George Nachman. by nicm · 6 years ago
- 82c789e Fix memory leak in window tree search, from Amos Bird. by nicm · 6 years ago
- 7e0f9ab Don't think I will do this. by Nicholas Marriott · 6 years ago
- 87bd896 Add to CHANGES & remove from TODO. by Nicholas Marriott · 6 years ago
- 2aa517c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 6 years ago
- 3ab229d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 2cecabd Fix gseq use in RGB colour script. by Nicholas Marriott · 6 years ago
- c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
- 5489796 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 85f09f9 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 293fd0d Update CHANGES and TODO. by Nicholas Marriott · 6 years ago
- dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
- f1e14f8 Destroy panes before options to avoid crash when forced into a mode by a hook. by nicm · 6 years ago
- 6644d20 Unbreak main-vertical and main-horizontal layouts. by nicm · 6 years ago
- 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 2d65bbd options_array_item_value cannot return NULL. by nicm · 6 years ago
- a609e63 Need a fallback for -2 for aixterm colours. by nicm · 6 years ago
- 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 6 years ago
- f2c0605 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 1677bb0 Need to escape ]. by nicm · 6 years ago
- dddc544 Update CHANGES. by Nicholas Marriott · 6 years ago
- 643eecd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 6 years ago
- a2e08b5 Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
- cb75ec2 2.9 now. by Nicholas Marriott · 6 years ago 2.9
- 7d06216 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
- 4ab208e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 6aa0bed Use bg not fg when adjusting for aixterm, from Ailin Nemui. by nicm · 6 years ago
- c6e3997 Do not loop forever if there is a nonprintable character in the format. by nicm · 6 years ago
- c869366 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- b9022e3 Somehow missed these bits in last commit. by nicm · 6 years ago
- 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 6 years ago
- b0d7623 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 4a96f59 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 6 years ago
- 6752f41 Do not try to resize if the parent cell is NULL, problem reported by by nicm · 6 years ago
- 51c09bf Merge branch '2.9-rc' by Nicholas Marriott · 6 years ago
- d24a442 Update CHANGES for 2.9. by Nicholas Marriott · 6 years ago
- 8d752f5 Update CHANGES. by Nicholas Marriott · 6 years ago
- e7827f8 Remove duplicate entry. by Nicholas Marriott · 6 years ago
- f980e86 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 3c1f0cf Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 5b9211d Copy the code to infer the option type to show-options and document it. by nicm · 6 years ago