1. cae0fbb Nits found with clang. by nicm · 8 years ago
  2. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  3. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  4. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  5. 60cbdf9 Repair switch-client -l and switch-client with a window target. by nicm · 9 years ago
  6. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  7. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  8. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  9. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  10. 6a50cf8 Return after changing key table. by nicm · 9 years ago
  11. d7e11d0 Check alerts when session changes, from Patrick Palka. by nicm · 9 years ago
  12. dbfce2a Use ^= instead of a verbose alternative. ok nicm@ by mmcc · 9 years ago
  13. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  14. 44657bf Move struct options into options.c. by nicm · 9 years ago
  15. dc66795 Don't update last session when the session is unchanged, from Sina Siadat. by nicm · 9 years ago
  16. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  17. 57cc4d4 Make session_update_activity more useful and use it in more places. by nicm · 9 years ago
  18. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  19. b298478 Update environment with -E when attach-session used on an already by nicm · 9 years ago
  20. c4e811e Add -E flag when attaching or switching client to bypass by nicm · 9 years ago
  21. d174b9c Update environment when switching sessions as well as attaching, from Si by nicm · 9 years ago
  22. 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 9 years ago
  23. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 9 years ago
  24. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  25. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  26. 3253960 Avoid use of uninitialized variable, from Thomas Adam. by nicm · 11 years ago
  27. c2cac69 Similar to attach-session, make switch-client -t accept a window and by nicm · 11 years ago
  28. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  29. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  30. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  31. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  32. cd10f73 Only hide flags on the current window when the session is attached, from by Nicholas Marriott · 13 years ago
  33. 88e9079 Add a -r flag to switch-client to toggle the client read-only flag. From by Nicholas Marriott · 13 years ago
  34. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  35. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  36. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  37. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
  38. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  39. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  40. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  41. c0d3e43 Don't leak if arguments appear multiple times, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  42. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  43. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  44. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  45. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago