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