summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2008-07-01Protocol versioning, version is checked on identify message.Nicholas Marriott
2008-06-30Document buffer stuff.Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
2008-06-25Oops, forgot to commit move-window. Also add select-prompt to allow index to ...Nicholas Marriott
2008-06-25Allow use of alt keys. move-window command.Nicholas Marriott
2008-06-25Handle escaped keys properly and use M-f/M-b in copy mode.Nicholas Marriott
2008-06-23list-commands command.Nicholas Marriott
2008-06-23Split internal status-colour into status-fg/status-bg options and lose workar...Nicholas Marriott
2008-06-23Split options into a table to allow abbreviations.Nicholas Marriott
2008-06-22timespecadd, fgetln headers.Nicholas Marriott
2008-06-22More missing bits from Solaris.Nicholas Marriott
2008-06-22Don't be clever and translate default colour.Nicholas Marriott
2008-06-21Simple tab completion of option names in command prompt.Nicholas Marriott
2008-06-21Lose unnecessary flags on context.Nicholas Marriott
2008-06-20buffer-limit option.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-20Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott
2008-06-20Freeze output when showing display line, fixes problems when no status line.Nicholas Marriott
2008-06-19Hide cursor with flag.Nicholas Marriott
2008-06-19Command prompt for interactive commands.Nicholas Marriott
2008-06-19Editable prompt. Not used for anything yet. More to come.Nicholas Marriott
2008-06-19Show status messages without blocking the server.Nicholas Marriott
2008-06-18More Solaris stuff. Use ttyname, use ncurses,h.Nicholas Marriott
2008-06-18NO_ASPRINTF.Nicholas Marriott
2008-06-18More Sun OS crap.Nicholas Marriott
2008-06-18forkpty for Sun OS.Nicholas Marriott
2008-06-18compat/daemon.cNicholas 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-16Informational messages on window option changes.Nicholas Marriott
2008-06-16show-window-options command.Nicholas Marriott
2008-06-15Add a couple of extra option types, and implement show-options command.Nicholas Marriott
2008-06-14New window options: force-width and force-height. This will force a window toNicholas Marriott
2008-06-14Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott
2008-06-07Use a socketpair to synchronise server startup.Nicholas Marriott
2008-06-07Clear clients with flag too.Nicholas Marriott
2008-06-07Be more conservative about redrawing using flags.Nicholas Marriott
2008-06-06New flag: aggressize resize. Resize window when to size of smallest session f...Nicholas Marriott
2008-06-06Make server exit when last session dies. Also fix window check for status act...Nicholas Marriott
2008-06-06Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-04Revert attempt to fix stray updates, turns out it was clock :-/.Nicholas Marriott
2008-06-04vi keys from Will Maier.Nicholas Marriott
2008-06-04Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott
2008-06-04Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott
2008-06-04Bring select-window into line with everything else wrt -i.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