| Commit message (Expand) | Author | Age |
| ... | |
| * | Add a windowonly generic command and use it where appropriate. Also trim incl... | Nicholas Marriott | 2008-06-02 |
| * | Quick man page update, also fix some usages and get rid of some CMD_KEY checks. | Nicholas Marriott | 2008-06-02 |
| * | Last bits of basic configuration file. By default in ~/.tmux.conf or specifie... | Nicholas Marriott | 2008-06-02 |
| * | Move -s and -c down a level so handling them is the responsibility of the com... | Nicholas Marriott | 2008-06-02 |
| * | Prepare TERM in buffer before sending; this allows size to be part of cmd and... | Nicholas Marriott | 2008-06-01 |
| * | +. | Nicholas Marriott | 2008-06-01 |
| * | New command, send-keys, to send a set of keys. | Nicholas Marriott | 2008-06-01 |
| * | +. | Nicholas Marriott | 2008-06-01 |
| * | Don't hang when window closes early; also add lots more debugging. | Nicholas Marriott | 2008-05-31 |
| * | +. | Nicholas Marriott | 2008-03-31 |
| * | GNUmakefile fixes, from tobiasu. | Nicholas Marriott | 2008-02-10 |
| * | Upd. | Nicholas Marriott | 2008-01-03 |
| * | Some key tweaks, fix status bar to not rely on attr. | Nicholas Marriott | 2008-01-03 |
| * | Write status across entire line. | Nicholas Marriott | 2008-01-03 |
| * | Quick start section in man page. | Nicholas Marriott | 2007-12-16 |
| * | Sync with Makefile. | Nicholas Marriott | 2007-12-13 |
| * | Don't free twice when exiting. | Nicholas Marriott | 2007-12-12 |
| * | Actually incrementing the reference count would be nice. | Nicholas Marriott | 2007-12-10 |
| * | Yes, it is. | Nicholas Marriott | 2007-12-07 |
| * | Handle EOL properly when scrolled. | Nicholas Marriott | 2007-12-07 |
| * | Use the current attr/colours for filling in new areas, this fixes the echo \\... | Nicholas Marriott | 2007-12-06 |
| * | Sync. | Nicholas Marriott | 2007-12-06 |
| * | set/reset mode window functions. | Nicholas Marriott | 2007-12-06 |
| * | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
| * | Handle missing parm_*. | Nicholas Marriott | 2007-12-03 |
| * | Change window name on \ek...\e\. | Nicholas Marriott | 2007-11-30 |
| * | Preliminary mouse support. | Nicholas Marriott | 2007-11-27 |
| * | Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. | Nicholas Marriott | 2007-11-27 |
| * | Clear current line properly on clear eos. | Nicholas Marriott | 2007-11-27 |
| * | Flush data on tty open. Also reset colour before clearing line/screen. | Nicholas Marriott | 2007-11-27 |
| * | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 |
| * | Sync. | Nicholas Marriott | 2007-11-24 |
| * | Document modes, c/p etc. | 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 |
| * | Show hlimit. | Nicholas Marriott | 2007-11-23 |
| * | Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy... | Nicholas Marriott | 2007-11-22 |
| * | Free entire screen when destroyed. | Nicholas Marriott | 2007-11-21 |
| * | The CLIENT_HOLD hack can go bye-bye. | Nicholas Marriott | 2007-11-21 |
| * | Redo screen.c functions to make them readable and more flexible. Make scroll ... | Nicholas Marriott | 2007-11-21 |
| * | Fix clear. | Nicholas Marriott | 2007-11-21 |
| * | Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalc... | Nicholas Marriott | 2007-11-21 |
| * | Initial history support. | Nicholas Marriott | 2007-11-21 |
| * | Style: ry_* -> r* | Nicholas Marriott | 2007-11-20 |
| * | dist target. | Nicholas Marriott | 2007-11-20 |
| * | switch-client command. | Nicholas Marriott | 2007-11-16 |
| * | Add -c option to specify client, and move detach/refresh to client rather tha... | Nicholas Marriott | 2007-11-16 |
| * | Check for scrolling when _cursor_ is inside region, not number of lines. Duh. | Nicholas Marriott | 2007-11-16 |
| * | Report available commands on ambiguous commands. Tidy TODO a bit. | Nicholas Marriott | 2007-11-16 |
| * | Sync. | Nicholas Marriott | 2007-11-14 |