1. e0d49ad Allow ispunct() as well as isalnum() when parsing initial window names. by nicm · 7 years ago
  2. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 7 years ago
  3. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  4. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  5. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  6. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  7. 68b1fd0 Wrap some long lines and apply some static. by nicm · 8 years ago
  8. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  9. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  10. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  11. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  12. 44657bf Move struct options into options.c. by nicm · 9 years ago
  13. b7861f3 Better take on reducing the name timer. Again check for name changes in by nicm · 9 years ago
  14. 55b8d74 Revert previous; we do need a timer, until I have a better idea. We by nicm · 9 years ago
  15. e2100c5 We now only checking for name changes when the active pane has changed, by nicm · 9 years ago
  16. b0940bd Check changed flag after restarting timer. by nicm · 9 years ago
  17. fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
  18. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  19. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  20. fd1750a Add automatic-rename-format option allowing automatic rename to use by nicm · 11 years ago
  21. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  22. 8094e82 Add option command-prefix which is automatically prepended to any by Nicholas Marriott · 12 years ago
  23. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  24. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  25. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  26. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  27. c6e0af9 Turn automatic-rename off properly if turned off by renaming a by Nicholas Marriott · 13 years ago
  28. 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
  29. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  30. be63fef Add a missing call to window_set_name, from George Nachman. by Nicholas Marriott · 13 years ago
  31. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  32. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  33. 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
  34. 9ed62ee When a window is zombified and automatic-rename is on, append [dead] to the by Nicholas Marriott · 15 years ago
  35. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  36. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  37. 8b7be58 Move another expensive options test to after a cheaper timer check/update. by Nicholas Marriott · 15 years ago
  38. 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
  39. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  40. fdda414 Cast char to u_char before passing to isalnum(). by Ray Lai · 15 years ago
  41. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago