- 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
- 8a6a7e7 CSR resets the cursor to the top-left. Reported by merdely. by Nicholas Marriott · 16 years ago
- 0402ef2 Log socket path so I can tell which tmux log is which. by Nicholas Marriott · 16 years ago
- a9a22d7 Initialise socket_path before parsing configuration file. by Nicholas Marriott · 16 years ago
- 65b9aeb Put socket path in $TMUX. by Nicholas Marriott · 16 years ago
- 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
- 5803c4f Fix window choice mode, again. by Nicholas Marriott · 16 years ago
- 57f5f44 Sort out escape key handling so it works. by Nicholas Marriott · 16 years ago
- 792b4db Doh. Set a message when pane is too small rather than dying... by Nicholas Marriott · 16 years ago
- a2a5abe This is now fixed. by Nicholas Marriott · 16 years ago
- 26edf4c Don't segfault on lock when no sessions attached. by Nicholas Marriott · 16 years ago
- eae026f Redraw selection properly. by Nicholas Marriott · 16 years ago
- 092cca4 Update TODO. by Nicholas Marriott · 16 years ago
- c45eb27 Check the right variable. Doh. by Nicholas Marriott · 16 years ago
- 3969b59 Don't turn cursor off unless actually drawing something. by Nicholas Marriott · 16 years ago
- 5b7e882 Don't redraw status if it has already been redrawed as part of entire screen. by Nicholas Marriott · 16 years ago
- afd67ce Allow selection in vi mode. by Nicholas Marriott · 16 years ago
- 78f420e Reuse CPPFLAGS. by Nicholas Marriott · 16 years ago
- 664c79c INCDIRS after CPPFLAGS. by Nicholas Marriott · 16 years ago
- 761db94 Exclude NetBSD. by Nicholas Marriott · 16 years ago
- 03b76db Use CPPFLAGS. by Nicholas Marriott · 16 years ago
- 6d8ff85 -err.h. by Nicholas Marriott · 16 years ago
- 546a9d5 Don't die on any error from fd. by Nicholas Marriott · 16 years ago
- ca8b6a0 NetBSD flags. by Nicholas Marriott · 16 years ago
- 5a6ed33 Don't leak string arguments and options. by Nicholas Marriott · 16 years ago
- b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
- f5126e2 And another memory leak. by Nicholas Marriott · 16 years ago
- 4573ef1 Memory leak. by Nicholas Marriott · 16 years ago
- a4f5d12 Don't leak top line of history and status screen. by Nicholas Marriott · 16 years ago
- a766f97 Don't leak existing keys. by Nicholas Marriott · 16 years ago
- 17017ef These are fixed. by Nicholas Marriott · 16 years ago
- 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
- 47e6b27 Reset mode before adding text. by Nicholas Marriott · 16 years ago
- b2282f2 Use the right row when calling RI. by Nicholas Marriott · 16 years ago
- 488cec3 More TODO. by Nicholas Marriott · 16 years ago
- d76d42f Update TODO. by Nicholas Marriott · 16 years ago
- 0450b4a Move status prompt/message init and teardown into status.c. by Nicholas Marriott · 16 years ago
- fdafe63 Reset region before using CUD etc. by Nicholas Marriott · 16 years ago
- eb7d229 Code tidying on my way to find tmux-in-tmux bug. by Nicholas Marriott · 16 years ago
- 1a88dbf Some extra emacs keys from Christian Weisgerber. by Nicholas Marriott · 16 years ago
- cce03e1 Looking up argv[0] is expensive, so just use p_comm for the window name which is good enough. Also increase name update time to 500 ms. by Nicholas Marriott · 16 years ago
- b1e911a Update TODO. by Nicholas Marriott · 16 years ago
- 3a7f3bd Reset name when clearing mode. by Nicholas Marriott · 16 years ago
- 9d2697f Whoops. Build testing is a good idea... by Nicholas Marriott · 16 years ago
- e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
- 5a04f74 Only use RI at the top of the screen. by Nicholas Marriott · 16 years ago
- 959eeef FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted. by Nicholas Marriott · 16 years ago
- 4ddac7f Update. by Nicholas Marriott · 16 years ago
- e0fe64b Further unbreakage. by Nicholas Marriott · 16 years ago
- c6193f7 Unbreak OS X. by Nicholas Marriott · 16 years ago
- d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
- 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
- 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
- 6537858 Don't debug this stuff. by Nicholas Marriott · 16 years ago
- 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
- 91c9d95 Change tty_cmd_* to use a window_pane. by Nicholas Marriott · 16 years ago
- e444b0b Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take by Nicholas Marriott · 16 years ago
- c6be7d3 Simplify screen/tty write code to eliminate function pointer which is now by Nicholas Marriott · 16 years ago
- 89f3082 Update TODO. by Nicholas Marriott · 16 years ago
- b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
- cc5a0ab Update TODO. by Nicholas Marriott · 16 years ago
- d9f3bcd Zero to turn off updates. by Nicholas Marriott · 16 years ago
- b7c446f FAQ entry for automatic rename CPU use. by Nicholas Marriott · 16 years ago
- 1b036c1 Return -1 not NULL on error. Doh. by Nicholas Marriott · 16 years ago
- c9cfc9a Don't try to change the window name unless the pid of the process chosen has by Nicholas Marriott · 16 years ago
- 9d90d9a Increase name refresh interval to 250 ms to reduce CPU use. by Nicholas Marriott · 16 years ago
- 8c7c442 Tweak language. by Nicholas Marriott · 16 years ago
- 44cc9c4 Typos. by Nicholas Marriott · 16 years ago
- 9b09c8d Test. by Nicholas Marriott · 16 years ago
- f5d064a Test syncmail III. by Nicholas Marriott · 16 years ago
- b94ddce Test syncmail II. by Nicholas Marriott · 16 years ago
- b9af491 Test syncmail. by Nicholas Marriott · 16 years ago
- dd1ebf1 Handle "" properly. by Nicholas Marriott · 16 years ago
- b235815 Don't close fds, so error message appears. by Nicholas Marriott · 16 years ago
- 7942e49 Session name is now shown. by Nicholas Marriott · 16 years ago
- 62d2ab3 Continue process if suspended. by Nicholas Marriott · 16 years ago
- 85fd214 Move to 0.8. by Nicholas Marriott · 16 years ago
- 33d56a3 Remove senseless if statement. by Tiago Cunha · 16 years ago
- 4264ad7 Don't accept NULL argv[0]. by Nicholas Marriott · 16 years ago
- 091c08f Use both pgrp. by Nicholas Marriott · 16 years ago
- 505b071 More tweakery. by Nicholas Marriott · 16 years ago
- dd962b6 automatic-rename added. by Tiago Cunha · 16 years ago
- 0e03dc2 Update. by Nicholas Marriott · 16 years ago
- 028419f Comment. Missing OS X headers. +TODO. by Nicholas Marriott · 16 years ago
- 1583b87 And again. by Nicholas Marriott · 16 years ago
- 523b2e8 Tweak FreeBSD too. by Nicholas Marriott · 16 years ago
- f53bcc8 Even better. by Nicholas Marriott · 16 years ago
- 1d3fba8 Make process name guessing pick up SSTOP. by Nicholas Marriott · 16 years ago
- 69ebc15 Time for 0.7. by Nicholas Marriott · 16 years ago
- 3c7fefd Document automatic-rename. by Nicholas Marriott · 16 years ago
- bb3eb77 New sentence, new line. by Nicholas Marriott · 16 years ago
- ea8a8d3 Document command sequences. by Nicholas Marriott · 16 years ago
- c8e2727 Update cursor y on newline otherwise RI gets screwed up at y=0. by Nicholas Marriott · 16 years ago
- fe9320a Prevent weird output on OpenBSD (probably on other BSD's too?). From nicm. by Tiago Cunha · 16 years ago
- 5edb324 Update. by Nicholas Marriott · 16 years ago
- 70dbc2f - Document find-window. by Tiago Cunha · 16 years ago
- 4213ff8 copy-buffer command. by Tiago Cunha · 16 years ago
- b5f4b77 Update. by Tiago Cunha · 16 years ago
- 5a7b7aa Don't leak fd. by Nicholas Marriott · 16 years ago
- dd4e160 - Document the -p and -l options in split-window. by Tiago Cunha · 16 years ago