- b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
- bf38a31 The UTF-8 detection idea doesn't work and I am reasonably happy with the by Nicholas Marriott · 15 years ago
- 35ca994 Remove scroll mode which is now redundant, copy mode should be used instead. by Nicholas Marriott · 15 years ago
- 9400fda Make C-Up and C-Down in copy mode scroll the screen up and down one line by Nicholas Marriott · 15 years ago
- 4ca2200 If no target client is specified to commands which accept one, try to guess the by Nicholas Marriott · 15 years ago
- 8fa1858 New lock-client and lock-session commands to lock an individual client or all by Nicholas Marriott · 15 years ago
- fecf8dc Remove PROMPT_HIDDEN code which is now unused. by Nicholas Marriott · 15 years ago
- 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
- b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
- 962fa20 Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client by Nicholas Marriott · 15 years ago
- 64caf59 Don't attempt to open() the tty path, rely on the client sending its stdin fd by Nicholas Marriott · 15 years ago
- 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
- 6b37b2d Use option print function for info messages as well. by Nicholas Marriott · 15 years ago
- e3c3d74 Move common code from show-options and show-window-options into a function. by Nicholas Marriott · 15 years ago
- fc9107a Drop tiny union from option struct. by Nicholas Marriott · 15 years ago
- c7a8db5 Key options were implemented as a number so these struct members are unused. by Nicholas Marriott · 15 years ago
- 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago
- 9b5f5ed Move some common and untidy code for window link/unlink into generic functions by Nicholas Marriott · 15 years ago
- 5c60162 Rather than constructing an entire termios struct from ttydefaults.h, just let by Nicholas Marriott · 15 years ago
- 8548624 Nuke unused server_client_index function, pointed out by martynas@. by Nicholas Marriott · 15 years ago
- 8cb8a0d Tidy some common code for destroying sessions into a new function. by Nicholas Marriott · 15 years ago
- 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
- 51c9574 Reference count clients and sessions rather than relying on a saved index for by Nicholas Marriott · 15 years ago
- ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
- e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
- 459abaf That was the wrong fix. MSG_ERROR should set the error and the client should by Nicholas Marriott · 15 years ago
- 7a4bac8 Set exittype for error exit as well as the error string. by Nicholas Marriott · 15 years ago
- 74c35c5 Accept -l to make it easier for people who use tmux as a login shell to use by Nicholas Marriott · 15 years ago
- c5ac257 When incorrect passwords are entered, behave similarly to login(1) and backoff by Nicholas Marriott · 15 years ago
- 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
- 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
- 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
- 7b847ce Add a choose-client command and extend choose-{session,window} to accept a by Nicholas Marriott · 15 years ago
- 4f1d81c gcc2 doesn't understand attributes on function pointers. by Nicholas Marriott · 15 years ago
- c7394ac When using source-file, run the commands in the context of the source-file by Nicholas Marriott · 15 years ago
- 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
- 3f4418d Extend command-prompt with a -p option which is a comma-separated list of one by Nicholas Marriott · 15 years ago
- 036de0c Instead of just checking for an empty buffer, which may not be the case if by Nicholas Marriott · 15 years ago
- dc6271c Tag a few missed printf-like functions and fix a missing "%s". by Nicholas Marriott · 15 years ago
- feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
- c828c2f Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with by Nicholas Marriott · 15 years ago
- 7a359c0 vi(1)-style half page scroll in copy and scroll modes. Move the vi full page by Nicholas Marriott · 15 years ago
- 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
- 52793e7 When creating a new session from the command-line where there is an external by Nicholas Marriott · 15 years ago
- bc497db A tty context must not be modified as it may be reused to update multiple by Nicholas Marriott · 15 years ago
- 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 15 years ago
- 4ec8ade Add a TTY_OPENED flag and tidy a little. by Nicholas Marriott · 15 years ago
- ff65e37 Drop the no_stop argument to tty_close and tty_free in favour of a flag in the by Nicholas Marriott · 15 years ago
- f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
- 60db6e3 Add flags for 1+2 and 2 arguments to the generic target code, use it for by Nicholas Marriott · 15 years ago
- 6491274 Infrastructure and commands to manage the environment for processes started 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
- 04e97e8 Using the alternative screen (smcup/rmcup) should also preserve the current 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
- 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries 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
- 071494d Merge pane number into the target specification for pane commands. Instead of 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
- f596be9 Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t 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
- 639fbe0 Detect backspace by looking at termios VERASE and translate it into \177 (which by Nicholas Marriott · 15 years ago
- 34a82e7 Make all messages sent between the client and server fixed size. 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
- 16e017d Tidy client message return slightly: convert flags into an enum, and merge 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
- 5ee8443 window_add_pane cannot fail, so remove the unused cause argument and don't 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
- 76a9d98 Make some functions which return unused values void (mostly found by lint) and 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
- 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 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
- ce53936 Tidy up new-session and attach-session and change them to work from inside 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
- 92da443 Make status_message_set a variadic printf-like function. No functional change - 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
- ae2ea52 Instead of faking up a status line in status_redraw, use the same code to 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
- 5f108d9 Having fixed flags for single-character getopt options is a bit hard to 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