1. 5aa3098 Support #S #H in status-left/right. by Nicholas Marriott · 16 years ago
  2. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  3. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  4. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  5. e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
  6. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  7. 622d4de Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. by Nicholas Marriott · 16 years ago
  8. 4924d8e +comment. by Nicholas Marriott · 16 years ago
  9. 0314e76 Stray debug message. by Nicholas Marriott · 16 years ago
  10. 4af8db9 Complete option names as well. by Nicholas Marriott · 16 years ago
  11. 9cddd79 Prompt history. by Nicholas Marriott · 16 years ago
  12. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  13. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  14. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  15. b0d8393 Clear status bar cell. by Nicholas Marriott · 16 years ago
  16. 62457bc Trim. by Nicholas Marriott · 16 years ago
  17. 44b368e time.h by Nicholas Marriott · 16 years ago
  18. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  19. 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 16 years ago
  20. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  21. 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
  22. 9043fe8 Fix scrolling. by Nicholas Marriott · 16 years ago
  23. b69f4a3 Split internal status-colour into status-fg/status-bg options and lose workarounds in set-option stuff. by Nicholas Marriott · 16 years ago
  24. e704d6a IRIX fixes, sort of partly work. by Nicholas Marriott · 16 years ago
  25. 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
  26. c24d849 Split options into a table to allow abbreviations. by Nicholas Marriott · 16 years ago
  27. e70e951 Simple tab completion of option names in command prompt. by Nicholas Marriott · 16 years ago
  28. ead089e Use a fake cursor to avoid problems with real one when activity happens in window. by Nicholas Marriott · 16 years ago
  29. 73d1558 status-lines -> status, prefix-key -> prefix by Nicholas Marriott · 16 years ago
  30. 471e376 Handle empty strings as escape. by Nicholas Marriott · 16 years ago
  31. 6d9eaa6 No space after prompt. by Nicholas Marriott · 16 years ago
  32. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  33. 9ef5bdc Show status messages without blocking the server. by Nicholas Marriott · 16 years ago
  34. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  35. f9dedfc Fix a couple of bugs. Handle 0 width properly (w/o overflow), and draw left < in the right place. by Nicholas Marriott · 16 years ago
  36. 2d3ea8b Display <> for more windows and highlight if activity. by Nicholas Marriott · 16 years ago
  37. ee32d19 Scroll status line to show windows off-screen. by Nicholas Marriott · 16 years ago
  38. 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
  39. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  40. d51f075 Use a socketpair to synchronise server startup. by Nicholas Marriott · 16 years ago
  41. 713bad0 Make status-interval actually changeable. by Nicholas Marriott · 16 years ago
  42. 6a187bb Some Linux fixes; some code tidying. Don't redraw status bar so often. by Nicholas Marriott · 16 years ago
  43. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  44. 811e75d Status bar left and right strings (set with status-left and status-right), and automatic update (at interval set by status-interval). by Nicholas Marriott · 16 years ago
  45. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  46. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  47. b8e616f This was wrong... by Nicholas Marriott · 17 years ago
  48. e7f68a0 Write status across entire line. by Nicholas Marriott · 17 years ago
  49. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  50. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  51. 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
  52. 12810b0 Oops, missing one BACKGOUND. by Nicholas Marriott · 17 years ago
  53. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  54. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  55. c0572ea Fix a format string bug and sprinkle some printflikes. by Nicholas Marriott · 17 years ago
  56. 941eab3 %u -> %d for indexes. Some lint fixes. by Nicholas Marriott · 17 years ago
  57. 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
  58. e5b7001 Change to show flag char rather than change colour on bell. by Nicholas Marriott · 17 years ago
  59. 7ec5be3 set status, status-fg, status-bg. by Nicholas Marriott · 17 years ago
  60. ad4a742 Mark windows in yellow on status line when bell. by Nicholas Marriott · 17 years ago
  61. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  62. 7ba01f6 New window command. by Nicholas Marriott · 17 years ago
  63. bfccbc6 Simple status line. by Nicholas Marriott · 17 years ago