1. cf1ed67 Merge branch 'obsd-master' by Thomas Adam · 1 year, 3 months ago
  2. 1aec420 Merge branch 'obsd-master' by Thomas Adam · 1 year, 3 months ago
  3. 16e4b39 Clear combine flag when a non-UTF-8 set of characters is encountered. by nicm · 1 year, 3 months ago
  4. 9456258 Rewrite combined character handling to be more consistent and to support by nicm · 1 year, 3 months ago
  5. dfbc6b1 Merge SIXEL branch. by Nicholas Marriott · 1 year, 3 months ago
  6. b770a42 Add an option menu-selected-style to configure the currently selected by nicm · 1 year, 3 months ago
  7. dee72ed Add options and flags for menu styles similar to those existing for by nicm · 1 year, 4 months ago
  8. 1071ef8 Extend the menu drawing function to support custom characters and by nicm · 1 year, 4 months ago
  9. 2f74e81 Set extended keys flag again after reset, from Eric T Johnson. by nicm · 1 year, 4 months ago
  10. d730788 For passthrough, don't write to clients attached to different sessions, by nicm · 1 year, 8 months ago
  11. 907f58c Fix cursor position after zero width space, GitHub issue 3469. by nicm · 1 year, 10 months ago
  12. 8bd17bf Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub by nicm · 1 year, 11 months ago
  13. c2580cf Initialize context before testing it. by nicm · 2 years, 1 month ago
  14. 0fc961b Do not fire redraw callback if NULL. by nicm · 2 years, 1 month ago
  15. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
  16. ccc9dc3 If an application gives the first parameter to OSC 52, validate and pass by nicm · 2 years, 6 months ago
  17. 6a1706a Check scroll-on-clear for ED also. by nicm · 2 years, 8 months ago
  18. 10d689e Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
  19. 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 3 years, 1 month ago
  20. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  21. 0cca695 Instead of setting the popup default colours in the draw callback, set by nicm · 3 years, 1 month ago
  22. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 3 years, 1 month ago
  23. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
  24. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years, 1 month ago
  25. 41ababd Be more sophisticated about enabling synchronized updates when there is by nicm · 3 years, 3 months ago
  26. 5d45155 Restore saved cursor position after a ZWJ rather than recalculating it. by nicm · 3 years, 3 months ago
  27. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
  28. 24cd685 Add basic support for zero width joiners, GitHub issues 1605 and 2784. by nicm · 3 years, 4 months ago
  29. ef5602a Another minor fix - do not draw positions that are under the popup with by nicm · 3 years, 4 months ago
  30. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  31. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
  32. 8156d9b Flush pending output before entering or exiting alternate screen rather by nicm · 3 years, 10 months ago
  33. 9fcf413 Revert clear changes to writing as they don't work properly, better by nicm · 3 years, 10 months ago
  34. 91d112b There is no need to clear every line entirely before drawing to it, this by nicm · 3 years, 10 months ago
  35. ed78630 Do not clear the wrapped flag on linefeeds if it is already set - this by nicm · 3 years, 12 months ago
  36. 1326529 Remove some old debug logging. by nicm · 4 years ago
  37. 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 4 years, 4 months ago
  38. 2aa177d Do not eliminate redundant clears, the code is wrong and doing it by nicm · 4 years, 5 months ago
  39. 068b92b The redraw callback could be fired with a NULL pane if it updates while by nicm · 4 years, 5 months ago
  40. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 6 months ago
  41. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 4 years, 6 months ago
  42. f336599 Make padding cell a valid character. by nicm · 4 years, 6 months ago
  43. 35779d6 Fix definition of padding cells so they are not extended cells. by nicm · 4 years, 6 months ago
  44. ecbdcc2 Add screen write flags instead of individual bits and fix line length by nicm · 4 years, 6 months ago
  45. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  46. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  47. 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 4 years, 6 months ago
  48. 2391fe2 Copy mode search improvements: by nicm · 4 years, 6 months ago
  49. 445dfa8 Move the background colour to clear with (if any) up as well as the data by nicm · 4 years, 7 months ago
  50. 4a5182e Always start sync for output in panes that are not the active pane. by nicm · 4 years, 7 months ago
  51. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  52. 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 4 years, 7 months ago
  53. deffef6 Reset background colour on scrolled line. by nicm · 4 years, 7 months ago
  54. ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 4 years, 7 months ago
  55. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  56. bbd6e89 There is no point allocating a new item and putting it on the list when by nicm · 4 years, 7 months ago
  57. 5f18844 Return to sending sync around clears. by nicm · 4 years, 7 months ago
  58. d8433ad Do not need to set up a tty context for clearing lines now. by nicm · 4 years, 7 months ago
  59. d90ca7e Collect up line clears like text within the available data so we don't by nicm · 4 years, 7 months ago
  60. c1b015f Log what caused a flush for better visibility on what could be improved. by nicm · 4 years, 7 months ago
  61. 2e347d6 Only start and stop sync for operations like clear and scroll where by nicm · 4 years, 7 months ago
  62. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 7 months ago
  63. 1e72f5e Use mode-style for selected items, like choose modes. GitHub issue 2166. by nicm · 4 years, 7 months ago
  64. 08e2828 Parse out DA features. by nicm · 4 years, 12 months ago
  65. e3359f8 Some minor performance improvements - most notably, don't search the by nicm · 5 years ago
  66. e8adcae Couple of bits of minor cleanup. by nicm · 5 years ago
  67. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  68. cbe7812 Use the clear history function for the 3J sequence rather than doing it manually. by nicm · 5 years ago
  69. 3635b3c Correctly clear underscore colour in grid_get_cell1, also fix struct by nicm · 5 years ago
  70. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  71. 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
  72. 004a9b5 Add a function to draw a simple menu onto a screen. by nicm · 6 years ago
  73. 3f18994 Pass target client and session to load_cfg from source-file so formats by nicm · 6 years ago
  74. 06d58b3 screen_write_fast_copy can no longer assume the target screen is default by nicm · 6 years ago
  75. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  76. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  77. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  78. 2796ae8 Fix HPA in origin mode. by nicm · 6 years ago
  79. 303d20a Fix wrapping after origin mode change. by nicm · 6 years ago
  80. ff4c80d Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. by nicm · 6 years ago
  81. 50cdfc0 Initialize context property in alignment test handler function. by nicm · 6 years ago
  82. 86e648d Allow style #[] in mode formats. by nicm · 6 years ago
  83. ef904cf Reset all flags in screen_write_reset, reported by Benjamin Poirier. by nicm · 6 years ago
  84. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  85. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  86. 82776c4 Move struct screen_sel into screen.c and tidy up members that are only by nicm · 6 years ago
  87. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  88. b0c1cef Do not collect top-bit-set characters in case they need to be replaced. by nicm · 7 years ago
  89. 533a571 Completely rewrite the reflow code to correctly handle double width by nicm · 7 years ago
  90. 50a5f84 Support mouse on preview in tree mode. by nicm · 7 years ago
  91. 43264df Make the mode draw function use the parent screen directly rather than by nicm · 7 years ago
  92. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 7 years ago
  93. 6a292f0 When writing batches of characters to the screen, we need to clear by nicm · 7 years ago
  94. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  95. 7247553 Try to show a better preview of sessions and windows in tree mode. by nicm · 7 years ago
  96. e028ab3 Need to flush out the linefeed after wrapper. GitHub issue 970. by nicm · 7 years ago
  97. 1840390 Typo/style; plus man page escaping from jmc. by nicm · 7 years ago
  98. 248aa54 Style and spacing nits. by nicm · 7 years ago
  99. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  100. e2a18e2 Need to store bg for ECH. by nicm · 8 years ago