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