1. e5cf859 long for pid. by Nicholas Marriott · 16 years ago
  2. 80a594c Document zombie window stuff. by Nicholas Marriott · 16 years ago
  3. d90d646 Zombie windows, requested by Will Maier. 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. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  6. be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
  7. 19b7946 Start of Solaris port. by Nicholas Marriott · 16 years ago
  8. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  9. b044d09 ifdef RB_PREV since 4.3 misses it too. by Nicholas Marriott · 16 years ago
  10. 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
  11. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  12. 85d520c tree.h has RB_PREV now, yay! by Nicholas Marriott · 16 years ago
  13. 5569ff9 Don't hang when window closes early; also add lots more debugging. by Nicholas Marriott · 16 years ago
  14. ccfeb31 Don't attempt to reset tty if it is dead. by Nicholas Marriott · 17 years ago
  15. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  16. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  17. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  18. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  19. 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
  20. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  21. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  22. 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
  23. 35591ec Try write even if read gets signal, some other tweaks. by Nicholas Marriott · 17 years ago
  24. 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago
  25. 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
  26. ebeb142 Handle DSR for resize(1). by Nicholas Marriott · 17 years ago
  27. 810a884 A couple of close-on-exec flags. by Nicholas Marriott · 17 years ago
  28. ab02144 Don't need ttydefchars here. by Nicholas Marriott · 17 years ago
  29. cf77c80 FreeBSD's util.h is libutil.h. by Nicholas Marriott · 17 years ago
  30. 4add09e Wrong size. by Nicholas Marriott · 17 years ago
  31. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  32. a5a17b4 Skip exec on cmds. Also use xmemstrdup where appropriate. by Nicholas Marriott · 17 years ago
  33. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  34. 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
  35. 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
  36. 0bbe838 Window flags, currently only bell. by Nicholas Marriott · 17 years ago
  37. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  38. 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
  39. 5ea2ac3 Stop crashing when exiting windows. by Nicholas Marriott · 17 years ago
  40. 33f5f84 Whoops. Other way round. by Nicholas Marriott · 17 years ago
  41. 1702a78 Be more careful about destroying windows. by Nicholas Marriott · 17 years ago
  42. 2cd99f0 Reset ignored signals after forkpty. by Nicholas Marriott · 17 years ago
  43. b1782e1 Truncate array if last window is closed. by Nicholas Marriott · 17 years ago
  44. e3440e0 Don't renumber on close. by Nicholas Marriott · 17 years ago
  45. 5cb4836 Use after free. by Nicholas Marriott · 17 years ago
  46. b9de906 We use screen now, not ansi. 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