aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* break-pane command to split a pane off into a new window; bound to ! by default.Nicholas Marriott2009-03-07
* CSR resets the cursor to the top-left. Reported by merdely.Nicholas Marriott2009-03-05
* Log socket path so I can tell which tmux log is which.Nicholas Marriott2009-03-05
* Initialise socket_path before parsing configuration file.Nicholas Marriott2009-03-04
* Put socket path in $TMUX.Nicholas Marriott2009-03-04
* Extra function keys from Dashing dashing at hushmail dot comNicholas Marriott2009-03-02
* Fix window choice mode, again.Nicholas Marriott2009-03-02
* Sort out escape key handling so it works.Nicholas Marriott2009-03-02
* Doh. Set a message when pane is too small rather than dying...Nicholas Marriott2009-03-01
* This is now fixed.Nicholas Marriott2009-02-28
* Don't segfault on lock when no sessions attached.Nicholas Marriott2009-02-27
* Redraw selection properly.Nicholas Marriott2009-02-25
* Update TODO.Nicholas Marriott2009-02-25
* Check the right variable. Doh.Nicholas Marriott2009-02-24
* Don't turn cursor off unless actually drawing something.Nicholas Marriott2009-02-21
* Don't redraw status if it has already been redrawed as part of entire screen.Nicholas Marriott2009-02-21
* Allow selection in vi mode.Nicholas Marriott2009-02-21
* Reuse CPPFLAGS.Nicholas Marriott2009-02-18
* INCDIRS after CPPFLAGS.Nicholas Marriott2009-02-18
* Exclude NetBSD.Nicholas Marriott2009-02-18
* Use CPPFLAGS.Nicholas Marriott2009-02-18
* -err.h.Nicholas Marriott2009-02-17
* Don't die on any error from fd.Nicholas Marriott2009-02-17
* NetBSD flags.Nicholas Marriott2009-02-17
* Don't leak string arguments and options.Nicholas Marriott2009-02-16
* strdup() not necessary here.Nicholas Marriott2009-02-16
* And another memory leak.Nicholas Marriott2009-02-16
* Memory leak.Nicholas Marriott2009-02-16
* Don't leak top line of history and status screen.Nicholas Marriott2009-02-16
* Don't leak existing keys.Nicholas Marriott2009-02-16
* These are fixed.Nicholas Marriott2009-02-15
* Redo mode keys slightly more cleanly and apply them to command prompt editing...Nicholas Marriott2009-02-13
* Reset mode before adding text.Nicholas Marriott2009-02-13
* Use the right row when calling RI.Nicholas Marriott2009-02-13
* More TODO.Nicholas Marriott2009-02-13
* Update TODO.Nicholas Marriott2009-02-13
* Move status prompt/message init and teardown into status.c.Nicholas Marriott2009-02-13
* Reset region before using CUD etc.Nicholas Marriott2009-02-13
* Code tidying on my way to find tmux-in-tmux bug.Nicholas Marriott2009-02-13
* Some extra emacs keys from Christian Weisgerber.Nicholas Marriott2009-02-13
* Looking up argv[0] is expensive, so just use p_comm for the window name which...Nicholas Marriott2009-02-13
* Update TODO.Nicholas Marriott2009-02-12
* Reset name when clearing mode.Nicholas Marriott2009-02-12
* Whoops. Build testing is a good idea...Nicholas Marriott2009-02-12
* Never draw last character: stops stray scrolling sometimes should status line...Nicholas Marriott2009-02-12
* Only use RI at the top of the screen.Nicholas Marriott2009-02-12
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott2009-02-11
* Update.Nicholas Marriott2009-02-11
* Further unbreakage.Nicholas Marriott2009-02-11
* Unbreak OS X.Nicholas Marriott2009-02-11