1. 9bdba2e Er, i should be j and c should be u. by Nicholas Marriott · 16 years ago
  2. b0dc171 UTF8_SIZE. by Nicholas Marriott · 16 years ago
  3. aecded5 Copy columns correctly. by Nicholas Marriott · 16 years ago
  4. fb5a92f Only need to print this once... by Nicholas Marriott · 16 years ago
  5. 8a160f2 - Unbreak selection colouring. - Get UTF-8 check the right way round... by Nicholas Marriott · 16 years ago
  6. e2a7ac4 Fix UTF-8 in c&p mode. by Nicholas Marriott · 16 years ago
  7. 23fef99 8 -> UTF8_SIZE. by Nicholas Marriott · 16 years ago
  8. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  9. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  10. 95c8c04 Redo mode keys slightly more cleanly and apply them to command prompt editing. vi or emacs mode is controlled by the session option status-keys. by Nicholas Marriott · 16 years ago
  11. 2057e66 Mouse in copy mode. by Nicholas Marriott · 16 years ago
  12. 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
  13. 2af5244 -u to start with screen scrolled up. by Nicholas Marriott · 16 years ago
  14. 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
  15. d60ad6f Make the caller responsible for allocating memory for the paste buffer data by Tiago Cunha · 16 years ago
  16. e0861a2 Missed a reverse. by Nicholas Marriott · 16 years ago
  17. 6146cab Use reverse so status line etc works in terminals w/o colour. by Nicholas Marriott · 16 years ago
  18. 7118baa Allow a selection in vi keys mode... by Nicholas Marriott · 16 years ago
  19. 0691217 These should be u_int. by Nicholas Marriott · 16 years ago
  20. c4d5989 This is fixed. by Nicholas Marriott · 16 years ago
  21. 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
  22. 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
  23. 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
  24. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  25. f26c691 Should redraw 1 too. by Nicholas Marriott · 16 years ago
  26. 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
  27. 1425738 y not x :-/ by Nicholas Marriott · 16 years ago
  28. 62457bc Trim. by Nicholas Marriott · 16 years ago
  29. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  30. f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
  31. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  32. de0e1c6 Lose ensure* stuff. by Nicholas Marriott · 16 years ago
  33. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  34. 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
  35. 09a4f6a Make previous-word stop at BOL. by Nicholas Marriott · 16 years ago
  36. 758efb3 Handle escaped keys properly and use M-f/M-b in copy mode. by Nicholas Marriott · 16 years ago
  37. cb6c145 Next/previous word in copy-mode. by Nicholas Marriott · 16 years ago
  38. c4d09c0 Convert 0x70 -> 0x88. by Nicholas Marriott · 16 years ago
  39. 3128de3 buffer-limit option. by Nicholas Marriott · 16 years ago
  40. 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
  41. c3b7a49 Editable prompt. Not used for anything yet. More to come. by Nicholas Marriott · 16 years ago
  42. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  43. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  44. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  45. 73d8821 Handle EOL properly when scrolled. by Nicholas Marriott · 17 years ago
  46. 7dc18f6 set/reset mode window functions. by Nicholas Marriott · 17 years ago
  47. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  48. 2fabfb3 Make reset actually work. by Nicholas Marriott · 17 years ago
  49. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  50. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  51. 6b2debf Erm, check the right cell... d'oh. by Nicholas Marriott · 17 years ago
  52. f903cc9 Rv EOL optimisation, it screws up selection. by Nicholas Marriott · 17 years ago
  53. 818df92 Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of places. by Nicholas Marriott · 17 years ago
  54. 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
  55. 68b2d36 Rm some redundant checks, prevent issues when data->size == 0. by Nicholas Marriott · 17 years ago
  56. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  57. 7b45569 Make C-space toggle. Fix sel on same line. by Nicholas Marriott · 17 years ago
  58. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  59. 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