| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Add a windowonly generic command and use it where appropriate. Also trim ↵ | Nicholas Marriott | 2008-06-02 | |
| | | | | | includes and unused. | |||
| * | 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 ↵ | 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. | |||
| * | Prepare TERM in buffer before sending; this allows size to be part of cmd ↵ | Nicholas Marriott | 2008-06-01 | |
| | | | | | and prevents it being split. This is the only place this happens so remove it from todo. | |||
| * | +. | 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 | |
| | | | | | \\033[35\;46m\\033[2J bug. | |||
| * | 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 ↵ | Nicholas Marriott | 2007-11-22 | |
| | | | | | copy mode. | |||
| * | 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 | |
| | | | | | mode only redraw waht it needs. | |||
| * | Fix clear. | Nicholas Marriott | 2007-11-21 | |
| | | ||||
| * | Use screen_* versions to avoid range checks (s->dy may be wrong), fix ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | | miscalculated free. | |||
| * | 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 ↵ | Nicholas Marriott | 2007-11-16 | |
| | | | | | than session. | |||
| * | 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 | |
| | | ||||