Commit Graph

2175 Commits

Author SHA1 Message Date
067604bf8c Store xpixel/ypixel from TIOCGWINSZ and add formats. 2019-11-28 09:05:34 +00:00
daa93b3fdc Merge branch 'obsd-master' 2019-11-25 16:01:27 +00:00
1ebd8c1234 Add p format modifier for padding to width. 2019-11-25 15:04:15 +00:00
dbdff241b2 Merge branch 'obsd-master' 2019-11-15 12:01:27 +00:00
f3dc38dcae Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). 2019-11-15 11:16:53 +00:00
b67fd8f472 Merge branch 'obsd-master' 2019-11-14 16:01:25 +00:00
16b7719418 Fix parsing of DA with only one argument in the response and add 65 for VT520. 2019-11-14 15:37:19 +00:00
b5de0a20d8 Merge branch 'obsd-master' 2019-10-23 10:01:27 +01:00
f7fb5df543 Use the existing code in format.c to add foramts for word and line at
cursor position in copy mode, from Anindya Mukherjee.
2019-10-23 07:42:05 +00:00
dd254b90d7 Merge branch 'obsd-master' 2019-09-23 18:01:24 +01:00
77deef733b Use the correct size for new windows when window-size is latest,
reported by Vamsi Krishna Avula in GitHub issue 1917.
2019-09-23 15:41:11 +00:00
24ab1bc714 Merge branch 'obsd-master' 2019-09-19 12:01:30 +01:00
647887b794 Add a "latest" window-size option which tries to size windows based on
the most recently used client. From Tommie Gannert in GitHub issue 1869
based on earlier changes from me.
2019-09-19 09:02:30 +00:00
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