1. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  2. 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
  3. acb3661 Scrollable win for command output. by Nicholas Marriott · 17 years ago
  4. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  5. 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
  6. b04bffc +index.html.in by Nicholas Marriott · 17 years ago
  7. 0d9ebaa dist target. by Nicholas Marriott · 17 years ago
  8. 6e04524 switch-client command. by Nicholas Marriott · 17 years ago
  9. b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
  10. e4a6cde kill-window command. by Nicholas Marriott · 17 years ago
  11. d9b8559 Initial man page. by Nicholas Marriott · 17 years ago
  12. 1632127 rename-session command. by Nicholas Marriott · 17 years ago
  13. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  14. 48ad043 swap-window command. by Nicholas Marriott · 17 years ago
  15. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  16. 4a325c8 unlink-window command. Also fix some u_int -> int problems. by Nicholas Marriott · 17 years ago
  17. 5a954bd link-window command to link a window into another session. by Nicholas Marriott · 17 years ago
  18. 9f06104 has-session command. by Nicholas Marriott · 17 years ago
  19. 25e94a0 List client command. by Nicholas Marriott · 17 years ago
  20. cf77c80 FreeBSD's util.h is libutil.h. by Nicholas Marriott · 17 years ago
  21. 1b96476 Kill window command. Nuke some backspace stuff. by Nicholas Marriott · 17 years ago
  22. 94f003b Refresh session command. by Nicholas Marriott · 17 years ago
  23. f3404ee send-prefix command. by Nicholas Marriott · 17 years ago
  24. efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
  25. 5a3b92c -d option to attach. Also fix CC in Makefile and make it build with DEBUG again. by Nicholas Marriott · 17 years ago
  26. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  27. 68a5d5c Window attachment, malloc debugging, fix a segfault with no sessions. by Nicholas Marriott · 17 years ago
  28. ff56ed7 Nuke ?. by Nicholas Marriott · 17 years ago
  29. 225e07f Select window command. by Nicholas Marriott · 17 years ago
  30. 19c1e1a Rename window. by Nicholas Marriott · 17 years ago
  31. 57157a1 set-option command to set meta. by Nicholas Marriott · 17 years ago
  32. 774b556 Key binding and unbinding. by Nicholas Marriott · 17 years ago
  33. 292ad55 List keys command. by Nicholas Marriott · 17 years ago
  34. 8158159 Next/last/previous window, some other tweaks. by Nicholas Marriott · 17 years ago
  35. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  36. df716ec Rewrite command handling to be more generic. Not finished! by Nicholas Marriott · 17 years ago
  37. dadc56d Key binding, unbinding. by Nicholas Marriott · 17 years ago
  38. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  39. ef91aac Add profiling. Also some trivial optimisations to skip memcpying. by Nicholas Marriott · 17 years ago
  40. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago
  41. 17ec1aa Binary-only install target. by Nicholas Marriott · 17 years ago
  42. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  43. 8d01984 Restore list command. by Nicholas Marriott · 17 years ago
  44. fb39b22 Cleanup part II: split up client stuff and ops. More to come. by Nicholas Marriott · 17 years ago
  45. 671694a Cleanup part 1: split up server.c. by Nicholas Marriott · 17 years ago
  46. 15778b2 META env var. by Nicholas Marriott · 17 years ago
  47. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  48. 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