1. b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
  2. eb5638f Only lowercase key bindings. by Nicholas Marriott · 16 years ago
  3. 2bd92e5 Lose unnecessary flags on context. by Nicholas Marriott · 16 years ago
  4. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  5. be0cf3b Add ; too. by Nicholas Marriott · 16 years ago
  6. 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
  7. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  8. 4c16648 Memory leak/missing init. by Nicholas Marriott · 16 years ago
  9. 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
  10. f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
  11. f97db61 Clear msgdata where it is unavailable. by Nicholas Marriott · 16 years ago
  12. 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
  13. 9a37eb4 Bug fix; don't bail except on first line when printing. by Nicholas Marriott · 17 years ago
  14. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  15. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  16. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  17. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  18. 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
  19. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  20. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  21. 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
  22. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  23. 54d01c1 Two-column display for on-line print. by Nicholas Marriott · 17 years ago
  24. 6859306 Ooops use ->client here, not cmdclient. by Nicholas Marriott · 17 years ago
  25. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  26. 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
  27. 21c17da Remove freed keys from array. by Nicholas Marriott · 17 years ago
  28. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  29. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  30. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  31. 11bc0ee Whoops, FREE not FREEALL. by Nicholas Marriott · 17 years ago
  32. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  33. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  34. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  35. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  36. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  37. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago