aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
* Revert attempt to fix stray updates, turns out it was clock :-/.Nicholas Marriott2008-06-04
* vi keys from Will Maier.Nicholas Marriott2008-06-04
* Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott2008-06-04
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
* Bring select-window into line with everything else wrt -i.Nicholas Marriott2008-06-04
* Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott2008-06-04
* Per-session configuration options.Nicholas Marriott2008-06-03
* It is too easy to create things in the same second; use a timespec instead.Nicholas Marriott2008-06-03
* Allow -c anywhere -s was allowed.Nicholas Marriott2008-06-03
* If no command is specified, assume new-session.Nicholas Marriott2008-06-03
* Quick and dirty kill-server command.Nicholas Marriott2008-06-03
* Add a windowonly generic command and use it where appropriate. Also trim incl...Nicholas Marriott2008-06-02
* Quick man page update, also fix some usages and get rid of some CMD_KEY checks.Nicholas Marriott2008-06-02
* Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott2008-06-02
* Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott2008-06-02
* New command, send-keys, to send a set of keys.Nicholas Marriott2008-06-01
* Add limits.hNicholas Marriott2008-05-31
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
* Use the current attr/colours for filling in new areas, this fixes the echo \\...Nicholas Marriott2007-12-06
* Save term data in a linked list and reuse it.Nicholas Marriott2007-12-06
* Screen debugging.Nicholas Marriott2007-12-06
* set/reset mode window functions.Nicholas Marriott2007-12-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* The tty code already stores attributes and doesn't modify them if unaltered, ...Nicholas Marriott2007-12-02
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
* Preliminary mouse support.Nicholas Marriott2007-11-27
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
* Same exit process applied to detach.Nicholas Marriott2007-11-27
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott2007-11-24
* Reset before calling window_draw otherwise it'll have the wrong idea of the c...Nicholas Marriott2007-11-24
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
* history-limit option.Nicholas Marriott2007-11-23
* Tidier code by moving mess into functions.Nicholas Marriott2007-11-22
* Text selection with C-space.Nicholas Marriott2007-11-22
* Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott2007-11-22
* Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy...Nicholas Marriott2007-11-22
* Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott2007-11-21
* The CLIENT_HOLD hack can go bye-bye.Nicholas Marriott2007-11-21
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text o...Nicholas Marriott2007-11-21
* Scrollable win for command output.Nicholas Marriott2007-11-21
* Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott2007-11-21
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
* Scroll data should be per-window not global.Nicholas Marriott2007-11-21
* Initial history support.Nicholas Marriott2007-11-21
* Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott2007-11-20