1. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  2. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  3. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  4. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  5. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  6. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  7. c64cf68 Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime. by Nicholas Marriott · 17 years ago
  8. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  9. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  10. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  11. 24c3995 Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs. by Nicholas Marriott · 17 years ago
  12. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  13. c424ef3 Scroll data should be per-window not global. by Nicholas Marriott · 17 years ago
  14. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  15. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  16. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  17. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  18. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  19. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  20. 4309d65 realpath the socket path; also sprinkle some const. by Nicholas Marriott · 17 years ago
  21. e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
  22. 1632127 rename-session command. by Nicholas Marriott · 17 years ago
  23. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  24. 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
  25. ab097f0 Don't save/restore ry_*. by Nicholas Marriott · 17 years ago
  26. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  27. 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
  28. 4ba3cf6 Reorg window data structures. Add an intermediate data type (struct winlink) to hold index and make sessions hold a RB tree of them rather than a fixed array. by Nicholas Marriott · 17 years ago
  29. 9f06104 has-session command. by Nicholas Marriott · 17 years ago
  30. 4df168c Use local var and pull screen out of ictx. by Nicholas Marriott · 17 years ago
  31. ebeb142 Handle DSR for resize(1). by Nicholas Marriott · 17 years ago
  32. e215878 Save restore attr. by Nicholas Marriott · 17 years ago
  33. ab02144 Don't need ttydefchars here. by Nicholas Marriott · 17 years ago
  34. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  35. 14fdb49 FreeBSD lacks TTY_NAME_MAX. by Nicholas Marriott · 17 years ago
  36. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  37. bfad5c0 Define __dead and __packed. by Nicholas Marriott · 17 years ago
  38. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  39. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  40. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  41. 37f17a7 Warn and bork on nested sessions ($TMUX exists). by Nicholas Marriott · 17 years ago
  42. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  43. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  44. 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
  45. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  46. efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
  47. 6f2edda Have resize update a SESSION_UNATTACHED flag. by Nicholas Marriott · 17 years ago
  48. 91e24af Clean up pause/exit mess with flags. by Nicholas Marriott · 17 years ago
  49. 26b3409 Lose command index enum in favour of runtime-calculated index. by Nicholas Marriott · 17 years ago
  50. 75e1e4b Lose usage and move it into the struct. by Nicholas Marriott · 17 years ago
  51. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  52. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  53. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  54. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  55. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  56. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
  57. 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
  58. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  59. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  60. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  61. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  62. aaa98ab Rename some bits. by Nicholas Marriott · 17 years ago
  63. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  64. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  65. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  66. a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
  67. 843779a Restore window title handling. by Nicholas Marriott · 17 years ago
  68. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  69. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  70. 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
  71. 308bc18 Window info command. by Nicholas Marriott · 17 years ago
  72. d17df2c Whoops, forgot this. by Nicholas Marriott · 17 years ago
  73. 1e316cf Lose intermediate handling (unused). Change argument parsing to work properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point). by Nicholas Marriott · 17 years ago
  74. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  75. a777c06 Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These will be reqd for status line(s). by Nicholas Marriott · 17 years ago
  76. 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
  77. 0bbe838 Window flags, currently only bell. by Nicholas Marriott · 17 years ago
  78. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  79. d2e035f Added window renaming support (tmux rename) by Maximilian Gass · 17 years ago
  80. 5990461 Add client_flush to flush output when transient commands are called. by Nicholas Marriott · 17 years ago
  81. 58affec Split list into ls/lsw. by Nicholas Marriott · 17 years ago
  82. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  83. 3fa8f16 Adjust $TMUX environ var to include session index, and don't compact session list on release. Also fix some argument types. by Nicholas Marriott · 17 years ago
  84. 5ef6d07 Join oldest session if non specified. Fix errors. by Nicholas Marriott · 17 years ago
  85. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago
  86. 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
  87. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago
  88. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago
  89. 3fef2d9 Window list with C-b W. by Nicholas Marriott · 17 years ago
  90. 34f87e5 Last window option. by Nicholas Marriott · 17 years ago
  91. 2cd99f0 Reset ignored signals after forkpty. by Nicholas Marriott · 17 years ago
  92. fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
  93. 12f7197 session_flush can go bye-bye again. by Nicholas Marriott · 17 years ago
  94. 04f4e42 Change command format. by Nicholas Marriott · 17 years ago
  95. 6e210bb If a session is destroyed, safely kill all other clients attached to it. by Nicholas Marriott · 17 years ago
  96. 635edfa Don't accept zero titles. by Nicholas Marriott · 17 years ago
  97. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  98. a41ece5 Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation. by Nicholas Marriott · 17 years ago