1. 2057e66 Mouse in copy mode. by Nicholas Marriott · 16 years ago
  2. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  3. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  4. c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
  5. d60ad6f Make the caller responsible for allocating memory for the paste buffer data by Tiago Cunha · 16 years ago
  6. e0861a2 Missed a reverse. by Nicholas Marriott · 16 years ago
  7. 6146cab Use reverse so status line etc works in terminals w/o colour. by Nicholas Marriott · 16 years ago
  8. 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 16 years ago
  9. 0691217 These should be u_int. by Nicholas Marriott · 16 years ago
  10. c4d5989 This is fixed. by Nicholas Marriott · 16 years ago
  11. 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
  12. 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
  13. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  14. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  15. f26c691 Should redraw 1 too. by Nicholas Marriott · 16 years ago
  16. 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
  17. 1425738 y not x :-/ by Nicholas Marriott · 16 years ago
  18. 62457bc Trim. by Nicholas Marriott · 16 years ago
  19. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  20. f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
  21. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  22. de0e1c6 Lose ensure* stuff. by Nicholas Marriott · 16 years ago
  23. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  24. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  25. 09a4f6a Make previous-word stop at BOL. by Nicholas Marriott · 16 years ago
  26. 758efb3 Handle escaped keys properly and use M-f/M-b in copy mode. by Nicholas Marriott · 16 years ago
  27. cb6c145 Next/previous word in copy-mode. by Nicholas Marriott · 16 years ago
  28. c4d09c0 Convert 0x70 -> 0x88. by Nicholas Marriott · 16 years ago
  29. 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
  30. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  31. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  32. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  33. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  34. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  35. 73d8821 Handle EOL properly when scrolled. by Nicholas Marriott · 17 years ago
  36. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  37. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  38. 2fabfb3 Make reset actually work. by Nicholas Marriott · 17 years ago
  39. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  40. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  41. 6b2debf Erm, check the right cell... d'oh. by Nicholas Marriott · 17 years ago
  42. f903cc9 Rv EOL optimisation, it screws up selection. by Nicholas Marriott · 17 years ago
  43. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  44. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  45. 68b2d36 Rm some redundant checks, prevent issues when data->size == 0. by Nicholas Marriott · 17 years ago
  46. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  47. 7b45569 Make C-space toggle. Fix sel on same line. by Nicholas Marriott · 17 years ago
  48. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  49. 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