summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2008-06-03It is too easy to create things in the same second; use a timespec instead.Nicholas Marriott
2008-06-03Allow -c anywhere -s was allowed.Nicholas Marriott
2008-06-03Allow fnmatch(3) on -s, and select newest session if multiple.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-03Quick and dirty kill-server command.Nicholas Marriott
2008-06-02Allow comments at EOL; count blank lines properly.Nicholas Marriott
2008-06-02Add a windowonly generic command and use it where appropriate. Also trim incl...Nicholas Marriott
2008-06-02Quick man page update, also fix some usages and get rid of some CMD_KEY checks.Nicholas Marriott
2008-06-02Daemonise before loading configuration.Nicholas Marriott
2008-06-02start-server command to start server and nothing else.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott
2008-06-02Remove old examples, add new.Nicholas Marriott
2008-06-02Return error cause properly.Nicholas Marriott
2008-06-02Clear msgdata where it is unavailable.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2008-06-01Prepare TERM in buffer before sending; this allows size to be part of cmd and...Nicholas Marriott
2008-06-01+.Nicholas Marriott
2008-06-01Don't die if no dst window and -k to linkw.Nicholas Marriott
2008-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2008-06-01+.Nicholas Marriott
2008-05-31s/backgroun/background/Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2008-05-31Add limits.hNicholas Marriott
2008-05-31Ugh, this should be backspace.Nicholas Marriott
2008-05-10Linux rxvt doesn't support parm_dch or delete_character.Nicholas Marriott
2008-03-31+.Nicholas Marriott
2008-02-10GNUmakefile fixes, from tobiasu.Nicholas Marriott
2008-01-03Upd.Nicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott
2008-01-03This was wrong...Nicholas Marriott
2008-01-03Write status across entire line.Nicholas Marriott
2008-01-02Don't attempt to reset tty if it is dead.Nicholas Marriott
2007-12-18vi(1)Nicholas Marriott
2007-12-16Quick start section in man page.Nicholas Marriott
2007-12-13Sync with Makefile.Nicholas Marriott
2007-12-12Don't free twice when exiting.Nicholas Marriott
2007-12-10Actually incrementing the reference count would be nice.Nicholas Marriott
2007-12-07Yes, it is.Nicholas Marriott
2007-12-07Handle EOL properly when scrolled.Nicholas Marriott
2007-12-07Redraw position indicator regardless.Nicholas Marriott
2007-12-06Filling with the right attr should be done in screen-display.c.Nicholas Marriott
2007-12-06Use the current attr/colours for filling in new areas, this fixes the echo \\...Nicholas Marriott
2007-12-06Bug fix; don't bail except on first line when printing.Nicholas Marriott
2007-12-06Workaround FreeBSD problems with deleting terms.Nicholas Marriott
2007-12-06Only close the tty during exit process and leave freeing it to when the socke...Nicholas Marriott
2007-12-06Use the right function...Nicholas Marriott
2007-12-06Save term data in a linked list and reuse it.Nicholas Marriott
2007-12-06Fix charset stuff.Nicholas Marriott
2007-12-06Sync.Nicholas Marriott
2007-12-06Clean up after error properly.Nicholas Marriott