| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Quick man page update, also fix some usages and get rid of some CMD_KEY checks. | Nicholas Marriott | 2008-06-02 | |
| | | ||||
| * | Daemonise before loading configuration. | Nicholas Marriott | 2008-06-02 | |
| | | ||||
| * | start-server command to start server and nothing else. | 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. | |||
| * | Remove old examples, add new. | Nicholas Marriott | 2008-06-02 | |
| | | ||||
| * | Return error cause properly. | Nicholas Marriott | 2008-06-02 | |
| | | ||||
| * | Clear msgdata where it is unavailable. | Nicholas Marriott | 2008-06-02 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | +. | Nicholas Marriott | 2008-06-01 | |
| | | ||||
| * | s/backgroun/background/ | Nicholas Marriott | 2008-05-31 | |
| | | ||||
| * | Don't hang when window closes early; also add lots more debugging. | Nicholas Marriott | 2008-05-31 | |
| | | ||||
| * | Add limits.h | Nicholas Marriott | 2008-05-31 | |
| | | ||||
| * | Ugh, this should be backspace. | Nicholas Marriott | 2008-05-31 | |
| | | ||||
| * | Linux rxvt doesn't support parm_dch or delete_character. | Nicholas Marriott | 2008-05-10 | |
| | | ||||
| * | +. | 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 | |
| | | ||||
| * | This was wrong... | Nicholas Marriott | 2008-01-03 | |
| | | ||||
| * | Write status across entire line. | Nicholas Marriott | 2008-01-03 | |
| | | ||||
| * | Don't attempt to reset tty if it is dead. | Nicholas Marriott | 2008-01-02 | |
| | | ||||
| * | vi(1) | Nicholas Marriott | 2007-12-18 | |
| | | ||||
| * | 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 | |
| | | ||||
| * | Redraw position indicator regardless. | Nicholas Marriott | 2007-12-07 | |
| | | ||||
| * | Filling with the right attr should be done in screen-display.c. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | 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. | |||
| * | Bug fix; don't bail except on first line when printing. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Workaround FreeBSD problems with deleting terms. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Only close the tty during exit process and leave freeing it to when the ↵ | Nicholas Marriott | 2007-12-06 | |
| | | | | | socket is lost. | |||
| * | Use the right function... | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Save term data in a linked list and reuse it. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Fix charset stuff. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Sync. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Clean up after error properly. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Restore termcap checks. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Another redraw bugs. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Screen debugging. | Nicholas Marriott | 2007-12-06 | |
| | | ||||
| * | Redraw buglets. | 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 | |
| | | ||||
| * | Don't try to access more windows if the session has been destroyed. | Nicholas Marriott | 2007-12-04 | |
| | | ||||