dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 383e88784662db8590af71a6ad2eb7ff033de4a3
parent 6f62d9612c209105db4c2cf6c27654560eac2778
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 16 Jun 2016 17:01:29 -0700

Config.h: Update to next st version

Diffstat:
config.h/st.config.h | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/config.h/st.config.h b/config.h/st.config.h @@ -420,3 +420,12 @@ static uint selmasks[] = { [SEL_RECTANGULAR] = Mod1Mask, }; +/* + * Printable characters in ASCII, used to estimate the advance width + * of single wide characters. + */ +static char ascii_printable[] = + " !\"#$%&'()*+,-./0123456789:;<=>?" + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" + "`abcdefghijklmnopqrstuvwxyz{|}~"; +