1. ead089e Use a fake cursor to avoid problems with real one when activity happens in window. by Nicholas Marriott · 16 years ago
  2. e180471 Update from Will Maier. by Nicholas Marriott · 16 years ago
  3. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  4. 24cc362 Document command-prompt. Tweak TODO. by Nicholas Marriott · 16 years ago
  5. be0cf3b Add ; too. by Nicholas Marriott · 16 years ago
  6. 8513522 Handle commented lines. by Nicholas Marriott · 16 years ago
  7. 0695db3 Convert cfg.c to use cmd-string stuff. by Nicholas Marriott · 16 years ago
  8. 471e376 Handle empty strings as escape. by Nicholas Marriott · 16 years ago
  9. 6d9eaa6 No space after prompt. by Nicholas Marriott · 16 years ago
  10. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  11. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  12. 8078dee Missed update. by Nicholas Marriott · 16 years ago
  13. 36e3f31 Stupid ncurses. by Nicholas Marriott · 16 years ago
  14. 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 16 years ago
  15. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  16. 28aefe4 Lose OFILL. by Nicholas Marriott · 16 years ago
  17. c2f40d9 Better modes for Solaris. by Nicholas Marriott · 16 years ago
  18. e9fc383 O_NOCTTY. by Nicholas Marriott · 16 years ago
  19. 085d68b Solaris bits. by Nicholas Marriott · 16 years ago
  20. 9b0ff4c More Solaris stuff. Use ttyname, use ncurses,h. by Nicholas Marriott · 16 years ago
  21. 50d5239 More Solaris bits by Nicholas Marriott · 16 years ago
  22. b7cefe4 NO_ASPRINTF. by Nicholas Marriott · 16 years ago
  23. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  24. 0d5ad35 forkpty for Sun OS. by Nicholas Marriott · 16 years ago
  25. fed1a3b compat/daemon.c by Nicholas Marriott · 16 years ago
  26. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  27. 83a9f27 Missing NULL check. by Nicholas Marriott · 16 years ago
  28. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  29. f9dedfc Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left < in the right place. by Nicholas Marriott · 16 years ago
  30. 2d3ea8b Display <> for more windows and highlight if activity. by Nicholas Marriott · 16 years ago
  31. 6c23e89 Sort options from Pierre Riteau. by Nicholas Marriott · 16 years ago
  32. 64b8816 Remove aborts. by Nicholas Marriott · 16 years ago
  33. f0bc951 Unused variable. by Nicholas Marriott · 16 years ago
  34. 61a41dc To 0.4. Some other Makefile tweaks. by Nicholas Marriott · 16 years ago
  35. ee32d19 Scroll status line to show windows off-screen. by Nicholas Marriott · 16 years ago
  36. 0ede634 s can be NULL, check for it. by Nicholas Marriott · 16 years ago
  37. 9b4d7c2 Document show-window-options, some other tweaks. by Nicholas Marriott · 16 years ago
  38. c9a650c Document set-window-option, update example. by Nicholas Marriott · 16 years ago
  39. ff21dbd Explanation of -t. by Nicholas Marriott · 16 years ago
  40. f9a1270 Update TODO. by Nicholas Marriott · 16 years ago
  41. 21a9b3f Fix some stupid parser bugs, most notably forgetting to allocate space for \0. by Nicholas Marriott · 16 years ago
  42. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  43. 1726bf0 Update NOTES, add known issues. by Nicholas Marriott · 16 years ago
  44. 4c16648 Memory leak/missing init. by Nicholas Marriott · 16 years ago
  45. a8e3e98 Document show-options. by Nicholas Marriott · 16 years ago
  46. 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
  47. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  48. 0591d9f I'm an idiot - it is start,len not start,end. Unbreak. by Nicholas Marriott · 16 years ago
  49. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  50. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  51. 0bfd7a5 Don't die on empty strings. by Nicholas Marriott · 16 years ago
  52. ea80307 Update. by Nicholas Marriott · 16 years ago
  53. ec42778 Man page update from Will Maier, thanks. by Nicholas Marriott · 16 years ago
  54. 30573a6 Fix usage, from Will Maier. by Nicholas Marriott · 16 years ago
  55. 119bc87 Use existing termios and get rid of stuff we don't want rather than constructing a new one. by Nicholas Marriott · 16 years ago
  56. b590b5d Sync. by Nicholas Marriott · 16 years ago
  57. d00914f Set socket mode +x if sessions attached. by Nicholas Marriott · 16 years ago
  58. 2a2a976 Read from pipe to allow client to confirm and socket be closed. by Nicholas Marriott · 16 years ago
  59. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  60. 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
  61. 77224aa Be more conservative about redrawing using flags. by Nicholas Marriott · 16 years ago
  62. 6f7d59d Extra unused. by Nicholas Marriott · 16 years ago
  63. 713bad0 Make status-interval actually changeable. by Nicholas Marriott · 16 years ago
  64. 29e2253 Partial tmux.1 update thanks to Will Maier. by Nicholas Marriott · 16 years ago
  65. 367e002 New flag: aggressize resize. Resize window when to size of smallest session for which it is _current_ window. by Nicholas Marriott · 16 years ago
  66. 3cd4a08 Make server exit when last session dies. Also fix window check for status activity redraw. by Nicholas Marriott · 16 years ago
  67. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  68. ac332b6 ich emulation should maintain cursor position; bug spotted by merdely. by Nicholas Marriott · 16 years ago
  69. 596080a Usage update from Will Maier. by Nicholas Marriott · 16 years ago
  70. 1551459 Don't use entry init since it may be dependent on key. by Nicholas Marriott · 16 years ago
  71. 197347b Don't bork on link/swap the same window. Also extend comment. by Nicholas Marriott · 16 years ago
  72. 741f896 Final missing print function. by Nicholas Marriott · 16 years ago
  73. 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
  74. ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
  75. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  76. 7325fea Man page fixes from Tiago Cunha. by Nicholas Marriott · 16 years ago
  77. ca19895 Add a MANDIR variable, from Tiago Cunha. by Nicholas Marriott · 16 years ago
  78. b044d09 ifdef RB_PREV since 4.3 misses it too. by Nicholas Marriott · 16 years ago
  79. 879400e Support binding 27-31. by Nicholas Marriott · 16 years ago
  80. 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
  81. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  82. 04c6028 status is a toggle. by Nicholas Marriott · 16 years ago
  83. f34b619 Make monitor-activity w/o arguments toggle. by Nicholas Marriott · 16 years ago
  84. b25ac6f Update. by Nicholas Marriott · 16 years ago
  85. 70c418c + comments. by Nicholas Marriott · 16 years ago
  86. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
  87. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  88. f7ba4df Bring select-window into line with everything else wrt -i. by Nicholas Marriott · 16 years ago
  89. 031be1f Don't crash when looking at NULL clients; also redraw everything on status change. by Nicholas Marriott · 16 years ago
  90. 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
  91. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  92. 85d520c tree.h has RB_PREV now, yay! by Nicholas Marriott · 16 years ago
  93. 2c78ea7 Update. by Nicholas Marriott · 16 years ago
  94. 73c9b25 It is too easy to create things in the same second; use a timespec instead. by Nicholas Marriott · 16 years ago
  95. 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
  96. 3e6b145 Allow fnmatch(3) on -s, and select newest session if multiple. by Nicholas Marriott · 16 years ago
  97. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  98. eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
  99. 48490b1 Allow comments at EOL; count blank lines properly. by Nicholas Marriott · 16 years ago
  100. 8731755 Add a windowonly generic command and use it where appropriate. Also trim includes and unused. by Nicholas Marriott · 16 years ago