1. f2dfc27 Escape+Up and the other arrow keys should be kept as Escape+Up and not by nicm · 4 years, 1 month ago
  2. d6680b9 Move a sentence to the right command. by nicm · 4 years, 1 month ago
  3. b9392d5 Do not wrap at end of text when positioning at end of match because the by nicm · 4 years, 1 month ago
  4. 51909a1 Resize screen to the correct size (borders need to be taken off). by nicm · 4 years, 1 month ago
  5. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 1 month ago
  6. 88b66e9 Free buffer earlier to avoid confusing some compilers, GitHub issue 2382. by nicm · 4 years, 1 month ago
  7. ed946dc Some other warnings, GitHub issue 2382. by nicm · 4 years, 1 month ago
  8. 3206869 Add -q flag to unbind-key to hide errors, GitHub issue 2381. by nicm · 4 years, 1 month ago
  9. 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 1 month ago
  10. 1fed7e8 Allow -N without a command to change or add a note to an existing key. by nicm · 4 years, 1 month ago
  11. 9b45ba8 calloc cb data so the client is NULL. by nicm · 4 years, 1 month ago
  12. eadf18b Do not free old session working directory until after expanding the new by nicm · 4 years, 1 month ago
  13. e538bef Check started flag before looking for capability. by nicm · 4 years, 2 months ago
  14. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 2 months ago
  15. 60860ac Add -F to set-environment and source-file; GitHub issue 2359. by nicm · 4 years, 2 months ago
  16. b2a262e Only print below number when there is enough space. by nicm · 4 years, 2 months ago
  17. 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 2 months ago
  18. 20fcdcf Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317. by nicm · 4 years, 2 months ago
  19. e4a4fcf Old Terminal.app versions do not respond correctly to secondary DA, by nicm · 4 years, 2 months ago
  20. 43e3e53 Do not run off end of string when stripping delays, reported by Dave Vandervies. by nicm · 4 years, 2 months ago
  21. d095752 Add n: modifier to get length of a format, also automatically expand by nicm · 4 years, 2 months ago
  22. d8b6560 Set alert flag for the current window if the session is unattached. by nicm · 4 years, 2 months ago
  23. f08bfa7 Respond to colour requests if a colour is available, from Michal Goral. by nicm · 4 years, 2 months ago
  24. 212c0c1 Do not force line width to grid width because it may need to be larger by nicm · 4 years, 2 months ago
  25. df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 2 months ago
  26. 82c65e3 Also ignore SIGQUIT so it can't be used to kill the client when locked. by nicm · 4 years, 2 months ago
  27. 944177e Trim newline from ctime, from Thomas Adam. by nicm · 4 years, 3 months ago
  28. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 3 months ago
  29. d329b03 Add a hook when the pane title changed. by nicm · 4 years, 3 months ago
  30. 112b0f4 Check all lists if option not found already. by nicm · 4 years, 3 months ago
  31. 1f5e520 Correct checks for window borders. by nicm · 4 years, 3 months ago
  32. 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 4 years, 3 months ago
  33. 3b089fc Properly escape a backslash. by daniel · 4 years, 3 months ago
  34. 5e008ee Renumber after killing windows for choose-tree. by nicm · 4 years, 3 months ago
  35. 8f1179d Handle padding cells correctly when searching, GitHub issue 2301. by nicm · 4 years, 3 months ago
  36. 468be2a Do not dereference NULL environment variable value, GitHub issue 2304. by nicm · 4 years, 3 months ago
  37. f26b7b7 Clarify /tmp permissions and use, GitHub issue 2300. by nicm · 4 years, 3 months ago
  38. 2aa177d Do not eliminate redundant clears, the code is wrong and doing it by nicm · 4 years, 3 months ago
  39. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 3 months ago
  40. 2bf612a Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. by nicm · 4 years, 3 months ago
  41. 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 4 years, 4 months ago
  42. 43e1577 Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. by nicm · 4 years, 4 months ago
  43. 2b1e8d0 Check if client is NULL before using it, GitHub issue 2295. by nicm · 4 years, 4 months ago
  44. 2a9bdb7 Replace TAILQ concatenation loop with TAILQ_CONCAT by bket · 4 years, 4 months ago
  45. b6aeb86 Check for no pane border status line separately from top/bottom. by nicm · 4 years, 4 months ago
  46. 74df707 Fix 0x Unicode character parsing, GitHub issue 2286. by nicm · 4 years, 4 months ago
  47. f69bdda Silently ignore -a or -b if the window index doesn't exist and create by nicm · 4 years, 4 months ago
  48. 5340bf5 Correctly redraw pane border bottom line when the status line is on and by nicm · 4 years, 4 months ago
  49. 2964dde Use xvasprintf not vasprintf. by nicm · 4 years, 4 months ago
  50. 068b92b The redraw callback could be fired with a NULL pane if it updates while by nicm · 4 years, 4 months ago
  51. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 4 months ago
  52. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 4 months ago
  53. afe4ea4 Correctly move to previous line when looking for previous word, from Derry Jing. by nicm · 4 years, 4 months ago
  54. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 4 months ago
  55. d52ac7d Do not wait on shutdown for commands started with run -b. by nicm · 4 years, 4 months ago
  56. d8d7769 Check if a pane needs to be paused when output is written rather than by nicm · 4 years, 4 months ago
  57. 4c3bdc5 move-pane also defaults to marked pane now, reported by Ben Challenor. by nicm · 4 years, 4 months ago
  58. cf63465 Fix quoting with newlines and single quotes. by nicm · 4 years, 4 months ago
  59. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 4 months ago
  60. cf13d1e Fix a crash when completing sessions, from Anindya Mukherjee. by nicm · 4 years, 4 months ago
  61. 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 4 months ago
  62. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 4 months ago
  63. fddcad6 When the pause-after flag is set, send an alternative %extended-output by nicm · 4 years, 4 months ago
  64. fee585e Include width in error message. by nicm · 4 years, 4 months ago
  65. c60389a It is not sensible to store pointers into an array we are going to by nicm · 4 years, 4 months ago
  66. a4a3d89 Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which by nicm · 4 years, 4 months ago
  67. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 4 months ago
  68. 03b2998 Do not take the address of a potentially unaligned member. by nicm · 4 years, 4 months ago
  69. c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 4 months ago
  70. 4e5e2c1 Now that we mostly only search visible text, the rate limit on repeating by nicm · 4 years, 4 months ago
  71. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 5 months ago
  72. d9cd493 Reset wrapped flag when clearing or moving lines, GitHub issue 2215. by nicm · 4 years, 5 months ago
  73. 2154e1f Search marks outside the visible text are not useful, so there is no by nicm · 4 years, 5 months ago
  74. c4732af Some improvements to performance of searching: by nicm · 4 years, 5 months ago
  75. 4403afe A } can go on the same line as a command. by nicm · 4 years, 5 months ago
  76. 4ea3370 Shorten some long lines. by nicm · 4 years, 5 months ago
  77. a9bf536 Correct respawn-* - they don't always use the creation command. by nicm · 4 years, 5 months ago
  78. dc74d2e Make the -no-clear command variants not clear the search marks either. by nicm · 4 years, 5 months ago
  79. d3c5202 Allow strings to span multiple lines - newlines and any leading by nicm · 4 years, 5 months ago
  80. b3782d2 Instead of using a custom parse function to process {}, treat it as a by nicm · 4 years, 5 months ago
  81. 3f6af41 Make paste -p the default for ], GitHub issue 2248. by nicm · 4 years, 5 months ago
  82. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 5 months ago
  83. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 4 years, 5 months ago
  84. f5366ff Missing ; in previous. by nicm · 4 years, 5 months ago
  85. 5fbae8c Fire copy-pipe command even if there is no text, means it works if it by nicm · 4 years, 5 months ago
  86. 7e501f1 UTF-8 keys need to be big endian so the size bits are at the top. by nicm · 4 years, 5 months ago
  87. 822ee4e Fail rather than fatal on UTF-8 width 0. by nicm · 4 years, 5 months ago
  88. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 5 months ago
  89. 563b733 Remove blocks from queue when pane disappears. by nicm · 4 years, 5 months ago
  90. 8339702 Check the right thing for maximum client buffer size. by nicm · 4 years, 5 months ago
  91. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 5 months ago
  92. 674ec41 Try without cursor/keypad flags if a key doesn't exist, and limit ctrl by nicm · 4 years, 5 months ago
  93. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 5 months ago
  94. 175e450 Add -i to find-window to ignore case. by nicm · 4 years, 5 months ago
  95. bda2a02 Fix ASCII keys with send-keys -l. by nicm · 4 years, 5 months ago
  96. f336599 Make padding cell a valid character. by nicm · 4 years, 5 months ago
  97. 2ced370 Tweak some out of date bits, reported by bcgraham. by nicm · 4 years, 5 months ago
  98. ff6f2ff Return new character properly when converting to data. by nicm · 4 years, 5 months ago
  99. 392b381 Apply -n when only one pane in the window. by nicm · 4 years, 5 months ago
  100. 370f0bb Remove leftover debug logging and fix comparison. by nicm · 4 years, 5 months ago