summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2009-02-03copy-buffer command.Tiago Cunha
2009-01-30Set colour of window entry in status line based on window options.Nicholas Marriott
2009-01-29Undo this and just shut lint up.Nicholas Marriott
2009-01-29Nuke debugging.Nicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-27-u to start with screen scrolled up.Nicholas Marriott
2009-01-27Handle cursor on/off better.Nicholas Marriott
2009-01-27Allow status, mode and message attributes to be changed by three new options:...Nicholas Marriott
2009-01-26Be more clever about picking window name.Nicholas Marriott
2009-01-25load-buffer commandTiago Cunha
2009-01-25Make the caller responsible for allocating memory for the paste buffer dataTiago Cunha
2009-01-23Better error messages for fork.Nicholas Marriott
2009-01-21Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy upNicholas Marriott
2009-01-21Bring back -p and -l to splitw to specify height as % or nlines.Nicholas Marriott
2009-01-20Try to change the window title to match the command running it in. This is doneNicholas Marriott
2009-01-19Bump protocol.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the command...Nicholas Marriott
2009-01-19Start the first client with a special socketpair so it is already known to theNicholas Marriott
2009-01-18Unbreak UTF-8.Nicholas Marriott
2009-01-18-a flags to next/previous window.Nicholas Marriott
2009-01-18find-window command.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-17Don't use [4] since they are confusing and use the right size for memset. DOH.Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when bound...Nicholas Marriott
2009-01-14Rename some flags I'm not happy about.Nicholas Marriott
2009-01-14Rework the prefix-time stuff. The option is now call repeat-time and defaults...Nicholas Marriott
2009-01-14switch-pane is now select-pane.Nicholas Marriott
2009-01-14up-pane and down-pane commands.Nicholas Marriott
2009-01-14Multiple window splitting.Nicholas Marriott
2009-01-13kill-pane command.Nicholas Marriott
2009-01-12prefix-time option to allow multiple commands without additional prefixes.Nicholas Marriott
2009-01-12More hacks for key handling.Nicholas Marriott
2009-01-12Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott
2009-01-12Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott
2009-01-11Codes no longer needed.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-11save-buffer command, from Tiago Cunha.Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Restore emulation of ich with insert mode.Nicholas Marriott
2009-01-10Pick up cwd from environment,.Nicholas Marriott
2009-01-10Clock mode.Nicholas Marriott
2009-01-10Oops, missed from btab commit.Nicholas Marriott
2009-01-10Support btab.Nicholas Marriott
2009-01-10Change server-info format.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-10New command, server-info, to show server info + terminal details. Also tweak ...Nicholas Marriott
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott
2009-01-09Update key handling code. Simplify, support ctrl properly and add a new windo...Nicholas Marriott
2009-01-08Give up the farce of caring about any keys aside from the ones in the screen ...Nicholas Marriott