aboutsummaryrefslogtreecommitdiff
path: root/patches/ttym-config-file-3.0.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ttym-config-file-3.0.diff')
-rw-r--r--patches/ttym-config-file-3.0.diff23
1 files changed, 4 insertions, 19 deletions
diff --git a/patches/ttym-config-file-3.0.diff b/patches/ttym-config-file-3.0.diff
index 031f105..cc7a14b 100644
--- a/patches/ttym-config-file-3.0.diff
+++ b/patches/ttym-config-file-3.0.diff
@@ -1,6 +1,6 @@
diff -ruN a/config.def.h b/config.def.h
---- a/config.def.h 2026-08-25 17:18:15.738123728 +0200
-+++ b/config.def.h 2026-08-25 17:18:15.738123728 +0200
+--- a/config.def.h 2026-08-25 19:07:53.233903707 +0200
++++ b/config.def.h 2026-08-25 19:07:53.233903707 +0200
@@ -1,5 +1,10 @@
/* See LICENSE file for copyright and license details. */
@@ -12,24 +12,9 @@ diff -ruN a/config.def.h b/config.def.h
/* progress bar glyphs (ASCII default) */
static const char *const BAR_FILL = ">";
static const char *const BAR_EMPTY = "-";
-diff -ruN a/config.h b/config.h
---- a/config.h 2026-08-25 17:18:15.738123728 +0200
-+++ b/config.h 2026-08-25 17:18:15.738123728 +0200
-@@ -1,5 +1,10 @@
- /* See LICENSE file for copyright and license details. */
-
-+/* Defaults below are compile-time. Many can be overridden at runtime by
-+ * /etc/ttym.conf and ~/.config/ttym/config; command-line flags override
-+ * both. Run `timer --dump-config` for a commented template. See timer(1).
-+ */
-+
- /* progress bar glyphs (ASCII default) */
- static const char *const BAR_FILL = ">";
- static const char *const BAR_EMPTY = "-";
-Binary files a/timer and b/timer differ
diff -ruN a/ttym.c b/ttym.c
---- a/ttym.c 2026-08-25 17:18:15.738123728 +0200
-+++ b/ttym.c 2026-08-25 17:18:15.738123728 +0200
+--- a/ttym.c 2026-08-25 19:07:53.233903707 +0200
++++ b/ttym.c 2026-08-25 19:07:53.233903707 +0200
@@ -25,13 +25,15 @@
typedef struct {
int quiet; /* -q: suppress completion bell */