- 2301bee Merge branch 'obsd-master' into master by Thomas Adam · 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
- ba9f89c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- 40ad11b Handle NULL term_type. by nicm · 3 years, 9 months ago
- a7d4703 Merge branch 'obsd-master' into master by Thomas Adam · 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
- 9c6502f Merge branch 'obsd-master' into master by Thomas Adam · 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
- 9710ec5 Merge branch 'obsd-master' into master by Thomas Adam · 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
- 0cd5ed9 Merge branch 'obsd-master' into master by Thomas Adam · 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
- cb7e669 Merge branch 'obsd-master' into master by Thomas Adam · 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
- ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 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
- c6215b5 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- 1492ae1 Do not expand times and #() inside #(). by nicm · 3 years, 10 months ago
- 39904f7 Merge branch 'obsd-master' into master by Thomas Adam · 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
- 545a610 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
- 9ff017e Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
- f72deb0 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 11 months ago
- f97305a Use right format for session loop, GitHub issue 2519. by nicm · 3 years, 11 months ago
- 950e982 Merge branch 'obsd-master' into master by Thomas Adam · 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
- 2763464 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 12 months ago
- 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 3 years, 12 months ago
- 5ddbf0c Merge branch 'obsd-master' by Thomas Adam · 4 years ago
- 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 4 years ago
- ff53eed Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
- ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 4 years, 1 month ago
- 57168f3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months 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
- c3e1b84 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
- 869c0e8 Fix some warnings, GitHub issue 2382. by nicm · 4 years, 2 months ago
- b895ffb Merge branch 'obsd-master' by Thomas Adam · 4 years, 3 months ago
- 2ab2899 Add pane_last format, GitHub issue 2353. by nicm · 4 years, 3 months ago
- 769ae10 Merge branch 'obsd-master' by Thomas Adam · 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
- 1f51566 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
- 2964dde Use xvasprintf not vasprintf. by nicm · 4 years, 5 months ago
- b5c86fd Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
- 31a51ca Merge branch 'obsd-master' by Thomas Adam · 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
- b34af61 Merge branch 'obsd-master' by Thomas Adam · 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
- a61cbf1 Add a customize mode where options may be browsed and changed, includes adding by Nicholas Marriott · 4 years, 7 months ago
- 708e9bc Allow a custom time format to be given to the t format modifier. by Nicholas Marriott · 4 years, 7 months ago
- b0fa367 Fix pretty time function to actually work and allow time format to be applied by Nicholas Marriott · 4 years, 7 months ago
- 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 4 years, 7 months ago
- 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 4 years, 7 months ago
- a43a156 Call format_defaults_window for panes as well. by Nicholas Marriott · 4 years, 7 months ago
- c30e765 Add some additional format helper functions. by Nicholas Marriott · 4 years, 7 months ago
- 8650f44 Move terminal features into a single file. by Nicholas Marriott · 4 years, 7 months ago
- 106e5d0 Tweak the default choose modes formats: by Nicholas Marriott · 4 years, 7 months ago
- 4a31eed Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- 662728d Add a session_marked format like window_marked. by nicm · 4 years, 7 months ago
- c706aad Merge branch 'obsd-master' by Thomas Adam · 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
- 2ccf15e Merge branch 'obsd-master' by Thomas Adam · 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
- d55510e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- e1799ed Merge branch 'obsd-master' by Thomas Adam · 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
- 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
- 653a159 Merge branch 'obsd-master' by Thomas Adam · 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
- acc00cd Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- 0a11f16 Merge branch 'obsd-master' by Thomas Adam · 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
- 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 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
- b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 8 months ago
- a1fc8f8 More style nits. by nicm · 4 years, 8 months ago
- 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 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
- 0bb1a50 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 2a4714e Add session_path from Chris Ruegge in GitHub issue 2142. by nicm · 4 years, 8 months ago
- c9cd8f9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
- 88ca500 Merge branch 'obsd-master' by Thomas Adam · 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
- e4efd59 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago