1. a731b1a Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
  2. 948d2fa Use format_draw for command prompt prefix to allow styles, GitHub issue 3054. by nicm · 2 years, 10 months ago
  3. b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
  4. 4fe5aa9 Fix a comparison, from Ben Boeckel, and a crash when opening completion by nicm · 3 years, 1 month ago
  5. 9695114 Accept some emacs control keys in vi normal mode, from Alexis by nicm · 3 years, 1 month ago
  6. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  7. 6feb8f6 Use COLOUR_DEFAULT not hardcoded 8. by nicm · 3 years, 3 months ago
  8. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
  9. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  10. f02a6c3 Move "special" keys into the Unicode PUA rather than making them top bit by nicm · 3 years, 6 months ago
  11. 9f38a88 Include current client in size calculation for new sessions, GitHub issue 2662. by nicm · 3 years, 6 months ago
  12. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 8 months ago
  13. 8986c8d Move jump commands to grid reader, make them UTF-8 aware, and tidy up, by nicm · 3 years, 9 months ago
  14. b96c5e3 With incremental search, start empty and only repeat the previous search by nicm · 3 years, 11 months ago
  15. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 4 months ago
  16. cf13d1e Fix a crash when completing sessions, from Anindya Mukherjee. by nicm · 4 years, 6 months ago
  17. 370f0bb Remove leftover debug logging and fix comparison. by nicm · 4 years, 6 months ago
  18. 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 4 years, 6 months ago
  19. 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 4 years, 6 months ago
  20. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
  21. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 6 months ago
  22. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  23. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  24. a3cbc01 Use formats for status-style and message-style. by nicm · 4 years, 6 months ago
  25. 58fb81d Complete partial window indexes properly. by nicm · 4 years, 6 months ago
  26. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 4 years, 6 months ago
  27. 80e5254 Improve command prompt completion: by nicm · 4 years, 6 months ago
  28. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
  29. b8b48e2 Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q by nicm · 4 years, 9 months ago
  30. d0b8d03 Add support for adding a note to a key binding (with bind-key -N) and by nicm · 4 years, 10 months ago
  31. 580cd16 Redraw status line if size changes, GitHub issue 1762. Also fix length by nicm · 5 years ago
  32. a4fe7e8 Fix length calculation for pasting UTF-8 characters in the status line, by nicm · 6 years ago
  33. ad27b7d Do not reduce window height by status line height for control mode by nicm · 6 years ago
  34. 4bb4899 Fix reverse attribute in status line, GitHub issue 1709. by nicm · 6 years ago
  35. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  36. 2d65bbd options_array_item_value cannot return NULL. by nicm · 6 years ago
  37. b9022e3 Somehow missed these bits in last commit. by nicm · 6 years ago
  38. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 6 years ago
  39. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  40. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 6 years ago
  41. d2d4398 With force, kill previous job before starting new. Fixes problem by nicm · 6 years ago
  42. b588b17 Use a pointer for the active screen in the status line instead of by nicm · 6 years ago
  43. 818fda0 Give status_save_old the client so it can do the reinit too. by nicm · 6 years ago
  44. b4f5b99 Tidy and rename some bits of status line code. by nicm · 6 years ago
  45. 85044a6 Move status line free into its own function. by nicm · 6 years ago
  46. 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
  47. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  48. f9c396d Completion of command-alias members. by nicm · 6 years ago
  49. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  50. f57aa14 Keep any text killed in the command prompt with C-w and yank it with by nicm · 6 years ago
  51. e53094b Add C-Left and C-Right as aliases for M-b and M-f. by nicm · 6 years ago
  52. 55db362 Add StatusLeft and StatusRight mouse key modifiers for the left and by nicm · 6 years ago
  53. 98a478c Move offset of window list into status struct. by nicm · 6 years ago
  54. 88327c7 Add a client redraw-window flag instead of the redraw-all flag and for by nicm · 6 years ago
  55. 3f3f13f Remove an unused variable. by nicm · 7 years ago
  56. 7f4513e Add struct status_line to hold status line members of struct client, not by nicm · 7 years ago
  57. fe26f97 Add C-g at command prompt for emacs people, GitHub issue 1213. by nicm · 7 years ago
  58. 937f8ed Draw command prompt correctly with status line off. by nicm · 7 years ago
  59. 58f6456 Remove unused variable from Thomas Adam. by nicm · 7 years ago
  60. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 7 years ago
  61. d3e8709 Clear status line with spaces again so reverse works, spotted by sthen. by nicm · 7 years ago
  62. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 7 years ago
  63. 64552ae Add a flag to stop the prompt input being expanded. by nicm · 7 years ago
  64. 91d202d Tidy command prompt callbacks and pass in the client. by nicm · 8 years ago
  65. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  66. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  67. 1e0eb91 Memory leak from David CARLIER. by nicm · 8 years ago
  68. b1fa3e2 Break the message storage function into its own function, useful for debugging. by nicm · 8 years ago
  69. 5e6a817 Cache status line position to reduce option lookups during output. by nicm · 8 years ago
  70. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  71. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  72. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  73. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  74. 5819d2a Do not clear the prompt when a message is shown, just leave it around and by nicm · 8 years ago
  75. c484c5a Drop the edit mode key tables and just use fixed key bindings for the by nicm · 8 years ago
  76. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  77. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  78. 8b804fb Support UTF-8 entry into the command prompt. by nicm · 8 years ago
  79. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  80. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  81. 3c10df4 Allow #[] in window-status-separator. by nicm · 8 years ago
  82. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  83. 311be04 Don't rely on a calculation wrapping when applying message-limit, and by nicm · 9 years ago
  84. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  85. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  86. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  87. 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
  88. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  89. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  90. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  91. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  92. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  93. 44657bf Move struct options into options.c. by nicm · 9 years ago
  94. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  95. 16efa84 Make refresh-client force update of jobs, from Sina Siadat. by nicm · 9 years ago
  96. b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
  97. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  98. 5ec3621 status_out and associated data structures are no longer used. by nicm · 9 years ago
  99. b254115 Tidy up the way terminals are described and move some structs out of tmux.h. by nicm · 9 years ago
  100. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago