- 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
- 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
- 0591d9f I'm an idiot - it is start,len not start,end. Unbreak. by Nicholas Marriott · 16 years ago
- 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
- 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
- 0bfd7a5 Don't die on empty strings. by Nicholas Marriott · 16 years ago
- ea80307 Update. by Nicholas Marriott · 16 years ago
- ec42778 Man page update from Will Maier, thanks. by Nicholas Marriott · 16 years ago
- 30573a6 Fix usage, from Will Maier. by Nicholas Marriott · 16 years ago
- 119bc87 Use existing termios and get rid of stuff we don't want rather than constructing a new one. by Nicholas Marriott · 16 years ago
- b590b5d Sync. by Nicholas Marriott · 16 years ago
- d00914f Set socket mode +x if sessions attached. by Nicholas Marriott · 16 years ago
- 2a2a976 Read from pipe to allow client to confirm and socket be closed. by Nicholas Marriott · 16 years ago
- d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
- 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
- 77224aa Be more conservative about redrawing using flags. by Nicholas Marriott · 16 years ago
- 6f7d59d Extra unused. by Nicholas Marriott · 16 years ago
- 713bad0 Make status-interval actually changeable. by Nicholas Marriott · 16 years ago
- 29e2253 Partial tmux.1 update thanks to Will Maier. by Nicholas Marriott · 16 years ago
- 367e002 New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window. by Nicholas Marriott · 16 years ago
- 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. by Nicholas Marriott · 16 years ago
- 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
- ac332b6 ich emulation should maintain cursor position; bug spotted by merdely. by Nicholas Marriott · 16 years ago
- 596080a Usage update from Will Maier. by Nicholas Marriott · 16 years ago
- 1551459 Don't use entry init since it may be dependent on key. by Nicholas Marriott · 16 years ago
- 197347b Don't bork on link/swap the same window. Also extend comment. by Nicholas Marriott · 16 years ago
- 741f896 Final missing print function. by Nicholas Marriott · 16 years ago
- 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
- ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
- 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
- 7325fea Man page fixes from Tiago Cunha. by Nicholas Marriott · 16 years ago
- ca19895 Add a MANDIR variable, from Tiago Cunha. by Nicholas Marriott · 16 years ago
- b044d09 ifdef RB_PREV since 4.3 misses it too. by Nicholas Marriott · 16 years ago
- 879400e Support binding 27-31. by Nicholas Marriott · 16 years ago
- 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
- 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
- 04c6028 status is a toggle. by Nicholas Marriott · 16 years ago
- f34b619 Make monitor-activity w/o arguments toggle. by Nicholas Marriott · 16 years ago
- b25ac6f Update. by Nicholas Marriott · 16 years ago
- 70c418c + comments. by Nicholas Marriott · 16 years ago
- 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
- 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
- f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 16 years ago
- 031be1f Don't crash when looking at NULL clients; also redraw everything on status change. by Nicholas Marriott · 16 years ago
- 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
- 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
- 85d520c tree.h has RB_PREV now, yay! by Nicholas Marriott · 16 years ago
- 2c78ea7 Update. by Nicholas Marriott · 16 years ago
- 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
- 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
- 3e6b145 Allow fnmatch(3) on -s, and select newest session if multiple. by Nicholas Marriott · 16 years ago
- f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
- eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
- 48490b1 Allow comments at EOL; count blank lines properly. by Nicholas Marriott · 16 years ago
- 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago
- 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
- 259dcbb Daemonise before loading configuration. by Nicholas Marriott · 16 years ago
- 70dc1b1 start-server command to start server and nothing else. by Nicholas Marriott · 16 years ago
- a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
- f6b8640 Remove old examples, add new. by Nicholas Marriott · 16 years ago
- 00c6585 Return error cause properly. by Nicholas Marriott · 16 years ago
- f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 16 years ago
- c7243b7 Move -s and -c down a level so handling them is the responsibility of the 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. by Nicholas Marriott · 16 years ago
- 11ee55e Prepare TERM in buffer before sending; this allows size to be part of cmd and prevents it being split. This is the only place this happens so remove it from todo. by Nicholas Marriott · 16 years ago
- 693231e +. by Nicholas Marriott · 16 years ago
- cea201d Don't die if no dst window and -k to linkw. by Nicholas Marriott · 16 years ago
- 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 16 years ago
- 99fa60f +. by Nicholas Marriott · 16 years ago
- 3ecdc34 s/backgroun/background/ by Nicholas Marriott · 16 years ago
- 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 16 years ago
- abe745f Add limits.h by Nicholas Marriott · 16 years ago
- 8f33e84 Ugh, this should be backspace. by Nicholas Marriott · 16 years ago
- 0dbbd77 Linux rxvt doesn't support parm_dch or delete_character. by Nicholas Marriott · 17 years ago
- 58ca26c +. by Nicholas Marriott · 17 years ago
- 7613c7f GNUmakefile fixes, from tobiasu. by Nicholas Marriott · 17 years ago
- 61b0b2c Upd. by Nicholas Marriott · 17 years ago
- 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
- b8e616f This was wrong... by Nicholas Marriott · 17 years ago
- e7f68a0 Write status across entire line. by Nicholas Marriott · 17 years ago
- ccfeb31 Don't attempt to reset tty if it is dead. by Nicholas Marriott · 17 years ago
- 34b7810 vi(1) by Nicholas Marriott · 17 years ago
- f18ac66 Quick start section in man page. by Nicholas Marriott · 17 years ago
- da22faf Sync with Makefile. by Nicholas Marriott · 17 years ago
- c6efbbb Don't free twice when exiting. by Nicholas Marriott · 17 years ago
- 5bc8b2b Actually incrementing the reference count would be nice. by Nicholas Marriott · 17 years ago
- 7162d82 Yes, it is. by Nicholas Marriott · 17 years ago
- 73d8821 Handle EOL properly when scrolled. by Nicholas Marriott · 17 years ago
- db6ad3a Redraw position indicator regardless. by Nicholas Marriott · 17 years ago
- e215e17 Filling with the right attr should be done in screen-display.c. by Nicholas Marriott · 17 years ago
- 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
- 9a37eb4 Bug fix; don't bail except on first line when printing. by Nicholas Marriott · 17 years ago
- 2013dc4 Workaround FreeBSD problems with deleting terms. by Nicholas Marriott · 17 years ago
- 83393d3 Only close the tty during exit process and leave freeing it to when the socket is lost. by Nicholas Marriott · 17 years ago
- 91d7904 Use the right function... by Nicholas Marriott · 17 years ago
- 2bc8108 Save term data in a linked list and reuse it. by Nicholas Marriott · 17 years ago
- 08d7be6 Fix charset stuff. by Nicholas Marriott · 17 years ago
- 194c871 Sync. by Nicholas Marriott · 17 years ago
- bea5d6d Clean up after error properly. by Nicholas Marriott · 17 years ago
- 0f2666a Restore termcap checks. by Nicholas Marriott · 17 years ago
- 85c087a Another redraw bugs. by Nicholas Marriott · 17 years ago