1. 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
  2. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  3. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  4. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  5. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  6. 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
  7. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  8. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  9. 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
  10. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  11. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  12. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  13. f2b18ac Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset attrs after clear. by Nicholas Marriott · 17 years ago
  14. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  15. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  16. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  17. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  18. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  19. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  20. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  21. a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
  22. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  23. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  24. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  25. 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
  26. 4d6cfe5 Terminate buffers properly. by Nicholas Marriott · 17 years ago
  27. 58affec Split list into ls/lsw. by Nicholas Marriott · 17 years ago
  28. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  29. 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
  30. 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
  31. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago