- 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
- 2bb89bc Set the active pane when respawning a window - fixes problems when respawning a by Nicholas Marriott · 15 years ago
- 1331738 Use the full range of ACS line drawing characters to draw pane borders, by Nicholas Marriott · 15 years ago
- c6dac5c cmd_find_index should return -2 on error. by Nicholas Marriott · 15 years ago
- 029599c Simplify screen redrawing by drawing the border and background together rather by Nicholas Marriott · 15 years ago
- 1d1ea68 Accept lowercase c- and m- prefix as well as C- and M-. by Nicholas Marriott · 15 years ago
- 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
- ce4eb65 up-pane and down-pane no longer auto-repeat; update the description of by Stuart Henderson · 15 years ago
- 4a04b49 None of the server message functions return anything but 0, so make them all by Nicholas Marriott · 15 years ago
- 16e017d Tidy client message return slightly: convert flags into an enum, and merge by Nicholas Marriott · 15 years ago
- ba84ddc Redraw after starting selection to correctly remove any existing selection. by Nicholas Marriott · 15 years ago
- 8951714 Revert r1.5, I don't like it, new sessions should start off identically - with by Nicholas Marriott · 15 years ago
- e0d1954 C-d is delete as well in emacs mode. by Nicholas Marriott · 15 years ago
- 96a7cf1 Both of cmdclient and curclient CAN be NULL - if the command is executed from by Nicholas Marriott · 15 years ago
- 05b511f If there is a current session, use its default path and working directory for by Nicholas Marriott · 15 years ago
- bb14c36 Pass a set of flags into client_init rather than just a start_server by Nicholas Marriott · 15 years ago
- 5ee8443 window_add_pane cannot fail, so remove the unused cause argument and don't by Nicholas Marriott · 15 years ago
- f7df0ba Tidy the target parsing code a bit and correct the behaviour so that as before by Nicholas Marriott · 15 years ago
- dd4a3b2 tty_write is relatively short and the only function left in tty-write.c so move by Nicholas Marriott · 15 years ago
- ddad0be More tty code tidying: move the saved cursor/region position (from before the by Nicholas Marriott · 15 years ago
- bb4bab4 log_debug3 no longer exists, change the sole use in GRID_DEBUG to log_debug2. by Nicholas Marriott · 15 years ago
- 2ec2837 enum tty_cmd is only used as an index into the array of command function by Nicholas Marriott · 15 years ago
- 6a309c5 There are relatively few arguments to tty_cmd_* functions now, so tidy them up by Nicholas Marriott · 15 years ago
- 5bd72ec tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to by Nicholas Marriott · 15 years ago
- e43b6a2 Adjust field width to fit longest key when listing. by Nicholas Marriott · 15 years ago
- 3eb6080 Remove leftover debug logging of password. by Nicholas Marriott · 15 years ago
- 76a9d98 Make some functions which return unused values void (mostly found by lint) and by Nicholas Marriott · 15 years ago
- 6945e86 Nix a few unused attributes on arguments which are no longer unused. by Nicholas Marriott · 15 years ago
- 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
- b9a1790 __progname is not const, pointed out by deraadt. by Nicholas Marriott · 15 years ago
- 725938f Tidy up keys: use an enum for the key codes, and remove the macros which just by Nicholas Marriott · 15 years ago
- c6012aa Now that #P could be in the status line, flag it for redraw when the active by Nicholas Marriott · 15 years ago
- c0862da Tweak unbind-key language very slightly. by Nicholas Marriott · 15 years ago
- 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
- b292f71 Add a status-justify option to allow the window list in the status line to be by Nicholas Marriott · 15 years ago
- e32e0d5 New options, window-status-current-{fg,bg,attr}, to set the fg, bg and by Nicholas Marriott · 15 years ago
- 73732ff Kill some dead stores and fix a null pointer deref, found by clang. by Nicholas Marriott · 15 years ago
- ff2cc0e Move the offsets as well when swapping panes. by Nicholas Marriott · 15 years ago
- 550b855 tweak previous; by Jason McIntyre · 15 years ago
- 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
- fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
- 0ca6f66 Make it so using kill-pane to destroy the last pane in a window destroys the by Nicholas Marriott · 15 years ago
- 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago
- ad006bc When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
- ce53936 Tidy up new-session and attach-session and change them to work from inside by Nicholas Marriott · 15 years ago
- 1938c99 Remove a duplicate key binding, and turn off autorepeat for up/down as it is by Nicholas Marriott · 15 years ago
- 7ddba90 If -u is specified or UTF-8 is otherwise detected when the server is started, by Nicholas Marriott · 15 years ago
- d3b5c24 Oops, it is always a good idea to get arguments the right way round. by Nicholas Marriott · 15 years ago
- 216df07 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
- 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
- 9642f03 Remove some duplicate code that was causing the status line to be redrawn even by Nicholas Marriott · 15 years ago
- 3e9d9a2 Fix arguments to switch-client. by Nicholas Marriott · 15 years ago
- 924bf84 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
- 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
- 780fd8f Return -1 not NULL on error, pointed out by Roy Marples. by Nicholas Marriott · 15 years ago
- aa3403a Add a -k flag to unlink-window which makes it behave the same as the old by Nicholas Marriott · 15 years ago
- 9601b72 The man page says that kill-window removes the window entirely, unlinking it by Nicholas Marriott · 15 years ago
- ca617d6 Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit by Nicholas Marriott · 15 years ago
- 615d85f Add main-pane-height to the options list (was missed before). by Nicholas Marriott · 15 years ago
- f08c9b2 For some reason when clearing status/message it was redrawing the entire client by Nicholas Marriott · 15 years ago
- ae2ea52 Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
- e76caa0 Don't accept input to a window if it not visible. by Nicholas Marriott · 15 years ago
- 975f516 The scroll region cannot be one line only, ignore attempts to make it so. by Nicholas Marriott · 15 years ago
- fe20c0d Get rid of the PANE_HIDDEN flag in favour of a function, and moving the by Nicholas Marriott · 15 years ago
- 4a9b01e Need time.h not sys/time.h for time(2). by Nicholas Marriott · 15 years ago
- 6910458 Add backspace key to named keys. by Nicholas Marriott · 15 years ago
- ceace9c Since tmux doesn't actually need ncurses, use -lcurses/curses.h by Nicholas Marriott · 15 years ago
- 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
- 5d91555 zap trailing whitespace; by Jason McIntyre · 15 years ago
- cba885a Expand leading tildes in arguments, from Tiage Cunha. by Nicholas Marriott · 15 years ago
- cf41105 copy-mode and scroll-mode have a -u flag missing from usage, add it. by Nicholas Marriott · 15 years ago
- 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
- 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
- 0b788a3 Missed this declaration in key bindings change. Whoops. by Nicholas Marriott · 15 years ago
- 88555d9 Document the -k flag to new-window. by Nicholas Marriott · 15 years ago
- 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
- 22d51ec Add a "back to indentation" key in copy mode to move the cursor to the first by Nicholas Marriott · 15 years ago
- fa8333e Merge three copies of identical code to move the cursor x position into a by Nicholas Marriott · 15 years ago
- 22355ce If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
- bd098c2 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
- e415ead Add -r to the synopsis of the paste-buffer command, prompted by jmc. by Nicholas Marriott · 15 years ago
- 2f71982 When pasting, translate \n into \r. This matches xterm and putty's behaviour, by Nicholas Marriott · 15 years ago
- 289320a Copy was using the real line length which after resize can be larger than the by Nicholas Marriott · 15 years ago
- 4cbbbdd paste-buffer -d was not documented. From Kalle Olavi Niemitalo. by Nicholas Marriott · 15 years ago
- 9cd5ba4 Redraw the status line after renaming a session (it may contain the name). by Nicholas Marriott · 15 years ago
- 4a6d62e Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
- daa1faa Add a default-terminal option to set the starting value of $TERM in new windows. by Nicholas Marriott · 15 years ago
- 25d5734 Document display-time option which seems to have been missed. by Nicholas Marriott · 15 years ago
- 58361eb When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
- 5f2f07e Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
- 81181bf New command, if-shell (alias if). Executes the tmux command in the second by Nicholas Marriott · 15 years ago
- 24e1327 Stop in the right place so all the lines selected are copied. Reported by Kalle by Nicholas Marriott · 15 years ago
- 29f9d5f Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot net. by Nicholas Marriott · 15 years ago
- 86c93c6 Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
- 643c219 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
- f63761e Fix two memory leaks when assigning shell variables in configuration by Nicholas Marriott · 15 years ago
- 8c497ec When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
- 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
- b4efd1c Don't let ambiguous commands override an exact alias match: eg if commands by Nicholas Marriott · 15 years ago
- 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago