| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Last bits of basic configuration file. By default in ~/.tmux.conf or ↵ | Nicholas Marriott | 2008-06-02 | |
| | | | | | specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. | |||
| * | Move -s and -c down a level so handling them is the responsibility of the ↵ | Nicholas Marriott | 2008-06-02 | |
| | | | | | command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. | |||
| * | Don't die if no dst window and -k to linkw. | Nicholas Marriott | 2008-06-01 | |
| | | ||||
| * | New command, send-keys, to send a set of keys. | Nicholas Marriott | 2008-06-01 | |
| | | ||||
| * | Don't hang when window closes early; also add lots more debugging. | Nicholas Marriott | 2008-05-31 | |
| | | ||||
| * | Linux rxvt doesn't support parm_dch or delete_character. | Nicholas Marriott | 2008-05-10 | |
| | | ||||
| * | Don't attempt to reset tty if it is dead. | Nicholas Marriott | 2008-01-02 | |
| | | ||||
| * | Restore termcap checks. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Change window name on \ek...\e\. | Nicholas Marriott | 2007-11-30 | |
| | | ||||
| * | Preliminary mouse support. | Nicholas Marriott | 2007-11-27 | |
| | | ||||
| * | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 | |
| | | ||||
| * | Shift history up by 10% at a time. | Nicholas Marriott | 2007-11-26 | |
| | | ||||
| * | Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of ↵ | Nicholas Marriott | 2007-11-26 | |
| | | | | | places. | |||
| * | Support for VT100 graphics mode. Also lose some redundant checks. | Nicholas Marriott | 2007-11-24 | |
| | | ||||
| * | Inc region in debug msg. | Nicholas Marriott | 2007-11-23 | |
| | | ||||
| * | Mostly-complete copy and paste. | Nicholas Marriott | 2007-11-23 | |
| | | ||||
| * | history-limit option. | Nicholas Marriott | 2007-11-23 | |
| | | ||||
| * | Cut memory consumption by only allocating lines when there is actually data ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | | on them, and only as much as the right-most data. Everything else is filled in at runtime. | |||
| * | Scrollable win for command output. | Nicholas Marriott | 2007-11-21 | |
| | | ||||
| * | Redo screen.c functions to make them readable and more flexible. Make scroll ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | | mode only redraw waht it needs. | |||
| * | Horizontal history/scrolling. | Nicholas Marriott | 2007-11-21 | |
| | | ||||
| * | Initial history support. | Nicholas Marriott | 2007-11-21 | |
| | | ||||
| * | Fix a format string bug and sprinkle some printflikes. | Nicholas Marriott | 2007-11-20 | |
| | | ||||
| * | +index.html.in | Nicholas Marriott | 2007-11-20 | |
| | | ||||
| * | -k on link-window to kill dest window if it exists. | Nicholas Marriott | 2007-11-17 | |
| | | ||||
| * | Two-column display for on-line print. | Nicholas Marriott | 2007-11-16 | |
| | | ||||
| * | Ooops use ->client here, not cmdclient. | Nicholas Marriott | 2007-11-16 | |
| | | ||||
| * | switch-client command. | Nicholas Marriott | 2007-11-16 | |
| | | ||||
| * | Add -c option to specify client, and move detach/refresh to client rather ↵ | Nicholas Marriott | 2007-11-16 | |
| | | | | | than session. | |||
| * | Report available commands on ambiguous commands. Tidy TODO a bit. | Nicholas Marriott | 2007-11-16 | |
| | | ||||
| * | Force default colours if terminal supports it. | Nicholas Marriott | 2007-11-12 | |
| | | ||||
| * | Finish off man page. | Nicholas Marriott | 2007-11-12 | |
| | | ||||
| * | kill-window command. | Nicholas Marriott | 2007-11-12 | |
| | | ||||
| * | C-space is "^ " not "^@". | Nicholas Marriott | 2007-11-09 | |
| | | ||||
| * | Support tab. | Nicholas Marriott | 2007-11-09 | |
| | | ||||
| * | Initial man page. | Nicholas Marriott | 2007-11-09 | |
| | | ||||
| * | -V option to show tmux version. | Nicholas Marriott | 2007-11-09 | |
| | | ||||
| * | rename-session command. | Nicholas Marriott | 2007-11-09 | |
| | | ||||
| * | Check for required term capabilities on start. | Nicholas Marriott | 2007-11-08 | |
| | | ||||
| * | Try write even if read gets signal, some other tweaks. | Nicholas Marriott | 2007-11-07 | |
| | | ||||
| * | Make it build/run on Linux. | Nicholas Marriott | 2007-10-31 | |
| | | ||||
| * | swap-window command. | Nicholas Marriott | 2007-10-30 | |
| | | ||||
| * | Don't save/restore ry_*. | Nicholas Marriott | 2007-10-26 | |
| | | ||||
| * | unlink-window command. Also fix some u_int -> int problems. | Nicholas Marriott | 2007-10-26 | |
| | | ||||
| * | link-window command to link a window into another session. | Nicholas Marriott | 2007-10-26 | |
| | | ||||
| * | Reorg window data structures. Add an intermediate data type (struct winlink) ↵ | Nicholas Marriott | 2007-10-26 | |
| | | | | | to hold index and make sessions hold a RB tree of them rather than a fixed array. | |||
| * | has-session command. | Nicholas Marriott | 2007-10-25 | |
| | | ||||
| * | Handle DSR for resize(1). | Nicholas Marriott | 2007-10-24 | |
| | | ||||
| * | Save restore attr. | Nicholas Marriott | 2007-10-24 | |
| | | ||||