From 54b209016645a304b0a320ae62fe055c8e8ee72a Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 25 May 2023 23:06:07 +0200 Subject: Added sent slideshow utility --- sent/font_scale.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sent/font_scale.patch (limited to 'sent/font_scale.patch') diff --git a/sent/font_scale.patch b/sent/font_scale.patch new file mode 100644 index 0000000..72d4b2a --- /dev/null +++ b/sent/font_scale.patch @@ -0,0 +1,17 @@ +diff '--color=auto' --unified --recursive --text src.orig/config.def.h src.new/config.def.h +--- src.orig/config.def.h 2023-05-25 23:02:38.884269251 +0200 ++++ src.new/config.def.h 2023-05-25 23:02:44.684269426 +0200 +@@ -5,7 +5,7 @@ + "roboto", + "ubuntu", + }; +-#define NUMFONTSCALES 42 ++#define NUMFONTSCALES 16 + #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */ + #define SLIDENUMBERSCALE 5 + +Only in src.new: drw.o +Only in src.new: sent +Only in src.orig: sent-1.tar.gz +Only in src.new: sent.o +Only in src.new: util.o -- cgit v1.1