1. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  2. f9c396d Completion of command-alias members. by nicm · 6 years ago
  3. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  4. f57aa14 Keep any text killed in the command prompt with C-w and yank it with by nicm · 6 years ago
  5. e53094b Add C-Left and C-Right as aliases for M-b and M-f. by nicm · 6 years ago
  6. 55db362 Add StatusLeft and StatusRight mouse key modifiers for the left and by nicm · 6 years ago
  7. 98a478c Move offset of window list into status struct. by nicm · 6 years ago
  8. 88327c7 Add a client redraw-window flag instead of the redraw-all flag and for by nicm · 6 years ago
  9. 3f3f13f Remove an unused variable. by nicm · 7 years ago
  10. 7f4513e Add struct status_line to hold status line members of struct client, not by nicm · 7 years ago
  11. fe26f97 Add C-g at command prompt for emacs people, GitHub issue 1213. by nicm · 7 years ago
  12. 937f8ed Draw command prompt correctly with status line off. by nicm · 7 years ago
  13. 58f6456 Remove unused variable from Thomas Adam. by nicm · 7 years ago
  14. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 7 years ago
  15. d3e8709 Clear status line with spaces again so reverse works, spotted by sthen. by nicm · 7 years ago
  16. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 7 years ago
  17. 64552ae Add a flag to stop the prompt input being expanded. by nicm · 7 years ago
  18. 91d202d Tidy command prompt callbacks and pass in the client. by nicm · 8 years ago
  19. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  20. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  21. 1e0eb91 Memory leak from David CARLIER. by nicm · 8 years ago
  22. b1fa3e2 Break the message storage function into its own function, useful for debugging. by nicm · 8 years ago
  23. 5e6a817 Cache status line position to reduce option lookups during output. by nicm · 8 years ago
  24. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  25. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  26. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  27. 9a56671 Highlight all occurrences of search string after searching in copy mode. by nicm · 8 years ago
  28. 5819d2a Do not clear the prompt when a message is shown, just leave it around and by nicm · 8 years ago
  29. c484c5a Drop the edit mode key tables and just use fixed key bindings for the by nicm · 8 years ago
  30. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  31. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  32. 8b804fb Support UTF-8 entry into the command prompt. by nicm · 8 years ago
  33. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  34. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  35. 3c10df4 Allow #[] in window-status-separator. by nicm · 8 years ago
  36. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  37. 311be04 Don't rely on a calculation wrapping when applying message-limit, and by nicm · 9 years ago
  38. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  39. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  40. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  41. 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
  42. fce56c5 Instead of separate tables for different types of options, give each by nicm · 9 years ago
  43. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  44. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  45. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  46. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  47. 44657bf Move struct options into options.c. by nicm · 9 years ago
  48. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  49. 16efa84 Make refresh-client force update of jobs, from Sina Siadat. by nicm · 9 years ago
  50. b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
  51. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  52. 5ec3621 status_out and associated data structures are no longer used. by nicm · 9 years ago
  53. b254115 Tidy up the way terminals are described and move some structs out of tmux.h. by nicm · 9 years ago
  54. 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
  55. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 10 years ago
  56. 0b39e64 Remove ARRAY_* from history and expand completion to complete a) layout by nicm · 10 years ago
  57. 07dfdb9 Make message log a TAILQ. by nicm · 10 years ago
  58. 583b4ab Set working directory for run-shell and if-shell. by nicm · 10 years ago
  59. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  60. 52756fb Use the same time for both calls to format_expand_time. by nicm · 10 years ago
  61. 313f226 status_replace can now become local to status.c and it no longer needs by nicm · 10 years ago
  62. 03758a5 Add format_expand_time and use it instead of status_replace where by nicm · 10 years ago
  63. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  64. c9642ee Remove two unused arguments from status_replace. by nicm · 10 years ago
  65. f9c7f9a typo in comment ;) ok nicm by sthen · 10 years ago
  66. d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
  67. 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
  68. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  69. d306bbe Take account of window-status-separator when checking window position, by nicm · 10 years ago
  70. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago
  71. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  72. 8880bdb Do not replace ## with # in status_replace1 because it'll be done later by nicm · 11 years ago
  73. dca7d1c Make message-limit a server option. by nicm · 11 years ago
  74. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  75. d0accdb Check for NULL session and whatnot in status_replace, from Thomas Adam. by nicm · 11 years ago
  76. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  77. 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
  78. c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
  79. d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
  80. c519f9a evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
  81. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  82. dd46c95 Aargh. Spaces -> tabs. by Nicholas Marriott · 12 years ago
  83. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  84. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  85. a339169 Move a NULL check inside a function, from Tiago Cunha. by Nicholas Marriott · 12 years ago
  86. e60f48a Use int not u_char for colours from options since they may have bit 8 by Nicholas Marriott · 13 years ago
  87. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
  88. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  89. 30f4c30 Add A and I keys for vi status line editing. by Nicholas Marriott · 13 years ago
  90. 4b8bb77 The wlmouse offset should be part of the client, not the server. From by Nicholas Marriott · 13 years ago
  91. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  92. a7a44bf Terminate strftime buffer properly even if a really long format string by Nicholas Marriott · 13 years ago
  93. d2d2df1 Fix memory leak in error path, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  94. 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
  95. e6519d3 Add space movement keys for vi mode in the status line from Ben Boeckel. by Nicholas Marriott · 13 years ago
  96. 2397083 Make M-f and M-b work the same at the command prompt as in copy mode, by Nicholas Marriott · 13 years ago
  97. fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
  98. 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  99. e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
  100. 3657aa6 Fix a couple of memory leaks, from marcel partap. by Nicholas Marriott · 13 years ago