ansa211 - 2019-07-31

A pane already exists for closing panes: https://sourceforge.net/p/diffuse/patches/13/

How to install diffuse from source, including the patch:

First uninstall any existing diffuse installation (to make sure there are no collisions).

svn checkout https://svn.code.sf.net/p/diffuse/code/trunk diffuse
cd diffuse
wget https://sourceforge.net/p/diffuse/patches/13/attachment/diffuse.patch
patch -p0 diffuse.patch

the patching program complains that some of the corrections in the patch have already been applied; answer like this:

Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] y

Then run

sudo ./install.py

and there you go