- ee0df1b Tidy old jobs every hour instead of every 30 seconds. by nicm · 3 years, 9 months ago
- c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
- 40ad11b Handle NULL term_type. by nicm · 3 years, 9 months ago
- 583aaeb Check session, window, pane in the right order when working out format type. by nicm · 3 years, 9 months ago
- dd7006c Add a couple of format variables for active and last window index. by nicm · 3 years, 9 months ago
- 6aaef3e Correct client_prefix so it returns 1 if in prefix, not 0. by nicm · 3 years, 9 months ago
- 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
- e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
- 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
- 1492ae1 Do not expand times and #() inside #(). by nicm · 3 years, 10 months ago
- be471c3 Add a -S flag to new-window to make it select the existing window if one by nicm · 3 years, 10 months ago
- 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
- fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
- f97305a Use right format for session loop, GitHub issue 2519. by nicm · 3 years, 11 months ago
- 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 3 years, 11 months ago
- 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 3 years, 12 months ago
- 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 4 years ago
- ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 4 years, 1 month ago
- 7e31975 Fix a last minute change in previous. by nicm · 4 years, 2 months ago
- e369f64 Add a state struct to store working state during format expansion by nicm · 4 years, 2 months ago
- 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
- 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 3 months ago
- d095752 Add n: modifier to get length of a format, also automatically expand by nicm · 4 years, 3 months ago
- 2964dde Use xvasprintf not vasprintf. by nicm · 4 years, 5 months ago
- 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
- 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
- bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
- d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
- daa9581 Allow a custom time format to be given to the t format modifier. by nicm · 4 years, 6 months ago
- 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
- cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
- 0487029 Call format_defaults_window for panes as well. by nicm · 4 years, 6 months ago
- 0dd1944 Tweak the default choose modes formats: by nicm · 4 years, 6 months ago
- 662728d Add a session_marked format like window_marked. by nicm · 4 years, 7 months ago
- c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
- 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 4 years, 7 months ago
- c875953 Use peek line function instead of hoking in the array directly. by nicm · 4 years, 7 months ago
- e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
- 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
- 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
- adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
- 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
- 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
- 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
- c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
- a1fc8f8 More style nits. by nicm · 4 years, 8 months ago
- 315961f Some more, and use of wp->window before wp NULL check in format.c. by nicm · 4 years, 8 months ago
- 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 4 years, 8 months ago
- 2a4714e Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
- 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
- e0b17e7 Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. by nicm · 4 years, 8 months ago
- 1a4e64b Apply same menu items to view mode like copy mode. by nicm · 4 years, 8 months ago
- 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
- e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
- c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
- 58b47bf Fix top/bottom pane calculation with pane border status enabled, by nicm · 4 years, 9 months ago
- f165221 Reduce a difference with portable tmux by adding the -V flag and by nicm · 4 years, 10 months ago
- 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 11 months ago
- 88ee5b1 Pass correct value into iterator callback for time formats. by nicm · 4 years, 11 months ago
- 817d199 Add a number of new formats to inspect what sessions and clients a by nicm · 4 years, 11 months ago
- c5d74b1 Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 4 years, 12 months ago
- 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 4 years, 12 months ago
- 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 12 months ago
- 1ebd8c1 Add p format modifier for padding to width. by nicm · 4 years, 12 months ago
- 5d0504e Allow multiple substitutions in a single format. by nicm · 4 years, 12 months ago
- 5dfe9db Do not add path if it is NULL, duh. by nicm · 5 years ago
- f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 5 years ago
- f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 5 years ago
- b598bbc Do not crash with pane_current_command if the pane is newly created and by nicm · 5 years ago
- 48c684c Mouse formats don't work in copy mode so don't try to use them. by nicm · 5 years ago
- a23ce1b Add window_marked_flag, GitHub issue 1887. by nicm · 5 years ago
- 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
- fc2016d Add a -H flag to send-keys to send literal keys given as hex numbers by nicm · 5 years ago
- 20b938b Expand arguments to C and s format modifiers (matches m which already expands). by nicm · 5 years ago
- 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
- ae54128 Expand command formats in %if and move the config file loading later (to by nicm · 5 years ago
- 03da0ce Use the right format modifier when comparing, and remove a couple of by nicm · 5 years ago
- eef11b6 Do not crash if the environment variable is present but empty. by nicm · 5 years ago
- 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
- 2c5f307 Fix warnings, from Ben Boeckel. by nicm · 5 years ago
- 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
- 94f6488 Go less crazy with horizontal separators on default menus. by nicm · 5 years ago
- 097973e Add keys for new menu items. by nicm · 6 years ago
- e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
- 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 6 years ago
- a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 6 years ago
- 1b0512a Always include Lock in the menu. by nicm · 6 years ago
- d62fd78 Fix a typo in previous (, -> :). by nicm · 6 years ago
- 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
- 299b728 Add formats to show if pane is the marked pane and if any marked pane is set. by nicm · 6 years ago
- 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
- 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 6 years ago
- 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