1. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  2. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  3. 9580695 Clear clients with flag too. by Nicholas Marriott · 16 years ago
  4. 77224aa Be more conservative about redrawing using flags. by Nicholas Marriott · 16 years ago
  5. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  6. c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
  7. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  8. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  9. b903494 Reset before calling window_draw otherwise it'll have the wrong idea of the current state (since it copies from screen). by Nicholas Marriott · 17 years ago
  10. 112f4d9 Don't stop until after everything else done. by Nicholas Marriott · 17 years ago
  11. b2d78b6 Use screen_draw_* to write message, avoids leaving attribute changes around. by Nicholas Marriott · 17 years ago
  12. 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
  13. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  14. ce90f1b The CLIENT_HOLD hack can go bye-bye. by Nicholas Marriott · 17 years ago
  15. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  16. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  17. 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
  18. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  19. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  20. 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
  21. 688a487 Lift last MAXNAMELEN limit on -s argument. by Nicholas Marriott · 17 years ago
  22. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  23. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  24. 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
  25. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  26. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  27. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  28. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  29. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  30. fe06744 String/number arguments.. by Nicholas Marriott · 17 years ago
  31. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  32. a6d3594 Redraw client status lines on rename. by Nicholas Marriott · 17 years ago
  33. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  34. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  35. 653ee72 Write error messages for rename. Also tweak some error outputs, and fix -i. by Nicholas Marriott · 17 years ago
  36. 2ec60c9 Pass bell through from any window. by Nicholas Marriott · 17 years ago
  37. 4d6cfe5 Terminate buffers properly. by Nicholas Marriott · 17 years ago
  38. 58affec Split list into ls/lsw. by Nicholas Marriott · 17 years ago
  39. 22990a6 New session selection rules: by Nicholas Marriott · 17 years ago
  40. 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
  41. 302a35d Server function naming, still not happy with server stuff though. by Nicholas Marriott · 17 years ago
  42. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago