foot/doc
Daniel Eklöf 9013a810f1
render: whole-window transparency when unfocused
This adds a new option, colors.unfocused-alpha. When set to a value <
1.0, the entire window (*everything* - all bg/fg colors, images etc)
are made transparent while the window does not have keyboard focus.

The way this is implemented (trying to keep the patch small), we need
to do full-screen repaints while in this mode.

That is, all screen updates result in full-screen repaints when:

* The window does not have keyboard focus
* The window *just* gained keyboard focus (i.e. last frame was
  rendered with transparency)

As such, one can expect a fairly large performance impact when there’s
large amount of output while the window is unfocused.

Focused windows are unaffected, as are unfocused windows when
colors.unfocused-alpha == 1.0.
2021-10-22 18:59:10 +02:00
..
benchmark.md doc: benchmark: 1.9.2 results, laptop 2021-10-09 12:20:11 +02:00
foot-ctlseqs.7.scd doc: ctlseq: improve text formatting in CSI and SGR sections 2021-10-11 15:40:36 +01:00
foot.1.scd doc: foot.1: reporting bugs: move “search existing issues” 2021-10-16 15:30:21 +02:00
foot.ini.5.scd render: whole-window transparency when unfocused 2021-10-22 18:59:10 +02:00
footclient.1.scd main/client: add no-op "-e" command-line option 2021-09-18 23:40:40 +01:00
meson.build terminfo: install to $datadir/foot/terminfo by default, append to TERMINFO_DIRS 2021-08-17 21:04:30 +02:00
sixel-wow.png README: add screenshot of sixel graphics 2020-02-22 22:04:28 +01:00