1. 4a51a9d Block the initial client if there is one until the configuration file by nicm · 8 years ago
  2. eb6fd6f if-shell doesn't need to queue its error message into a callback, and in by nicm · 8 years ago
  3. 5172014 Only use ED for clear screen if at the bottom, same as earlier fix to by nicm · 8 years ago
  4. 1e0eb91 Memory leak from David CARLIER. by nicm · 8 years ago
  5. ae1a6c2 Do not need getopt.h. by nicm · 8 years ago
  6. 55cd4c7 Can't collect UTF-8 characters of more than one byte at the moment. by nicm · 8 years ago
  7. a4eaac3 new -A should use the session name. by nicm · 8 years ago
  8. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  9. 2c0f826 Mouse bindings and hooks set up an initial current state when running a by nicm · 8 years ago
  10. bcab77e We need to collect UTF-8 characters so that width != 1 characters are by nicm · 8 years ago
  11. 30348ed Fix if-shell without a client (so in the config file). Reported by Theo Buehler. by nicm · 8 years ago
  12. 59ff9b8 Typo in example. by nicm · 8 years ago
  13. 2c9bdd9 Memory leaks, from David CARLIER. by nicm · 8 years ago
  14. c8ecbf3 Log error properly when no current state, and some other minor tweaks. by nicm · 8 years ago
  15. 194a121 Make sure cmd_find_from_* clear the state if they fail. by nicm · 8 years ago
  16. 8867951 Rename a variable. by nicm · 8 years ago
  17. c68ceca Clear shared state if not filling it in. by nicm · 8 years ago
  18. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 8 years ago
  19. 2ad09ab Key needs to be initialized to zero now it has flags in it. by nicm · 8 years ago
  20. 3c87623 Style nits and an unused struct. by nicm · 8 years ago
  21. afa4e3e Add cmd_find_from_winlink_pane and use it in a couple of places, and by nicm · 8 years ago
  22. 92a77e7 It is annoying that the copy mode key table (or any other key table) by nicm · 8 years ago
  23. c799425 More unnecessary arguments now winlink points back to session. by nicm · 8 years ago
  24. 428be98 History needs to be loaded after config parsing is done - now that by nicm · 8 years ago
  25. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
  26. 311dad8 Do not run the config file in the context of the first client, instead by nicm · 8 years ago
  27. 87997ef Use fdforkpty() instead of our own unwrapped versions. by nicm · 8 years ago
  28. 51a0dbb Only set up a current target for mouse key bindings. Fixes: by nicm · 8 years ago
  29. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
  30. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
  31. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  32. f184c6f load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi. by nicm · 8 years ago
  33. 53fde21 Add a suspend helper function, and do not allow detaching or suspending by nicm · 8 years ago
  34. 689f4bf Style nits and a missing cast. by nicm · 8 years ago
  35. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  36. f731ae4 Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught, by nicm · 8 years ago
  37. 8c8ce08 On terminals without DECSLRM, when a pane that is less than the full by nicm · 8 years ago
  38. 623e35f Detect iTerm2 and use DECSLRM for it as well. by nicm · 8 years ago
  39. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  40. aace1ea Do not check for BCE for a background colour that isn't needed, use by nicm · 8 years ago
  41. 83ff1e9 Include client name in key logging. by nicm · 8 years ago
  42. 175d185 Don't bother moving the cursor for empty lines. by nicm · 8 years ago
  43. 7461c16 Remove a couple of redraw flags that no longer have any effect. by nicm · 8 years ago
  44. d566c78 Memory leak, from David CARLIER. by nicm · 8 years ago
  45. 54bcaab Use EL1 to clear lines when redrawing the leftmost pane, rather than spaces. by nicm · 8 years ago
  46. 94b71bc Add Home and End for copy mode. by nicm · 8 years ago
  47. 36882ec Try again to resolve problems with mistaking sessions for windows: now by nicm · 8 years ago
  48. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  49. ab4a4b2 cfg_file can be static. by nicm · 8 years ago
  50. b9a4beb Write raw strings in one go rather than character at a time. by nicm · 8 years ago
  51. 591b26e Show count of search results in copy mode. by nicm · 8 years ago
  52. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  53. 04e17a7 Use uid_t for UID not u_int. by nicm · 8 years ago
  54. cdaa758 Fix movement after select-line, from Omar Sandoval. by nicm · 8 years ago
  55. c916fea Fix pane movement by direction (up, down, left, right) when by nicm · 8 years ago
  56. 67d2335 Fix a couple of argument types. by nicm · 8 years ago
  57. 481e48d Add h and l for collapse and expand in choose mode with vi(1) keys, from by nicm · 8 years ago
  58. b69efbd Redraw after killp -a. by nicm · 8 years ago
  59. 2a9d697 Invalidate the cursor when we think we should have wrapped. by nicm · 8 years ago
  60. 3c3c08b Try to avoid moving the cursor to the start of the next line when by nicm · 8 years ago
  61. 8e9b100 Log where panes are created. by nicm · 8 years ago
  62. fd65210 Revert previous, breaks normal short targets, reported by Theo Buehler. by nicm · 8 years ago
  63. d455da4 Fix calculation of size for full size splits. by nicm · 8 years ago
  64. 0fe3b73 Only look for window and pane parts of target as a sesson and window if by nicm · 8 years ago
  65. 55e73e3 Clear the bracket paste mode when in the command prompt. by nicm · 8 years ago
  66. bce1dee Move the client identify (display-panes) code into server-client.c. by nicm · 8 years ago
  67. dbfee6a Move server_fill_environ into environ.c and move some other common code into it. by nicm · 8 years ago
  68. e8f2609 Skip over padding cells when moving the cursor left or right. by nicm · 8 years ago
  69. 41b31fe Handle empty options correctly. by nicm · 8 years ago
  70. 78ca1b0 Always send smkx to the terminal outside, the keys we get from terminfo by nicm · 8 years ago
  71. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  72. 1e6e606 Need to flush before writing out cells we are not collecting, also add by nicm · 8 years ago
  73. daac28f If moving cells outside the current used count, update it. by nicm · 8 years ago
  74. dc8fefe Collect strings correctly when on terminals that don't support UTF-8. by nicm · 8 years ago
  75. fba9ebc When redrawing a combined UTF-8 characters in its existing position, by nicm · 8 years ago
  76. e741a0b If splitw -b is used, insert the new pane before the current one in the by nicm · 8 years ago
  77. 0414b1f Minor bits: fix an array size, add comment, make grid_cell_entry static. by nicm · 8 years ago
  78. 8a0b279 Change pane redraw to collect cells up as well, and simplify it a bit. by nicm · 8 years ago
  79. 27ee34e Don't need is1,is2,is3 so remove them. by nicm · 8 years ago
  80. 9e4c513 Scrolling at least needs to be flushed before sending EL to the terminal by nicm · 8 years ago
  81. f27e1d0 Add SGR 28 to clear hidden flag. by nicm · 8 years ago
  82. 82db1fa There are buggy terminals out there that do not move the cursor to 0,0 by nicm · 8 years ago
  83. c948c6b Handle insert cells when cursor at edge of screen correctly, and do a by nicm · 8 years ago
  84. c889e11 Merge clear-history into capture-pane. by nicm · 8 years ago
  85. 8b8d096 Style nits. by nicm · 8 years ago
  86. dd25a6c Do not clear to end of screen unless the pane is at the bottom. by nicm · 8 years ago
  87. 640d9e5 "status bar" -> "status line" for consistency, from Benjamin Dopplinger. by nicm · 8 years ago
  88. e340df2 Make source-file look for files relative to the client working directory by nicm · 8 years ago
  89. 4c2a780 Collected cells may still need to be extended for RGB colours. by nicm · 8 years ago
  90. 921880e Add not delete the event if more to write. by nicm · 8 years ago
  91. d22c151 Don't use a bufferevent for the tty, so we can keep better track of what by nicm · 8 years ago
  92. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  93. 8de4c15 Document refresh-client -C. by nicm · 8 years ago
  94. b1fa3e2 Break the message storage function into its own function, useful for debugging. by nicm · 8 years ago
  95. b7ddfb3 Don't lie about the default size in the man page. by nicm · 8 years ago
  96. ddb3750 Combining characters need a full flush. by nicm · 8 years ago
  97. fd6e465 When an ordinary (not collected) cell is received, we need to flush any by nicm · 8 years ago
  98. 1811dc5 Another helper function to write to terminal and log. by nicm · 8 years ago
  99. 2f85496 Do not adjust region lower by pane offset when scrolling up, it is by nicm · 8 years ago
  100. 05802a6 window_copy_pagedown shouldn't reset the mode anymore, instead let the by nicm · 8 years ago