summaryrefslogtreecommitdiffstats
path: root/tmux.c
AgeCommit message (Expand)Author
2008-06-19display-time option to set message display time.Nicholas Marriott
2008-06-19status-lines -> status, prefix-key -> prefixNicholas Marriott
2008-06-19Editable prompt. Not used for anything yet. More to come.Nicholas Marriott
2008-06-18Trimify.Nicholas Marriott
2008-06-18More Sun OS crap.Nicholas Marriott
2008-06-18Start of Solaris port.Nicholas Marriott
2008-06-18Set window title to current session. New options set-titles to disable.Nicholas Marriott
2008-06-18Sort options from Pierre Riteau.Nicholas Marriott
2008-06-16Informational messages on window option changes.Nicholas Marriott
2008-06-15Add a couple of extra option types, and implement show-options command.Nicholas Marriott
2008-06-06Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-04Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03It is too easy to create things in the same second; use a timespec instead.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-12-06Save term data in a linked list and reuse it.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
2007-11-23history-limit option.Nicholas Marriott
2007-11-20Work around Linux realpath breakage.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott
2007-11-12realpath the socket path; also sprinkle some const.Nicholas Marriott
2007-11-09-V option to show tmux version.Nicholas Marriott
2007-10-24Close memory leaks.Nicholas Marriott
2007-10-24Save/restore errno, free pfd buffer.Nicholas Marriott
2007-10-23Lift last MAXNAMELEN limit on -s argument.Nicholas Marriott
2007-10-20Add default-command option and change default to be $SHELL rather than $SHELL...Nicholas Marriott
2007-10-19cctx should be 0.Nicholas Marriott
2007-10-19Add a bell-action option.Nicholas Marriott
2007-10-12Init signals here to pick up zombie.Nicholas Marriott
2007-10-12Warn and bork on nested sessions ($TMUX exists).Nicholas Marriott
2007-10-12set status, status-fg, status-bg.Nicholas Marriott
2007-10-04Window attachment, malloc debugging, fix a segfault with no sessions.Nicholas Marriott
2007-10-04Nuke ?.Nicholas Marriott
2007-10-03Tweak error msgs.Nicholas Marriott
2007-10-03__progname in error msg.Nicholas Marriott
2007-10-03Rewrite command handling to be more generic. Not finished!Nicholas Marriott
2007-10-03Use exec on default shell command.Nicholas Marriott
2007-10-03Rename some bits.Nicholas Marriott
2007-10-03String/number arguments..Nicholas Marriott
2007-10-03Key binding, unbinding.Nicholas Marriott
2007-10-03Sprinkle some const.Nicholas Marriott
2007-10-02Warn on ambiguous commands.Nicholas Marriott
2007-10-01Simple status line.Nicholas Marriott
2007-09-28Added window renaming support (tmux rename)Maximilian Gass
2007-09-27Erm, check the right length for short cmds.Nicholas Marriott
2007-09-27Split list into ls/lsw.Nicholas Marriott