1. 110ba76 Rename a member to match what it will be in future. by nicm · 3 years, 2 months ago
  2. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 2 months ago
  3. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 2 months ago
  4. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 2 months ago
  5. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 2 months ago
  6. df3fe2a Only use client for sizing when not detached, GitHub issue 2772. by nicm · 3 years, 3 months ago
  7. 35c2958 Forbid empty session names, GitHub issue 2758. by nicm · 3 years, 3 months ago
  8. 9f38a88 Include current client in size calculation for new sessions, GitHub issue 2662. by nicm · 3 years, 4 months ago
  9. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 5 months ago
  10. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 5 months ago
  11. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 5 months ago
  12. edeb81b Add -e for new-session to set environment variables. by nicm · 4 years, 5 months ago
  13. 428137d Instead of forbidding invalid session names, sanitize them like window names. by nicm · 4 years, 5 months ago
  14. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 6 months ago
  15. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 6 months ago
  16. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 6 months ago
  17. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 6 months ago
  18. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  19. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 6 months ago
  20. b0b07fb Tweak how the default size is worked out so it is more obvious. by nicm · 4 years, 6 months ago
  21. 832b8a8 Use new window and new pane as well for -P to new-session or new-window. by nicm · 4 years, 7 months ago
  22. 2dbf062 Change new-session -A without a session name (that is, no -s option by nicm · 4 years, 11 months ago
  23. 647887b Add a "latest" window-size option which tries to size windows based on by nicm · 5 years ago
  24. 4ca1de1 Add new-session -X and attach-session -x to send SIGHUP to parent when by nicm · 5 years ago
  25. 2c6c3a1 If only one of -x or -y is given, use the calculated size for the by nicm · 5 years ago
  26. 4acd345 Initialize default size variables, from Thomas Adam. by nicm · 5 years ago
  27. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 5 years ago
  28. 78287e2 Break new window and pane creation common code from various commands and by nicm · 6 years ago
  29. 028f9d1 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. by nicm · 6 years ago
  30. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  31. ff45b2d Tweak previous - check for a NULL client and simplify manual text. by nicm · 6 years ago
  32. b9a6162 Make server_client_get_cwd used (almost) everywhere we need to work out by nicm · 6 years ago
  33. 182357f Expand formats in window and session names. by nicm · 7 years ago
  34. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  35. 11e2af6 Add -c for respawn-pane and respawn-window, from J Raynor. by nicm · 7 years ago
  36. dbc8cae Change so that sessions created detached (-d or no client) are always by nicm · 7 years ago
  37. a4eaac3 new -A should use the session name. by nicm · 7 years ago
  38. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  39. 2c0f826 Mouse bindings and hooks set up an initial current state when running a by nicm · 7 years ago
  40. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 7 years ago
  41. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  42. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  43. e67548d Cancel key table when switching session, unless the key is going to by nicm · 8 years ago
  44. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  45. 54309cc Do not clear the key table when changing session on a client, so that by nicm · 8 years ago
  46. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  47. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  48. 81f1d62 Do not stop dragging when the wheel is pressed, from Artem Fokin. by nicm · 8 years ago
  49. bc27451 Move session-create hook out of session_create so it works with grouped sessions. by nicm · 8 years ago
  50. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  51. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  52. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  53. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  54. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  55. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  56. c38e0a4 Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. by nicm · 9 years ago
  57. bdb8bb7 Set up -t flag properly when passing new-session -A off to by nicm · 9 years ago
  58. 225a384 Fix new-session with -t after command flags changes, reported by Michael Graczyk. by nicm · 9 years ago
  59. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  60. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  61. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  62. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  63. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  64. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  65. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  66. ba7fb49 Fall back silently to ~ or / rather than checking -c with access(), this by nicm · 9 years ago
  67. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  68. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  69. 44657bf Move struct options into options.c. by nicm · 9 years ago
  70. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  71. 26a55dd Remove some unnecessary checks before free(). by nicm · 9 years ago
  72. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  73. 57cc4d4 Make session_update_activity more useful and use it in more places. by nicm · 9 years ago
  74. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  75. c4e811e Add -E flag when attaching or switching client to bypass by nicm · 9 years ago
  76. 6b21296 Move the nested check from client to server and compare the client tty by nicm · 9 years ago
  77. a55e569 Use RB_MIN to get the lowest index for the current window when creating by nicm · 9 years ago
  78. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago
  79. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  80. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  81. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  82. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  83. 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
  84. bce9527 Remove some unnecessary includes and fix a typo. by nicm · 11 years ago
  85. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  86. 7aeb447 Handle empty current directory more gracefully. by nicm · 11 years ago
  87. 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
  88. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  89. 6c09301 Remove CMD_SENDENVIRON. by nicm · 11 years ago
  90. 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  91. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  92. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  93. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  94. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  95. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  96. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  97. 682884e Add a helper function to send ready message. by Nicholas Marriott · 12 years ago
  98. 37f9bb4 Add a helper function to open the terminal for attach-/new-session. by Nicholas Marriott · 12 years ago
  99. 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
  100. 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago