1. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 5 years ago
  2. 50ee414 Add a -A option to pause a pane manually. by nicm · 5 years ago
  3. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 5 years ago
  4. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 5 years ago
  5. c908d20 Fix various confusion about am vs xenl. by nicm · 5 years ago
  6. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 5 years ago
  7. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 5 years ago
  8. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 5 years ago
  9. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 5 years ago
  10. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 5 years ago
  11. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 5 years ago
  12. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 5 years ago
  13. 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 5 years ago
  14. 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 5 years ago
  15. bbfb44e Make some data types consistent. by nicm · 5 years ago
  16. 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 5 years ago
  17. 18aab90 Give control code its own state struct. by nicm · 5 years ago
  18. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 5 years ago
  19. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 5 years ago
  20. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 5 years ago
  21. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 5 years ago
  22. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 5 years ago
  23. ecbdcc2 Add screen write flags instead of individual bits and fix line length by nicm · 5 years ago
  24. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 5 years ago
  25. c914abf Expand target from client and use it to expand the prompt. by nicm · 5 years ago
  26. 72984c4 Move editor stuff to common code in popup.c. by nicm · 5 years ago
  27. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 5 years ago
  28. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 5 years ago
  29. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 5 years ago
  30. 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 5 years ago
  31. 367b4e4 Change message log to be per server rather than per client and include by nicm · 5 years ago
  32. cf9badd Change the existing client flags for control mode to apply for any by nicm · 5 years ago
  33. beb214b Add formats for after hook command arguments. by nicm · 5 years ago
  34. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 5 years ago
  35. 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 5 years ago
  36. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 5 years ago
  37. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 5 years ago
  38. 2391fe2 Copy mode search improvements: by nicm · 5 years ago
  39. 80e5254 Improve command prompt completion: by nicm · 5 years ago
  40. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 5 years ago
  41. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 5 years ago
  42. a29196c Build list of paths and weed out duplicates before loading configs, and by nicm · 5 years ago
  43. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 5 years ago
  44. 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 5 years ago
  45. 899b3d2 Indicate the marked pane in choose mode in reverse and add key to set by nicm · 6 years ago
  46. de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 6 years ago
  47. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 6 years ago
  48. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 6 years ago
  49. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 6 years ago
  50. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 6 years ago
  51. 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 6 years ago
  52. ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 6 years ago
  53. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 6 years ago
  54. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 6 years ago
  55. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 6 years ago
  56. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 6 years ago
  57. d94bdf7 Revert previous, there is still a problem. by nicm · 6 years ago
  58. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 6 years ago
  59. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 6 years ago
  60. 2e347d6 Only start and stop sync for operations like clear and scroll where by nicm · 6 years ago
  61. 363d950 Send secondary device attributes instead of primary which gives us a bit by nicm · 6 years ago
  62. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 6 years ago
  63. 4744aa4 Add a helper function to get the terminal flags. by nicm · 6 years ago
  64. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 6 years ago
  65. a2e47b5 Show signal name when process exits rather than number. by nicm · 6 years ago
  66. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 6 years ago
  67. 1e72f5e Use mode-style for selected items, like choose modes. GitHub issue 2166. by nicm · 6 years ago
  68. c7883d5 Use grid_empty_line rather than memset when adding new lines on resize. by nicm · 6 years ago
  69. 63ec791 Provide an accessor for the running queue item and use it to not let by nicm · 6 years ago
  70. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 6 years ago
  71. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 6 years ago
  72. 34804f2 When parsing strings, put all commands in one group even if there are by nicm · 6 years ago
  73. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 6 years ago
  74. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 6 years ago
  75. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 6 years ago
  76. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 6 years ago
  77. 53d6b94 Move the NOHOOKS flag into the shared flags. by nicm · 6 years ago
  78. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 6 years ago
  79. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 6 years ago
  80. 1c433f1 Remove unused define, also a man fix from jmc. by nicm · 6 years ago
  81. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 6 years ago
  82. e9e5fac Some minor style nits. by nicm · 6 years ago
  83. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 6 years ago
  84. 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 6 years ago
  85. 1c8f7c1 Do not restore history flag if it was never set. by nicm · 6 years ago
  86. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 6 years ago
  87. dd2fdcd Support mouse in popups. by nicm · 6 years ago
  88. 38f1546 Add a way to mark environment variables as "hidden" so they can be used by nicm · 6 years ago
  89. e6d1b67 Add non-regex search variants to avoid the performance cost for people by nicm · 6 years ago
  90. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 6 years ago
  91. 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 6 years ago
  92. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 6 years ago
  93. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 6 years ago
  94. 1fb504d Tweak key numbers to avoid some special keys crossing over with modifier bits. by nicm · 6 years ago
  95. 593fddf Make two -E only close popup automatically if the command exited with 0. by nicm · 6 years ago
  96. 4346098 Fix how popup height is calculated to take embedded newlines into account. by nicm · 6 years ago
  97. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 6 years ago
  98. 8828b95 Break code to convert an argument as a percentage into a common function. by nicm · 6 years ago
  99. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 6 years ago
  100. de34436 Change input path so it doesn't require a pane. by nicm · 6 years ago