1. 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
  2. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  3. 8094e82 Add option command-prefix which is automatically prepended to any by Nicholas Marriott · 12 years ago
  4. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  5. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  6. 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  7. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  8. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  9. 56e3748 Sync OpenBSD patchset 1165: by Tiago Cunha · 12 years ago
  10. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  11. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  12. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  13. e65c5ad Sync OpenBSD patchset 1093: by Tiago Cunha · 13 years ago
  14. c6e0af9 Turn automatic-rename off properly if turned off by renaming a by Nicholas Marriott · 13 years ago
  15. ce67a44 Sync OpenBSD patchset 1091: by Tiago Cunha · 13 years ago
  16. 631d6b5 Do not fire name timer when automatic-rename is off, from Tim Ruehsen a by Nicholas Marriott · 13 years ago
  17. 0987d55 Sync OpenBSD patchset 1057: by Tiago Cunha · 13 years ago
  18. 1fdac2a Sync OpenBSD patchset 1044: by Tiago Cunha · 13 years ago
  19. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  20. be63fef Add a missing call to window_set_name, from George Nachman. by Nicholas Marriott · 13 years ago
  21. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  22. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  23. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  24. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  25. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  26. 81336d6 Make it compile on the portable version. by Tiago Cunha · 15 years ago
  27. ab38d91 Sync OpenBSD patchset 506: by Tiago Cunha · 15 years ago
  28. 44d6a2c Change window name change to use a timer event rather than a gettimeofday() by Nicholas Marriott · 15 years ago
  29. bc90c7c Sync OpenBSD patchset 375: by Tiago Cunha · 15 years ago
  30. 9ed62ee When a window is zombified and automatic-rename is on, append [dead] to the by Nicholas Marriott · 15 years ago
  31. 3266fb5 Sync OpenBSD patchset 332: by Tiago Cunha · 15 years ago
  32. 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
  33. a3a150f Sync OpenBSD patchset 305: by Tiago Cunha · 15 years ago
  34. 7d5e494 When using tmux as a login shell, there is currently no way to specify a shell by Nicholas Marriott · 15 years ago
  35. d3da62d Sync OpenBSD patchset 273: by Tiago Cunha · 15 years ago
  36. 11f0f81 Didn't mean to commit this stuff. by Nicholas Marriott · 15 years ago
  37. 620402a This is a better fix for OS X stupidity. by Nicholas Marriott · 15 years ago
  38. 8b7be58 Move another expensive options test to after a cheaper timer check/update. by Nicholas Marriott · 15 years ago
  39. 084d07f Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, by Nicholas Marriott · 15 years ago
  40. b8bd248 If using the default login shell (empty default-command), strip any - prefix. by Nicholas Marriott · 15 years ago
  41. 08c7249 Change default_window_name to use window_default_command if the actual cmd is by Nicholas Marriott · 15 years ago
  42. 8fc34ca libgen.h. by Nicholas Marriott · 15 years ago
  43. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  44. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  45. d3d4bac Cast char to u_char before passing to isalnum(). By ray by Nicholas Marriott · 15 years ago
  46. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  47. fdda414 Cast char to u_char before passing to isalnum(). by Ray Lai · 15 years ago
  48. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  49. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  50. cce03e1 Looking up argv[0] is expensive, so just use p_comm for the window name which is good enough. Also increase name update time to 500 ms. by Nicholas Marriott · 16 years ago
  51. c9cfc9a Don't try to change the window name unless the pid of the process chosen has by Nicholas Marriott · 16 years ago
  52. 9cde0c2 Be more clever about picking window name. by Nicholas Marriott · 16 years ago
  53. 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago