1. 004a9b5 Add a function to draw a simple menu onto a screen. by nicm · 5 years ago
  2. 3f18994 Pass target client and session to load_cfg from source-file so formats by nicm · 6 years ago
  3. 06d58b3 screen_write_fast_copy can no longer assume the target screen is default by nicm · 6 years ago
  4. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  5. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  6. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  7. 2796ae8 Fix HPA in origin mode. by nicm · 6 years ago
  8. 303d20a Fix wrapping after origin mode change. by nicm · 6 years ago
  9. ff4c80d Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. by nicm · 6 years ago
  10. 50cdfc0 Initialize context property in alignment test handler function. by nicm · 6 years ago
  11. 86e648d Allow style #[] in mode formats. by nicm · 6 years ago
  12. ef904cf Reset all flags in screen_write_reset, reported by Benjamin Poirier. by nicm · 6 years ago
  13. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  14. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  15. 82776c4 Move struct screen_sel into screen.c and tidy up members that are only by nicm · 6 years ago
  16. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  17. b0c1cef Do not collect top-bit-set characters in case they need to be replaced. by nicm · 7 years ago
  18. 533a571 Completely rewrite the reflow code to correctly handle double width by nicm · 7 years ago
  19. 50a5f84 Support mouse on preview in tree mode. by nicm · 7 years ago
  20. 43264df Make the mode draw function use the parent screen directly rather than by nicm · 7 years ago
  21. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 7 years ago
  22. 6a292f0 When writing batches of characters to the screen, we need to clear by nicm · 7 years ago
  23. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  24. 7247553 Try to show a better preview of sessions and windows in tree mode. by nicm · 7 years ago
  25. e028ab3 Need to flush out the linefeed after wrapper. GitHub issue 970. by nicm · 7 years ago
  26. 1840390 Typo/style; plus man page escaping from jmc. by nicm · 7 years ago
  27. 248aa54 Style and spacing nits. by nicm · 7 years ago
  28. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  29. e2a18e2 Need to store bg for ECH. by nicm · 7 years ago
  30. ffd8beb Need to clear tty context before using it. by nicm · 7 years ago
  31. 18bab30 Scrolling needs to use background colour. by nicm · 7 years ago
  32. 886d50d ECH needs to use background colour. by nicm · 7 years ago
  33. c0d3f20 Clear to start of screen needs to use background colour. by nicm · 7 years ago
  34. a2dd7da Fix UTF-8 combining characters in column 0, based on a diff from Keith Winstein. by nicm · 7 years ago
  35. d520dae Make full width panes try to play more nicely with terminal copy and by nicm · 7 years ago
  36. 55cd4c7 Can't collect UTF-8 characters of more than one byte at the moment. by nicm · 7 years ago
  37. 1e6e606 Need to flush before writing out cells we are not collecting, also add by nicm · 8 years ago
  38. fba9ebc When redrawing a combined UTF-8 characters in its existing position, by nicm · 8 years ago
  39. 9e4c513 Scrolling at least needs to be flushed before sending EL to the terminal by nicm · 8 years ago
  40. c948c6b Handle insert cells when cursor at edge of screen correctly, and do a by nicm · 8 years ago
  41. ddb3750 Combining characters need a full flush. by nicm · 8 years ago
  42. fd6e465 When an ordinary (not collected) cell is received, we need to flush any by nicm · 8 years ago
  43. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
  44. 13a0b6b Collect sequences of printable ASCII characters and process them by nicm · 8 years ago
  45. 7475165 Some other tidying bits. by nicm · 8 years ago
  46. 9cc02d1 Trying to avoid the occasional newline by saving the last cell on screen by nicm · 8 years ago
  47. 10e14ae Add BCE for clear to start of screen, which was somehow missed. by nicm · 8 years ago
  48. 3fd34e7 Only redraw the modified character when adding combining characters, not by nicm · 8 years ago
  49. 9e78603 Fix setting the palette of aixterm colours (90-97). by nicm · 8 years ago
  50. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  51. bee95bf Spacing nits. by nicm · 8 years ago
  52. 8763bce Zero dirty count after flushing. by nicm · 8 years ago
  53. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  54. e83ebf5 Fix a couple of problems with insert mode: flush dirty cells before we by nicm · 8 years ago
  55. 4160df4 Redraw selection in tty_draw_line, so it appears when redrawing whole by nicm · 8 years ago
  56. 30086e5 screen_write_copy tried to be clever and clear the line if it reached by nicm · 8 years ago
  57. f55c991 Wrap some long lines in screen-write.c. by nicm · 8 years ago
  58. cf7f3a4 Check padding when writing any character with width > 1, in case they by nicm · 8 years ago
  59. 2627ab3 Remember the number of lines scrolled into the history (versus cleared by nicm · 8 years ago
  60. 0f73af8 Don't update cells in each block of data read from a pane immediately, by nicm · 8 years ago
  61. aba4438 Cache selected state so that cells going from selected to unselected are not by nicm · 8 years ago
  62. 36ab4c7 Do not draw character to screen if it has not changed, and do not save by nicm · 8 years ago
  63. 344a6a6 Padding cell is always the same so use a static. by nicm · 8 years ago
  64. 382222a Break the save-last-cell code into a separate function (so it can be by nicm · 8 years ago
  65. 5f2bfd9 Make the grid_cell passed into screen_write_* const. by nicm · 8 years ago
  66. 97882f9 Clear RGB flags during selection. by nicm · 9 years ago
  67. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  68. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  69. 2adf3f4 Partly revert previous, it is harmless to keep support for UTF-8 mouse by nicm · 9 years ago
  70. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  71. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  72. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  73. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  74. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  75. e71a915 Rename overly-long utf8data to ud throughout. by nicm · 9 years ago
  76. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  77. 16ee4de Remove some extra blank lines. by nicm · 9 years ago
  78. cc768d7 Revert to marking lines as wrapped on newlines, fixes problems with capturep -J. by nicm · 9 years ago
  79. 8f13022 Two improvements to reflow from Balazs Kezes: by nicm · 10 years ago
  80. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  81. 2f19df0 Copy ACS characters as UTF-8, from Balazs Kezes. by nicm · 10 years ago
  82. a5d4b7f Some more long lines. by nicm · 11 years ago
  83. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  84. 772d61f RIS should reset focus reporting, from Hayaki Saito. by Nicholas Marriott · 11 years ago
  85. 5e4d9a3 Move the cursor back into the last column on CUU/CUD to match xterm by Nicholas Marriott · 12 years ago
  86. f198365 Unbreak line wrapping. by Nicholas Marriott · 12 years ago
  87. ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  88. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  89. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  90. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  91. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  92. 3fa4f69 Handle resetting 256-colours properly when parsing #[default], by Nicholas Marriott · 12 years ago
  93. eb0ad18 Use ACS characters for choose-tree arrows based on diff from Romain Francoise. by Nicholas Marriott · 12 years ago
  94. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  95. 0489213 Revert screen-write.c r1.54 and fix the bug properly. After wrapping a by Nicholas Marriott · 13 years ago
  96. 71df37c Store context off before moving the cursor when wrapping, to fix long by Nicholas Marriott · 13 years ago
  97. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  98. 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
  99. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  100. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago