- b3107d2 Don't leak in the (rare) case of an invalid command at the end of a file not by Nicholas Marriott · 15 years ago
- 05f1680 Use a temporary variable for strdup of const char *. by Nicholas Marriott · 15 years ago
- 6491274 Infrastructure and commands to manage the environment for processes started by Nicholas Marriott · 15 years ago
- e985629 Tidy function a little by using a temporary variable. by Nicholas Marriott · 15 years ago
- 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
- 92cc3a6 Handle ttyname(3) failure better. by Nicholas Marriott · 15 years ago
- 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
- 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
- e89e70e If there is an error in the configuration file, don't just exit(1) as this can by Nicholas Marriott · 15 years ago
- ccaf872 Move introduction section up into description. From jmc. by Nicholas Marriott · 15 years ago
- 04e97e8 Using the alternative screen (smcup/rmcup) should also preserve the current by Nicholas Marriott · 15 years ago
- 746fe58 tweak INTRODUCTION; from nicm and myself by Jason McIntyre · 15 years ago
- 4027335 Clear the codes array earlier as tty_term_free could be called on error. by Nicholas Marriott · 15 years ago
- bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
- 12ef3ce Add a -a flag to set-option and set-window-option to append to an existing by Nicholas Marriott · 15 years ago
- a0647f1 restructure the layout of this page, moving the commands into various by Jason McIntyre · 15 years ago
- 9e3bb98 Show the bell/activity/current status and the window title in the choice list. by Nicholas Marriott · 15 years ago
- 93bf2a1 Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also by Nicholas Marriott · 15 years ago
- 6b69b93 clean up some macro abuse in the commands section; by Jason McIntyre · 15 years ago
- 189fb08 Split the comparison into a function to make this code smaller and more by Nicholas Marriott · 15 years ago
- ac54dee Don't try to free old string values (and crash) when they are overridden unless by Nicholas Marriott · 15 years ago
- 9a391b3 tweak previous; by Jason McIntyre · 15 years ago
- 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
- e4bb08e Fix checking of setupterm(3) error codes. While there include the by Matthieu Herrb · 15 years ago
- 5db47ed Pass the ACS border characters through tty_get_acs so they appear correctly on by Nicholas Marriott · 15 years ago
- 95caeaa Don't leak when rollling buffers off when the paste buffer limit is reached. by Nicholas Marriott · 15 years ago
- 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
- 61f3fc7 Don't babysit people and let them try to load /dev/zero or (more useful) by Nicholas Marriott · 15 years ago
- 8df3035 Remove some dead code found by clang. by Nicholas Marriott · 15 years ago
- 6d86882 tweak previous; by Jason McIntyre · 15 years ago
- 9f1dd4d Similar changes for server_msg_dispatch: use a switch instead of a lookup table by Nicholas Marriott · 15 years ago
- 5f13bb0 There aren't many client message types or code to handle them so get rid of the by Nicholas Marriott · 15 years ago
- 479d614 Tell the server when the client gets SIGTERM so it can clean up the terminal by Nicholas Marriott · 15 years ago
- 071494d Merge pane number into the target specification for pane commands. Instead of by Nicholas Marriott · 15 years ago
- a87228b new sentence, new line; by Jason McIntyre · 15 years ago
- a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
- 2b33108 Add an additional heuristic to work out the current session when run from the by Nicholas Marriott · 15 years ago
- c1d6d7a Rename struct hdrtype to msgtype which is a better name and can be used even by Nicholas Marriott · 15 years ago
- d3c4610 Taking account of the "s, 22 not 24 is the maximum length of #T in status-right by Nicholas Marriott · 15 years ago
- f596be9 Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t by Nicholas Marriott · 15 years ago
- 9e5d585 Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. by Nicholas Marriott · 15 years ago
- 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
- 2da4864 If select-layout is not given an argument, repply the last layout used in the by Nicholas Marriott · 15 years ago
- 309b76f Remove an unused entry in the mode keys command enum and rename by Nicholas Marriott · 15 years ago
- d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
- 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
- ad0aad2 Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). by Nicholas Marriott · 15 years ago
- fc65da1 Draw UTF-8 characters under the selection correctly. by Nicholas Marriott · 15 years ago
- 584eda8 Change previous-word behavior to move to the beginning of the word (matches by Nicholas Marriott · 15 years ago
- 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
- 55d8c01 Calculate the space available for the prompt buffer and the cursor position by Nicholas Marriott · 15 years ago
- 6b3b852 Go to the next if the current best process is replaced, don't keep comparing it by Nicholas Marriott · 15 years ago
- 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