1. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  2. ff4b4e6 Collect status from dead jobs and don't invoke the callback until both by Nicholas Marriott · 15 years ago
  3. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  4. f68ade7 Braek some bits out of server_fill_client() that aren't really related to by Nicholas Marriott · 15 years ago
  5. 095ecf2 Put all jobs on a global all_jobs list and use that in server.c instead of by Nicholas Marriott · 15 years ago
  6. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  7. 4658c06 New option, mouse-select-pane. If on, the mouse may be used to select the by Nicholas Marriott · 15 years ago
  8. 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
  9. b7d031c Support for individual session idle time locking. May be enabled by turning off by Nicholas Marriott · 15 years ago
  10. 93b353d Instead of passing a struct pollfd ** around through various functions, build by Nicholas Marriott · 15 years ago
  11. 4ca2200 If no target client is specified to commands which accept one, try to guess the by Nicholas Marriott · 15 years ago
  12. 1764ef8 Don't allow locked or suspended clients to limit the size of active clients. by Nicholas Marriott · 15 years ago
  13. 18ea820 On SIGTERM, just abandon any suspended/locked clients and leave them to it, by Nicholas Marriott · 15 years ago
  14. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  15. 96dd3e8 Permit multiple prefix keys to be defined, separated by commas, for example: by Nicholas Marriott · 15 years ago
  16. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  17. 63d499f New option, set-titles-string, to allow the window title to be specified (as by Nicholas Marriott · 15 years ago
  18. f39865e The default terminal size should be 80x24, not 80x25. by Nicholas Marriott · 15 years ago
  19. 8548624 Nuke unused server_client_index function, pointed out by martynas@. by Nicholas Marriott · 15 years ago
  20. 8a873b9 Doh, trim variables unused now. by Nicholas Marriott · 15 years ago
  21. 8cb8a0d Tidy some common code for destroying sessions into a new function. by Nicholas Marriott · 15 years ago
  22. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  23. 3f3b01c While the display-panes indicator is on screen, make the number keys select the by Nicholas Marriott · 15 years ago
  24. 51c9574 Reference count clients and sessions rather than relying on a saved index for by Nicholas Marriott · 15 years ago
  25. e323f66 Tiny cleanup. by Matthias Kilian · 15 years ago
  26. ffab22b Only redraw all clients once when the backoff timer expires rather than every by Nicholas Marriott · 15 years ago
  27. be0d6fa Tell the user when sleeping due to password backoff. by Nicholas Marriott · 15 years ago
  28. 81a457e When shutting down the server, expect clients to be polite and exit when asked by Nicholas Marriott · 15 years ago
  29. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  30. 71ede76 Don't call tty_free unless the client is a terminal, otherwise tty_init hasn't by Nicholas Marriott · 15 years ago
  31. c7394ac When using source-file, run the commands in the context of the source-file by Nicholas Marriott · 15 years ago
  32. c488e5e Whoops, getting the comparison the right way round is usually recommended. by Nicholas Marriott · 15 years ago
  33. fa61746 options_get_number() is relatively expensive and a check for dead panes happens by Nicholas Marriott · 15 years ago
  34. e7cd547 Reset attributes as well as scroll region before poll(2) and add a big comment by Nicholas Marriott · 15 years ago
  35. e0a19ab Initialise log_fd to -1, prevents spurious disconnection of the client when it by Nicholas Marriott · 15 years ago
  36. 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
  37. f063571 Switch tmux to use imsg. This is the last major change to make the by Nicholas Marriott · 15 years ago
  38. 181e1bc Reset the attributes after drawing all or part of the screen, and reset the by Nicholas Marriott · 15 years ago
  39. e89e70e If there is an error in the configuration file, don't just exit(1) as this can by Nicholas Marriott · 15 years ago
  40. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  41. 5a1a106 Permit commands to be bound to key presses without the prefix key first. The by Nicholas Marriott · 15 years ago
  42. 76a9d98 Make some functions which return unused values void (mostly found by lint) and by Nicholas Marriott · 15 years ago
  43. 54afcfb Display the number of failed password attempts (if any) when the server is by Nicholas Marriott · 15 years ago
  44. 6036bdd Improved layout code. by Nicholas Marriott · 15 years ago
  45. fc6a65c Add three new session options: visual-activity, visual-bell, visual-content. If by Nicholas Marriott · 15 years ago
  46. ae2ea52 Instead of faking up a status line in status_redraw, use the same code to by Nicholas Marriott · 15 years ago
  47. 9e49ec6 Creating a key binding which replaces itself (such as "bind x bind x lsw") by Nicholas Marriott · 15 years ago
  48. 22355ce If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  49. 923ccfa Rename the global options variables to be shorter and to make session options by Nicholas Marriott · 15 years ago
  50. 46f80d0 After logging (if enabled) is switched to file, there is no reason to keep by Nicholas Marriott · 15 years ago
  51. eb8ab96 Remove some dead assignments, found by sthen with clang. by Nicholas Marriott · 15 years ago
  52. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  53. da8401d Make remain-on-exit work again when there is only one pane left, which was by Nicholas Marriott · 15 years ago
  54. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago