- d68a17a Free old strings after they have been expanded in format_choose. by nicm · 6 years ago
- 08bc226 Expand session and window formats for buffer filters. by nicm · 6 years ago
- 161b578 Add a cursor_character format. by nicm · 6 years ago
- 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
- 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
- d2d4398 With force, kill previous job before starting new. Fixes problem by nicm · 6 years ago
- 33595a2 Copy recursion counter into new formats when looping. by nicm · 6 years ago
- f6d34f0 Only print format logging when the flag is set, even if also sending to log_debug. by nicm · 6 years ago
- 672c49d The pane and window loops need to pass the window and pane tags when by nicm · 6 years ago
- 2757881 Add a -v flag to display-message to show verbose messages as the format by nicm · 6 years ago
- 25e2e22 Add a limit on how far format_expand can recurse. by nicm · 6 years ago
- 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
- 4206bcc Add format flags for start and end window. by nicm · 6 years ago
- 38064e7 Add T format modifier like E but also do strftime(3). by nicm · 6 years ago
- 1416ceb Accept 0 time as a shorthand for now to format_expand_time. by nicm · 6 years ago
- 6dffbc4 Tweak format_replace logging. by nicm · 6 years ago
- 95ab1aa Add formats to list sessions, windows or panes. by nicm · 6 years ago
- 49f04a9 Apply length limits and substitution even to literal formats. by nicm · 6 years ago
- 9032ac2 Add E: format to expand a format twice (useful to expand the value of an by nicm · 6 years ago
- 71e00c7 Make format parsing build the modifiers into a list, standardize how by nicm · 6 years ago
- 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
- f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
- 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
- 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
- 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
- 228e1a3 Use same working directory rules for jobs as new windows rather than by nicm · 6 years ago
- 79d2351 Memory leaks, from Gang Fan in GitHub issue 1453. by nicm · 6 years ago
- 1b4402c Add q: format prefix to escape sh(1) special characters. Suggested by by nicm · 6 years ago
- bceccc6 Move job struct into job.c. by nicm · 6 years ago
- 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
- 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
- a14aa78 Allow any punctuation (except :) as separator in s/x/y/, not only by nicm · 6 years ago
- d1f5142 If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume it by nicm · 6 years ago
- 2a04665 Allow escaping , and } with # in #{}; GitHub issue 1332. by nicm · 7 years ago
- 3dceddd Change how display-message uses the client. Originally it was only by nicm · 7 years ago
- 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
- ab6f0bb Do not leak memory when working out job name in formats. by nicm · 7 years ago
- 17d4c39 Discard all but the last line when reading from a #() command - the by nicm · 7 years ago
- 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 7 years ago
- 95850e1 Tweak previous slightly so that current session is chosen if it is in by nicm · 7 years ago
- c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 7 years ago
- a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
- 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
- 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
- 3df7c91 Add pane_at_left/right/top/bottom formats, from Amos Bird. by nicm · 7 years ago
- 9913cce Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. by nicm · 7 years ago
- 248aa54 Style and spacing nits. by nicm · 7 years ago
- aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
- a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
- 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
- f688653 Remove an unused variable. by nicm · 8 years ago
- 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
- 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
- 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
- 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
- ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
- 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
- bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
- 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
- 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
- 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
- fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
- fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
- 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
- 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
- c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
- 20f5e37 Remove a debugging leftover. by nicm · 8 years ago
- 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
- dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
- 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
- 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
- 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
- bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
- 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
- 3cf19d6 Key running commands for #() by the unexpanded command, and run them by nicm · 8 years ago
- 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
- b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
- ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
- 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
- c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
- 95a4cc3 Use a fixed buffer for strftime() because there is no portable way to by nicm · 9 years ago
- 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 9 years ago
- 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
- 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
- e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
- 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
- 88aa1c8 Two spacing and spelling nits. by nicm · 9 years ago
- 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
- c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
- 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
- a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
- 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
- bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- 9952201 Count brackets in #{?...} so that nested conditional formats work, from by nicm · 9 years ago
- 17c2c42 The format callback may not always succeed, so we need to check for by nicm · 9 years ago