- 35c4897 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 74ed17d Little bit of tidying. by nicm · 4 years, 8 months ago
- c153964 No util.h. by Nicholas Marriott · 4 years, 8 months ago
- de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 8 months ago
- 17e4f23 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- ce61bf9 Do not set the history flag if there is no history. by nicm · 4 years, 8 months ago
- e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
- 581ed71 Add C position for terminal centre with display-menu -x and -y. by nicm · 4 years, 8 months ago
- 2cd8ea7 Various fixes to copying with select-word and select-line, including by nicm · 4 years, 8 months ago
- 7595b22 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 7b0e688 Break position calculation into a helper function. by nicm · 4 years, 8 months ago
- 18cfd9b Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 76f373a Merge branch '3.1-rc' by Nicholas Marriott · 4 years, 8 months ago
- 617136c Turn off mouse mode 1003 as well as the rest when exiting. by nicm · 4 years, 8 months ago
- f16085a Fix C-Space key string. by nicm · 4 years, 8 months ago
- 4ffbebe Terminate the output buffer for control mode output - it is now used as by nicm · 4 years, 8 months ago
- c0d7466 Do not attempt to close a NULL pane when failing to create a new one. by nicm · 4 years, 8 months ago
- b21a9b1 getopt varies too much between platforms, and we already use compat/getopt.c by Nicholas Marriott · 4 years, 8 months ago
- 80f20b8 getopt varies too much between platforms, and we already use compat/getopt.c by Nicholas Marriott · 4 years, 8 months ago
- bd0342b getopt is not required to set optarg to NULL when there is no argument by nicm · 4 years, 8 months ago
- 5717633 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 1ddc128 Do not return early if no bits changed because may still need to change the style. by nicm · 4 years, 8 months ago
- 0610f66 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 4 years, 8 months ago
- 71eb965 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- fb39628 Do not attempt to close a NULL pane when failing to create a new one. by nicm · 4 years, 8 months ago
- c18a46c Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 62c646a Add couple of CHANGES tweaks. by Nicholas Marriott · 4 years, 8 months ago
- 372841f Add to CHANGES. by Nicholas Marriott · 4 years, 8 months ago
- 69eff51 Add. by Nicholas Marriott · 4 years, 8 months ago
- 7021757 Adjust selection correctly when scrolling, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
- cae2dfc Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 37b7a29 VTE treats each mouse mode bit as independent, so turning off 1000 by nicm · 4 years, 8 months ago
- 45be93f Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 7cae4e8 Turn off mouse mode 1003 as well as the rest when exiting. by nicm · 4 years, 8 months ago
- 7815b30 Terminate the output buffer for control mode output - it is now used as by nicm · 4 years, 8 months ago
- 9abeff7 FIx type for %u, from Thomas Adam. by nicm · 4 years, 8 months ago
- f584fe1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- d162ff4 Send mouse down event immediately rather than waiting for double click by nicm · 4 years, 8 months ago
- 55aeaff Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 882d0b7 Reset selection flag when clearing or stopping selection, from Mark Kelly. by nicm · 4 years, 8 months ago
- fa3871b Fix C-Space key string. by nicm · 4 years, 8 months ago
- c859748 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- fa36e9b Do not add a reference to the session if no session is present. by nicm · 4 years, 9 months ago
- c91a094 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 6385bd1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 6571dd5 Tidy up the default mouse key bindings and: by nicm · 4 years, 9 months ago
- 516f609 Add a -d flag to run-shell to wait for delay before running the command, by nicm · 4 years, 9 months ago
- 7863445 Add a copy-mode -H flag to hide the position marker in the top right. by nicm · 4 years, 9 months ago
- f7bc753 Change how double and triple clicks works so that one or the other is by nicm · 4 years, 9 months ago
- 5625c62 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 1a2e66f Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- b8b48e2 Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q by nicm · 4 years, 9 months ago
- 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
- 39dc809 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 4eba983 Start a new selection if outside the existing selection after a word has by nicm · 4 years, 9 months ago
- e4898de Only need one lm. by Nicholas Marriott · 4 years, 9 months ago
- 256f7e8 Merge branch 'master' of github.com:tmux/tmux by Thomas Adam · 4 years, 9 months ago
- e512a36 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 6d9becc Will need fmod. by Nicholas Marriott · 4 years, 9 months ago
- 8d1d7fd Lock much more quickly. by Nicholas Marriott · 4 years, 9 months ago
- c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
- 07bf5cb 3.2 next. by Nicholas Marriott · 4 years, 9 months ago
- 444e9f3 Bump 3.1-rc up to master. by Nicholas Marriott · 4 years, 9 months ago
- 59cb022 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 2991f4a Use correct width of right marker so it doesn't draw over status right by nicm · 4 years, 9 months ago
- 9e4d0b2 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- add75a0 Update latest client for target session on switch-client. by nicm · 4 years, 9 months ago
- ccd24c9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 8be179d Use current session for cwd of new sessions, not the new session which by nicm · 4 years, 9 months ago
- f65b9c0 Change mouse selection so that after selecting a word, dragging selects by nicm · 4 years, 9 months ago
- 549b359 Update CHANGES. by Nicholas Marriott · 4 years, 9 months ago
- 4694afb Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 229be03 Add selection_active format for when the selection is present but not by nicm · 4 years, 9 months ago
- ba542e4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- b20753f A few fixes to make modifier keys and dragging work - need to remove the by nicm · 4 years, 9 months ago
- 22e9cf0 Add GitHub. by Nicholas Marriott · 4 years, 9 months ago
- 37919a6 This site is too stupid. by Nicholas Marriott · 4 years, 9 months ago
- fdbc111 Add to FUNDING.yml. by Nicholas Marriott · 4 years, 9 months ago
- 0c6c8c4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- a1f6bd5 Add -a to list-keys to also list keys without notes with -N, suggested by nicm · 4 years, 9 months ago
- c391d50 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 9 months ago
- 9900ccd Change lock.yml options. by Nicholas Marriott · 4 years, 9 months ago
- 24cd726 Add lock.yml file. by Nicholas Marriott · 4 years, 9 months ago
- 6c28d0d Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- f48b041 Do not jump to next word end if already on a word end when selecting a by nicm · 4 years, 9 months ago
- a4d8437 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
- dc882ad Remove unused variables from Ben Boeckel, and a Pp from jmc. by nicm · 4 years, 10 months ago
- 470cba3 Merge branch '3.1-rc' by Nicholas Marriott · 4 years, 10 months ago
- ae9ca62 Remove duplicates, from Thomas Sattler. by Nicholas Marriott · 4 years, 10 months ago
- 400750b Merge branch '3.1-rc' by Nicholas Marriott · 4 years, 10 months ago
- 096f0d3 Make list-keys description clearer in tmux.1 and remove an unused variable. by nicm · 4 years, 10 months ago
- 5455390 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
- fb29242 Make list-keys description clearer in tmux.1 and remove an unused variable. by nicm · 4 years, 10 months ago
- c915cfc Merge branch '3.1-rc' by Nicholas Marriott · 4 years, 10 months ago
- 3ad4a7a Style nit in CHANGES. by Nicholas Marriott · 4 years, 10 months ago
- 47174f5 Next is 3.2. by Nicholas Marriott · 4 years, 10 months ago
- 4822130 Merge branch '3.1-rc' by Nicholas Marriott · 4 years, 10 months ago
- 0bf153d Update CONTRIBUTING.md by Nicholas Marriott · 4 years, 10 months ago