- 82b45b4 The scroll region cannot be one line only, ignore attempts to make it so. by Nicholas Marriott · 15 years ago
- 1e574bb Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
- 537c32b Escape ~, pointed out by tcunha. by Nicholas Marriott · 15 years ago
- f44ae05 Need time.h not sys/time.h for time(2). by Nicholas Marriott · 15 years ago
- 910d628 Whoops, chose the wrong one in a conflict. Revert. by Nicholas Marriott · 15 years ago
- 20e322b arg.c is no longer required. by Nicholas Marriott · 15 years ago
- edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
- 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
- 5ccd002 copy-mode and scroll-mode have a -u flag missing from usage, add it. by Nicholas Marriott · 15 years ago
- d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
- e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
- f41ef21 Missed this declaration in key bindings change. Whoops. by Nicholas Marriott · 15 years ago
- 61bd3ae Document the -k flag to new-window. by Nicholas Marriott · 15 years ago
- 5ef5bd7 Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
- 7f98193 Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
- d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
- 2f75b07 Update. by Tiago Cunha · 15 years ago
- 280619a Expand leading tilde on commands which expect a filename. by Tiago Cunha · 15 years ago
- 6db6df8 Update. by Nicholas Marriott · 15 years ago
- db411ca Update TODO. by Nicholas Marriott · 15 years ago
- 3fb3613 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
- 30f47df Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
- 27fc963 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
- d8de72c Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
- ef5f356 paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago
- 1919dea Redraw the status line after renaming a session (it may contain the name). by Nicholas Marriott · 15 years ago
- fd09715 Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
- d7b4aa0 Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
- 79bc604 Document display-time option which seems to have been missed. by Nicholas Marriott · 15 years ago
- 8be8016 When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
- d4a143a Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
- bf0f56d Update TODO. by Nicholas Marriott · 15 years ago
- 0e7c6bd Update TODO. by Nicholas Marriott · 15 years ago
- 7e8ff69 Fix $Id$. by Nicholas Marriott · 15 years ago
- eee3dd2 New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
- 5afe17d Fix $Id$. by Nicholas Marriott · 15 years ago
- 664a0bd Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
- 4422b95 Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot by Nicholas Marriott · 15 years ago
- 295879c Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
- e073441 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
- 27e9f77 Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
- f8ea82d Update TODO list. by Nicholas Marriott · 15 years ago
- 890db6e Accidently deleted default-command. by Nicholas Marriott · 15 years ago
- 9939585 Bring spacing into line. by Nicholas Marriott · 15 years ago
- 9cf68ac Whoops, that shouldn't have been there. by Nicholas Marriott · 15 years ago
- 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
- 9875be3 When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
- a182502 Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
- 86504af Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
- 1825609 Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
- 43ff216 When sending a "protocol mismatch" error message, tell the client to exit by Nicholas Marriott · 15 years ago
- ff54332 The fix for default-path (use target session options instead of global options) by Nicholas Marriott · 15 years ago
- 84da2f3 Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
- b7a272f Add a section summarising how options work, make the distinction between window by Nicholas Marriott · 15 years ago
- 9e5a581 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
- f34f1fd Sync. by Nicholas Marriott · 15 years ago
- a476d4c This is not really important or major. by Nicholas Marriott · 15 years ago
- 21f8ed5 Next will be 1.0. by Nicholas Marriott · 15 years ago
- b8bd248 If using the default login shell (empty default-command), strip any - prefix. by Nicholas Marriott · 15 years ago
- 08c7249 Change default_window_name to use window_default_command if the actual cmd is by Nicholas Marriott · 15 years ago
- 29ac832 Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error by Nicholas Marriott · 15 years ago
- 85dac1e Update. by Tiago Cunha · 15 years ago
- 1f1623e Solaris has no strcasestr. by Nicholas Marriott · 15 years ago
- 3c0500f Don't see a reason for sys/cdefs.h here; remove it. by Nicholas Marriott · 15 years ago
- 9f06533 $Id$. by Nicholas Marriott · 15 years ago
- ec818b8 Move defines after includes to avoid multiple definition. by Nicholas Marriott · 15 years ago
- 81f06ba Typo: bsdpoll.h -> bsd-poll.h. by Nicholas Marriott · 15 years ago
- 851a35e Change >| to rm/> as apparently Solaris /bin/sh doesn't like it. by Nicholas Marriott · 15 years ago
- 8f2950f Try to make a bit more sense here. by Nicholas Marriott · 15 years ago
- e0a6376 Comment FDEBUG and bump dist version. by Nicholas Marriott · 15 years ago
- 1903756 Changes for 0.9. by Nicholas Marriott · 15 years ago
- 81010f5 Update with new UTF-8 environment variable information for 0.9. by Nicholas Marriott · 15 years ago
- 22d1b94 Using -l to specify a login shell is non-POSIX and causes problems with shells by Nicholas Marriott · 15 years ago
- d508102 This file is not going to be used as much any longer, make a note. by Nicholas Marriott · 15 years ago
- 82b070d Update ready for 0.9 by Nicholas Marriott · 15 years ago
- 55f8219 When unlocking the server, don't try to clear the prompt on clients without a by Nicholas Marriott · 15 years ago
- 3509283 Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 15 years ago
- 8fe3f1d $Id$. by Nicholas Marriott · 15 years ago
- eed4f76 Fix $Id$. by Nicholas Marriott · 15 years ago
- 503c6a3 Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was by Nicholas Marriott · 15 years ago
- 18ebc99 Use gmtime_r so the current time isn't overwritten, the minute comparison works by Nicholas Marriott · 15 years ago
- edc2e7d Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
- 796b2e3 Add missing spaces before some alias closing brackets, otherwise they are by Nicholas Marriott · 15 years ago
- 1fb3948 Whoops, revert. by Nicholas Marriott · 15 years ago
- 1496aa5 Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
- 6ce734c After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
- 826add5 Set LC_ALL=C to stop i18n breaking gcc test. by Nicholas Marriott · 15 years ago
- 1aaf47e Apparently NetBSD's tcgetpgrp is good enough to use, so don't need to play by Nicholas Marriott · 15 years ago
- de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
- 3fcbe1e Remove some dead assignments, found by sthen with clang. by no_author · 15 years ago
- 81b4aca #ifndef nitems. by Nicholas Marriott · 15 years ago
- 6375373 Update TODO. by Nicholas Marriott · 15 years ago
- 32312e0 vis compat stuff. by Nicholas Marriott · 15 years ago
- 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 15 years ago
- f1463ff Lose -V. by Nicholas Marriott · 15 years ago
- 0af7fa0 Skip 8 line diffs ($Id$ change only). by Nicholas Marriott · 15 years ago
- 20002ec Comparison script. by Nicholas Marriott · 15 years ago
- 8fc34ca libgen.h. by Nicholas Marriott · 15 years ago
- a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
- bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago