1. d394293 Add -t to source-file, GitHub issue 3473. by nicm · 1 year, 2 months ago
  2. 8191c58 Reset combine flag only if text is actually processed. by nicm · 1 year, 2 months ago
  3. c02bc4d On second thoughts, do check DA2 for DECFRA and DECSLRM since that will by nicm · 1 year, 3 months ago
  4. 4872811 Use DECSLRM and DECFRA only at level 4 rather than checking the terminal id. by nicm · 1 year, 3 months ago
  5. 9653a52 Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as by nicm · 1 year, 3 months ago
  6. c99f9e9 Accept 65 for VT525 as well. by nicm · 1 year, 3 months ago
  7. 43e5e80 Skip wrapped lines in top level search loop because they will be by nicm · 1 year, 3 months ago
  8. c767d62 Request terminal colours again on SIGWINCH but at most once every 30 by nicm · 1 year, 3 months ago
  9. d209fe9 Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub by nicm · 1 year, 3 months ago
  10. c554263 Set visited flag on last windows when linking session. by nicm · 1 year, 3 months ago
  11. 579829e Only compare the actual size of the UTF-8 character, not all of it. by nicm · 1 year, 3 months ago
  12. f78279b Add missing -T to getopt string. by nicm · 1 year, 3 months ago
  13. 16e4b39 Clear combine flag when a non-UTF-8 set of characters is encountered. by nicm · 1 year, 3 months ago
  14. 9456258 Rewrite combined character handling to be more consistent and to support by nicm · 1 year, 3 months ago
  15. c41d59f Expand name before looking for window with -S, GitHub issue 3670. by nicm · 1 year, 3 months ago
  16. c1e6e54 Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt. by nicm · 1 year, 3 months ago
  17. 71d453f Add -c to run-shell to set working directory, from someone in GitHub issue 3661. by nicm · 1 year, 3 months ago
  18. 52084b2 Log what input_dcs_dispatch does with the input data. by nicm · 1 year, 3 months ago
  19. 8636848 Add a session, pane and user mouse range types for the status line and by nicm · 1 year, 3 months ago
  20. d9942c7 Add meta bindings for status line menus as well as the existing pane one by nicm · 1 year, 3 months ago
  21. b770a42 Add an option menu-selected-style to configure the currently selected by nicm · 1 year, 3 months ago
  22. 57837bb Do not crash if in buffer mode and the last buffer is deleted using the command. by nicm · 1 year, 3 months ago
  23. 7a44984 Add flag to next-prompt/previous-prompt to go to command output instead, by nicm · 1 year, 4 months ago
  24. dee72ed Add options and flags for menu styles similar to those existing for by nicm · 1 year, 4 months ago
  25. 1071ef8 Extend the menu drawing function to support custom characters and by nicm · 1 year, 4 months ago
  26. 2b535bc Fix a couple of rounded border characters, from Alexis Hildebrandt. by nicm · 1 year, 4 months ago
  27. 7b10302 Free title earlier, from Alexis Hildebrandt. by nicm · 1 year, 4 months ago
  28. a5fd80b Trim can generate strings longer than the original if there are many #s, by nicm · 1 year, 4 months ago
  29. b13c230 Correct visited flag when the last window list is rebuilt by renumbering by nicm · 1 year, 4 months ago
  30. 2f74e81 Set extended keys flag again after reset, from Eric T Johnson. by nicm · 1 year, 4 months ago
  31. 84936b8 Use 8 for underscore colour defaults instead of 0 which is less by nicm · 1 year, 4 months ago
  32. 8fcc212 Remove Ns and Li and change Nm to Ic, suggested by jmc. by nicm · 1 year, 4 months ago
  33. efded95 Add descriptions of copy mode commands, from Michael Bianco. by nicm · 1 year, 4 months ago
  34. 63b7282 It should no longer be necessary to ignore SIGCHLD because it is now by nicm · 1 year, 5 months ago
  35. 4ece43a Loop around waitpid in client, from Azat Khuzhin. by nicm · 1 year, 5 months ago
  36. 8b3e2ea Use a stack for last panes line windows, from Thomas Bertschinger in by nicm · 1 year, 5 months ago
  37. b7e22d0 Call closefrom after removing signals because newer libevent doesn't by nicm · 1 year, 5 months ago
  38. 43b841f Add support for marking lines with a shell prompt based on the OSC 133 by nicm · 1 year, 5 months ago
  39. ac43186 Do not risk writing over the end of the buffer when it ends in # by nicm · 1 year, 5 months ago
  40. e79fb21 Another warning fix for GCC from Thomas Klausner. by nicm · 1 year, 5 months ago
  41. a2a02fd Change a few types to fix warnings, from Thomas Klausner. by nicm · 1 year, 5 months ago
  42. 4e57894 Get rid of some warnings with GCC 10, from Thomas Klausner. by nicm · 1 year, 5 months ago
  43. 2546216 When exiting alternate screen, there is no need to reflow when going by nicm · 1 year, 5 months ago
  44. ff8882a Add "us" to styles for underscore colour, GitHub issue 3589. by nicm · 1 year, 5 months ago
  45. 9e14c1f SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. by nicm · 1 year, 5 months ago
  46. 645bf8b Check fdopen return value, from Christian Menges. by nicm · 1 year, 5 months ago
  47. bdd05bd Fix mismatch between function prototype and definition, from Anindya Mukherjee. by nicm · 1 year, 6 months ago
  48. 1d98394 Add format for server_sessions, from Magnus Gross. by nicm · 1 year, 6 months ago
  49. 204d8f3 Reorder struct grid_cell_entry by tb · 1 year, 7 months ago
  50. 41b318a Add options to change the confirm key and default behaviour of by nicm · 1 year, 7 months ago
  51. bf636d9 Do not fatal if tparm fails, instead just log it (not working sequences by nicm · 1 year, 7 months ago
  52. 8f34504 Tidy tparm wrapper functions to have more obvious names and check tparm by nicm · 1 year, 7 months ago
  53. 551e0c3 Invalidate cached tty state after changing features since they may by nicm · 1 year, 7 months ago
  54. 48eba4c Ignore the user keys range when checking if a key is Unicode. by nicm · 1 year, 7 months ago
  55. 9f60517 It seems silly to use progname for version, just always say tmux. by nicm · 1 year, 7 months ago
  56. bcafe51 Make the check if printing is allowed the same as writing which is less by nicm · 1 year, 7 months ago
  57. 280fe77 Discard mouse sequences that have the right form but actually are by nicm · 1 year, 7 months ago
  58. a2018b2 Clarify text for new -A slightly, GitHub issue 3508. by nicm · 1 year, 8 months ago
  59. c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 8 months ago
  60. d730788 For passthrough, don't write to clients attached to different sessions, by nicm · 1 year, 8 months ago
  61. a9ac614 Do not leak screen in popups, GitHub issue 3492. by nicm · 1 year, 8 months ago
  62. ac4bb89 Fix command prompt not to always append argument but only if there has by nicm · 1 year, 8 months ago
  63. 907f58c Fix cursor position after zero width space, GitHub issue 3469. by nicm · 1 year, 10 months ago
  64. 1262e68 Remove old buffer when renaming rather than complaining, GitHub issue by nicm · 1 year, 10 months ago
  65. 0bd78b4 Add an L modifier like P, W, S to loop over clients. Also fix some long by nicm · 1 year, 10 months ago
  66. 7acc8d7 Add -f to list-clients like the other list commands, from Andy Walker in by nicm · 1 year, 10 months ago
  67. 0cb75f1 Do not allow multiple line separators in a row. by nicm · 1 year, 10 months ago
  68. 93b1b78 Extend display-message to work for control clients. GitHub issue 3449. by nicm · 1 year, 10 months ago
  69. f10854c Add a missing error message which causes an invalid layout name to crash. by nicm · 1 year, 10 months ago
  70. 993e7a9 Tweak note for D key binding, from Clark Wang. by nicm · 1 year, 10 months ago
  71. e7e112f Too many \s in example, GitHub issue 3445. by nicm · 1 year, 10 months ago
  72. 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 10 months ago
  73. 9789ea3 Support -1 without -N for list-keys. by nicm · 1 year, 10 months ago
  74. d578cf8 Update palette when moving a pane, GitHub issue 3437. by nicm · 1 year, 10 months ago
  75. eb1f8d7 Mark keys sent by command and skip paste handling for them. by nicm · 1 year, 10 months ago
  76. 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 10 months ago
  77. b418926 Fix behaviour with \007 (used the wrong tree for last change). by nicm · 1 year, 11 months ago
  78. c0031f8 Accept \007 as terminator to OSC 10 or 11. by nicm · 1 year, 11 months ago
  79. 565de3f Fix parsing of optional arguments so that and accept a - starting an argument. by nicm · 1 year, 11 months ago
  80. 7c0789d Have client return 1 if process is interrupted to an input pane. by nicm · 1 year, 11 months ago
  81. 7ced0a0 Restore code to handle wcwidth failure so that unknown codepoints still by nicm · 1 year, 11 months ago
  82. cb51942 Quotes are now required in select-layout example. by nicm · 1 year, 11 months ago
  83. 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 11 months ago
  84. a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 11 months ago
  85. 3fe01ff spelling fixes; from paul tagliamonte amendments to his diff are noted on tech by jmc · 1 year, 11 months ago
  86. b5ab4d2 Denote multiple arguments with 'arg ...' not 'args' by kn · 1 year, 11 months ago
  87. 4d79d46 Allow send-keys without a client again, reported by Stefan Hagen. by nicm · 1 year, 11 months ago
  88. 7cb48fc Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414. by nicm · 1 year, 11 months ago
  89. 8bd17bf Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub by nicm · 1 year, 11 months ago
  90. 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 11 months ago
  91. 7e497c7 Process escape sequences in show-buffer, GitHub issue 3401. by nicm · 1 year, 12 months ago
  92. 20da167 Tweak previous to set and log the feature instead of just setting the flag. by nicm · 2 years ago
  93. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years ago
  94. 079f48e Document alternative delimiters for substitution, from Jim Wisniewski. by nicm · 2 years ago
  95. 48f41e4 - sort options; from josiah frentsos ok nicm by jmc · 2 years ago
  96. f86eba2 Fix C-S-Tab without extended keys, from Aaron Jensen. by nicm · 2 years ago
  97. 77c1353 Unescape the string for the literal operator (l:) so special characters work. by nicm · 2 years, 1 month ago
  98. 17290b9 If there are no buffers, reset mode as soon as any key pressed. Fixes by nicm · 2 years, 1 month ago
  99. 3be3695 Add a -l flag to display-message to disable format expansion, from Aaron by nicm · 2 years, 1 month ago
  100. 9614f51 Instead of always setting the extended flag, set it only when searching. by nicm · 2 years, 1 month ago