1. 31625c2 Line length and spaces to tabs. by nicm · 8 years ago
  2. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 8 years ago
  3. b160de5 Notify layout changed when choosing predefined layouts, from Joshua Brot. by nicm · 8 years ago
  4. cb5fcb3 The Konsole SU bug means it can't clear the entire scroll region (it by nicm · 8 years ago
  5. 7a4c66b Scroll the right number of lines off the region when clearing. by nicm · 8 years ago
  6. d58c379 Some other unused variables. by nicm · 8 years ago
  7. 50f1f1d Compare >= for columns not >. by nicm · 8 years ago
  8. 0264ef0 Can scroll away full lines to clear them too. by nicm · 8 years ago
  9. f688653 Remove an unused variable. by nicm · 8 years ago
  10. 0cd7472 When expanding a line in order to clear it, we need to use the default by nicm · 8 years ago
  11. e2a18e2 Need to store bg for ECH. by nicm · 8 years ago
  12. da724fe Cannot rely on cursor position after DL and IL (some terminals move to by nicm · 8 years ago
  13. ffd8beb Need to clear tty context before using it. by nicm · 8 years ago
  14. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
  15. 18bab30 Scrolling needs to use background colour. by nicm · 8 years ago
  16. 60f7b05 Regions can't be smaller than 2 so don't try to clear them by scrolling if so. by nicm · 8 years ago
  17. 7f626c8 Can use INDN to clear regions with default background colour if margins by nicm · 8 years ago
  18. 886d50d ECH needs to use background colour. by nicm · 8 years ago
  19. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  20. c0d3f20 Clear to start of screen needs to use background colour. by nicm · 8 years ago
  21. 989cdca Need to redraw out to cellsize (total cells used in a line) rather than by nicm · 8 years ago
  22. 349cdd6 Make environ_log prefix take a format. by nicm · 8 years ago
  23. c54a5b3 Change how we resolve which pane is dragging when there are multiple by nicm · 8 years ago
  24. 8ab2753 Move to the right cursor position before using spaces to clear. by nicm · 8 years ago
  25. 2dc9bfd Prevent control clients from affecting the session size until they have by nicm · 8 years ago
  26. 9dc6946 We can use ECH to clear sections of lines, so use it for internal panes by nicm · 8 years ago
  27. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 8 years ago
  28. 0e3c5eb Insert copy mode bindings at the right place in the command queue. by nicm · 8 years ago
  29. 3712b41 If the target pane for send-keys in in a mode with a key table (that is, by nicm · 8 years ago
  30. 3b35daa If the current screen was complex enough, it was possible to make redraw by nicm · 8 years ago
  31. 18f3690 Set current pane in rotate-window. by nicm · 8 years ago
  32. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  33. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 8 years ago
  34. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  35. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
  36. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  37. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  38. a2dd7da Fix UTF-8 combining characters in column 0, based on a diff from Keith Winstein. by nicm · 8 years ago
  39. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 8 years ago
  40. bcd6b41 Remove a reference from the right window when removing from a winlink's list. by nicm · 8 years ago
  41. 92053cb Do not put the window on the alerts queue and add a reference unless the by nicm · 8 years ago
  42. 54e2205 Konsole incorrectly ignores SU (CSI S) if the parameter is bigger than by nicm · 8 years ago
  43. c12711a Default for xterm-keys was wrong, stop documenting it. by nicm · 8 years ago
  44. d520dae Make full width panes try to play more nicely with terminal copy and by nicm · 8 years ago
  45. 03d01ea When we write out the grid including escape sequences, an SGR 0 needs to by nicm · 8 years ago
  46. c48d09e Do not update TERM into config file parsing has finished. by nicm · 8 years ago
  47. 4a51a9d Block the initial client if there is one until the configuration file by nicm · 8 years ago
  48. eb6fd6f if-shell doesn't need to queue its error message into a callback, and in by nicm · 8 years ago
  49. 5172014 Only use ED for clear screen if at the bottom, same as earlier fix to by nicm · 8 years ago
  50. 1e0eb91 Memory leak from David CARLIER. by nicm · 8 years ago
  51. ae1a6c2 Do not need getopt.h. by nicm · 8 years ago
  52. 55cd4c7 Can't collect UTF-8 characters of more than one byte at the moment. by nicm · 8 years ago
  53. a4eaac3 new -A should use the session name. by nicm · 8 years ago
  54. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  55. 2c0f826 Mouse bindings and hooks set up an initial current state when running a by nicm · 8 years ago
  56. bcab77e We need to collect UTF-8 characters so that width != 1 characters are by nicm · 8 years ago
  57. 30348ed Fix if-shell without a client (so in the config file). Reported by Theo Buehler. by nicm · 8 years ago
  58. 59ff9b8 Typo in example. by nicm · 8 years ago
  59. 2c9bdd9 Memory leaks, from David CARLIER. by nicm · 8 years ago
  60. c8ecbf3 Log error properly when no current state, and some other minor tweaks. by nicm · 8 years ago
  61. 194a121 Make sure cmd_find_from_* clear the state if they fail. by nicm · 8 years ago
  62. 8867951 Rename a variable. by nicm · 8 years ago
  63. c68ceca Clear shared state if not filling it in. by nicm · 8 years ago
  64. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
  65. 2ad09ab Key needs to be initialized to zero now it has flags in it. by nicm · 8 years ago
  66. 3c87623 Style nits and an unused struct. by nicm · 8 years ago
  67. afa4e3e Add cmd_find_from_winlink_pane and use it in a couple of places, and by nicm · 8 years ago
  68. 92a77e7 It is annoying that the copy mode key table (or any other key table) by nicm · 8 years ago
  69. c799425 More unnecessary arguments now winlink points back to session. by nicm · 8 years ago
  70. 428be98 History needs to be loaded after config parsing is done - now that by nicm · 8 years ago
  71. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
  72. 311dad8 Do not run the config file in the context of the first client, instead by nicm · 8 years ago
  73. 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 8 years ago
  74. 51a0dbb Only set up a current target for mouse key bindings. Fixes: by nicm · 8 years ago
  75. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
  76. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
  77. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  78. f184c6f load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi. by nicm · 8 years ago
  79. 53fde21 Add a suspend helper function, and do not allow detaching or suspending by nicm · 8 years ago
  80. 689f4bf Style nits and a missing cast. by nicm · 8 years ago
  81. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  82. f731ae4 Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught, by nicm · 8 years ago
  83. 8c8ce08 On terminals without DECSLRM, when a pane that is less than the full by nicm · 8 years ago
  84. 623e35f Detect iTerm2 and use DECSLRM for it as well. by nicm · 8 years ago
  85. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  86. aace1ea Do not check for BCE for a background colour that isn't needed, use by nicm · 8 years ago
  87. 83ff1e9 Include client name in key logging. by nicm · 8 years ago
  88. 175d185 Don't bother moving the cursor for empty lines. by nicm · 8 years ago
  89. 7461c16 Remove a couple of redraw flags that no longer have any effect. by nicm · 8 years ago
  90. d566c78 Memory leak, from David CARLIER. by nicm · 8 years ago
  91. 54bcaab Use EL1 to clear lines when redrawing the leftmost pane, rather than spaces. by nicm · 8 years ago
  92. 94b71bc Add Home and End for copy mode. by nicm · 8 years ago
  93. 36882ec Try again to resolve problems with mistaking sessions for windows: now by nicm · 8 years ago
  94. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  95. ab4a4b2 cfg_file can be static. by nicm · 8 years ago
  96. b9a4beb Write raw strings in one go rather than character at a time. by nicm · 8 years ago
  97. 591b26e Show count of search results in copy mode. by nicm · 8 years ago
  98. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  99. 04e17a7 Use uid_t for UID not u_int. by nicm · 8 years ago
  100. cdaa758 Fix movement after select-line, from Omar Sandoval. by nicm · 8 years ago