1. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  2. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  3. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  4. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  5. 3cf19d6 Key running commands for #() by the unexpanded command, and run them by nicm · 8 years ago
  6. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  7. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  8. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  9. 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
  10. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  11. 95a4cc3 Use a fixed buffer for strftime() because there is no portable way to by nicm · 8 years ago
  12. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 8 years ago
  13. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  14. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  15. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  16. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  17. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  18. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  19. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  20. 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
  21. 88aa1c8 Two spacing and spelling nits. by nicm · 9 years ago
  22. 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
  23. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  24. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  25. a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
  26. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  27. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  28. 44657bf Move struct options into options.c. by nicm · 9 years ago
  29. 9952201 Count brackets in #{?...} so that nested conditional formats work, from by nicm · 9 years ago
  30. 17c2c42 The format callback may not always succeed, so we need to check for by nicm · 9 years ago
  31. e65306d Extend the modifiers allowed before formats: as well as the existing by nicm · 9 years ago
  32. 3faa51a Pass output from jobs through format_expand() so they are expanded again by nicm · 9 years ago
  33. 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
  34. 16efa84 Make refresh-client force update of jobs, from Sina Siadat. by nicm · 9 years ago
  35. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  36. 82326dc A couple of style nits. by nicm · 9 years ago
  37. b569585 Move struct paste_buffer out of tmux.h. by nicm · 9 years ago
  38. 5f122af Make a few more expensive (ish) formats functions instead of inline. by nicm · 9 years ago
  39. 983ebb2 Allow formats to be specified as functions (in the code) so they are by nicm · 9 years ago
  40. 75d1005 Run status update on a per-client timer at status-interval. by nicm · 9 years ago
  41. b6618b6 Move format job cleanup onto its own timer. by nicm · 9 years ago
  42. ee9f708 Allow environment variables in #{}. by nicm · 9 years ago
  43. 81069f6 Add a format to show if client is a control client. From Bruno Sutic. by nicm · 9 years ago
  44. b43b13f Use xsnprintf. by nicm · 9 years ago
  45. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  46. 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
  47. bbc0898 wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. by nicm · 9 years ago
  48. 2a8c264 Don't use special strings if #() commands fail, just remove the format by nicm · 9 years ago
  49. 74c755f Expand formats again inside #(), and free the temporaries. by nicm · 9 years ago
  50. 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
  51. 7140cce Return empty string if format is empty rather than attempting to by nicm · 9 years ago
  52. ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 9 years ago
  53. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 9 years ago
  54. 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 9 years ago
  55. 69f292a Always format real layout even when zoomed. by nicm · 9 years ago
  56. 1f404f6 Put mouse_any_flag back, don't know where it went to (still in man page). by nicm · 9 years ago
  57. bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 9 years ago
  58. 3aa72b4 Add a helper function to convert time, and add session_activity formats by nicm · 10 years ago
  59. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  60. 03758a5 Add format_expand_time and use it instead of status_replace where by nicm · 10 years ago
  61. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  62. 8a8e2eb correctly use HOST_NAME_MAX. by deraadt · 10 years ago
  63. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  64. 575fd1e Permit option values to be used in formats. by nicm · 10 years ago
  65. c8bf8ee Check ZOOMED flag on window. by nicm · 10 years ago
  66. c6129f9 Empty strings should be false too for #{?}, from Marc Finet. by nicm · 10 years ago
  67. 428b51e Add pane_input_off format, from Anish R Athalye. by nicm · 10 years ago
  68. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  69. 9bda7e8 Add window_last_flag and window_zoomed_flag. From John Morrissey. by nicm · 10 years ago
  70. 1ac9620 Remove support for the continuous reporting "any" mouse mode which never by nicm · 10 years ago
  71. 7160b8c Add some formats for pane bounds. by nicm · 10 years ago
  72. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 10 years ago
  73. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 10 years ago
  74. 806520f Add some UTF-8 utility functions and use them to prevent the width limit by nicm · 11 years ago
  75. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  76. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  77. b11de5a Make session_attached a count and add session_many_attached flag. by nicm · 11 years ago
  78. 1286c56 Replace ## by # in format. by nicm · 11 years ago
  79. 98b81e9 And get it right this time... don't leak if it is an empty string either. by nicm · 11 years ago
  80. 0b77d17 Fix leak in format_get_command. by nicm · 11 years ago
  81. d0566a4 Remove the KERN_PROC_CWD the proc_current_path format (which is the only by nicm · 11 years ago
  82. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  83. 1a49eba First period not last for host_short, from Michael Scholz. by nicm · 11 years ago
  84. 2bf2f5d Allow nested format expansion. by nicm · 11 years ago
  85. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  86. d75dd2a Add formats for window flags. by nicm · 11 years ago
  87. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  88. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  89. 55640a3 (long long) and %lld for time_t output ok nicm by Theo Deraadt · 12 years ago
  90. 87fe1c0 Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
  91. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  92. 35452b3 Do not leak command in formats, from Romain Francoise. by Nicholas Marriott · 12 years ago
  93. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  94. 86adcd4 Add pane_tabs format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  95. 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  96. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  97. 63b4fd5 Add a format client_prefix which is 1 if prefix key has been by Nicholas Marriott · 12 years ago
  98. a552159 Don't set some string formats if the string is NULL. by Nicholas Marriott · 12 years ago
  99. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  100. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago