2062 Commits

Author SHA1 Message Date
d346d692eb Merge branch 'obsd-master' 2019-09-16 00:01:25 +01:00
63e07b245f Add push-default and pop-default in styles to change the default colours
and attributes and use them to restore the previous behaviour of
window-status-style being the default for window-status-format in the
status line. From John Drouhard in GitHub issue 1912.
2019-09-15 21:42:57 +00:00
4fa1f961f3 Merge branch 'obsd-master' 2019-08-28 20:02:24 +01:00
df0334d3b3 The resize event was never deciding to actually resize the pane if there
was output in the pane faster than the timer would fire, so change how
it works to only defer the timer again if the pane was actually resized
within the last timer period. Reported by James Tai in GitHub issue
1880.
2019-08-28 07:34:32 +00:00
2db9a18362 Merge branch 'obsd-master' 2019-08-16 17:02:29 +01:00
37583f0a69 Add a flag to reverse sort in the various choose modes, from Benjamin
Poirier in GitHub issue 1875.
2019-08-16 11:49:12 +00:00
ed0f2831b4 Merge branch 'obsd-master' 2019-08-15 11:02:48 +01:00
0f243f0388 Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to
preserve zoomed state. GitHub issue 1839.
2019-08-14 09:58:31 +00:00
9b3fefc435 Merge branch 'obsd-master' 2019-08-06 07:02:33 +01:00
45f4ff5485 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. 2019-08-05 06:42:02 +00:00
a786a59176 Merge branch 'obsd-master' 2019-07-15 21:02:26 +01:00
6ceeceab7a Make layout_fix_offsets take a window like layout_fix_panes. 2019-07-15 18:25:07 +00:00
9cbbdb90bf Merge branch 'obsd-master' 2019-07-10 13:02:26 +01:00
f4d858e7a0 Add -F to refresh-client to specify flags for control clients - one flag
at the moment, no-output which turns off forwarding pane output. From
Thomas Adam. GitHub issue 1834.
2019-07-10 11:20:10 +00:00
98ef369b27 Merge branch 'obsd-master' 2019-07-09 17:02:26 +01:00
fc2016dbb6 Add a -H flag to send-keys to send literal keys given as hex numbers
(needed for control clients to send mouse sequences). Also add some
format flags for UTF-8 and SGR mouse mode. Requested by Bradley Smith in
GitHub issues 1832 and 1833.
2019-07-09 14:03:12 +00:00
3a4cf62aa9 Merge branch 'obsd-master' 2019-07-06 23:02:26 +01:00
3635b3cd6c Correctly clear underscore colour in grid_get_cell1, also fix struct
grid_cell to avoid padding. Fixes increased memory use reported by Suraj
N Kurapati.
2019-07-06 20:37:29 +00:00
b9fbf02ad5 Merge branch 'obsd-master' 2019-07-01 09:02:25 +01:00
2da050413c Add a "fill" style attribute to clear the entire format drawing area in
a colour, GitHub issue 1815.
2019-07-01 06:56:00 +00:00
abcd4bd246 Merge branch 'obsd-master' 2019-06-30 21:02:26 +01:00
cf30e0f935 Do not double free window if pane fails to start. 2019-06-30 19:21:53 +00:00
e483ce138f Merge branch 'obsd-master' 2019-06-27 17:02:26 +01:00
dae2868d12 Add support for underscore colours with Setulc capability, mostly from
Kai Moschcau.
2019-06-27 15:17:41 +00:00
f797ac9ff6 Merge branch 'obsd-master' 2019-06-26 15:02:26 +01:00
d83f356218 Add #define for the pane status line option position numbers. 2019-06-26 13:03:47 +00:00
f8ad72b2ee Merge branch 'obsd-master' 2019-06-20 15:02:26 +01:00
5f92f92908 Add a per-pane option set. Pane options inherit from window options (so
there should be no change to existing behaviour) and are set and shown
with set-option -p and show-options -p.

Change remain-on-exit and window-style/window-active-style to be pane
options (some others will be changed later).

This makes select-pane -P and -g unnecessary so no longer document them
(they still work) and no longer document set-window-option and
show-window-options in favour of set-option -w and show-options -w.
2019-06-20 11:59:59 +00:00
adca856806 Merge branch 'obsd-master' 2019-06-20 11:02:28 +01:00
c1ede507d9 Add a helper function to work out option table from name. 2019-06-20 07:41:29 +00:00
ee9bc355f5 Merge branch 'obsd-master' 2019-06-18 13:02:28 +01:00
9272fe36e2 Add a cmdq_continue function rather than twiddling the flag directly. 2019-06-18 11:08:42 +00:00
5e9757b30b Merge branch 'obsd-master' 2019-06-14 15:51:09 +01:00
3e72e98e3b Add regular expression support for the format search, match and
substitute modifiers.
2019-06-13 19:46:00 +00:00
e13c1e5320 Merge branch 'obsd-master' 2019-06-07 23:02:26 +01:00
e37f34facc Do not load the config file if the server is exiting because it failed
to start, otherwise commands like lsk which start the server again can
end up looping infinitely. Also make the first client exit
correctly. Problem reported by Wael M Nasreddine.
2019-06-07 20:09:17 +00:00
c91680822d Merge branch 'obsd-master' 2019-06-05 23:02:26 +01:00
8f40796f05 Add a -v flag to source-file to show the commands and line numbers. 2019-06-05 20:00:53 +00:00
d3f0c72e20 Merge branch 'obsd-master' 2019-06-03 21:02:26 +01:00
4ca1de1b8b Add new-session -X and attach-session -x to send SIGHUP to parent when
detaching (like detach-client -P). From Colin Watson in GitHub issue
1773.
2019-06-03 18:28:37 +00:00
c0116b2c5b Merge branch 'obsd-master' 2019-05-28 09:02:26 +01:00
799a154b91 Change display-menu from taking a single string to a set of arguments,
which is much easier to work with. Based on a diff from Avi Halachmi.
2019-05-28 07:18:42 +00:00
103e44d936 Merge branch 'obsd-master' 2019-05-26 21:02:26 +01:00
e90d4a6021 Add formats for word and line under the mouse and use them to add some
items to the pane menu.
2019-05-26 17:34:45 +00:00
463bd8abb9 Merge branch 'obsd-master' 2019-05-25 18:41:51 +01:00
f8d3d247d8 Merge cmd_list_parse into cmd-parse.y so it can use the new alias
processing code.
2019-05-25 07:18:20 +00:00
930245d7ff Make cmd_log_argv take a printf-like format for the prefix. 2019-05-25 06:58:10 +00:00
43431e7e84 Merge branch 'obsd-master' 2019-05-23 17:02:25 +01:00
27bfb56ad5 Break the argument escaping code into a separate function and use it to
escape key bindings in list-keys. Also escape ~ and ; and $ properly.
2019-05-23 14:03:44 +00:00
75aeb733f2 Merge branch 'obsd-master' 2019-05-23 13:02:27 +01:00