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