File: 04-replace-xv-with-display.patch

package info (click to toggle)
ascd 0.13.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,596 kB
  • sloc: ansic: 14,363; sh: 182; makefile: 37
file content (15 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Fredrik Hallenberg <hallon@debian.org>
Last-Update: 2025-11-02
Description: replace xv with display as external viewer

--- a/ascd/ascd.c
+++ b/ascd/ascd.c
@@ -690,7 +690,7 @@
 
     strcpy(led_text, "");
     strcpy(theme, "default");
-    strcpy(xv, "xv");
+    strcpy(xv, "display");
     
     /* the WorkMan database. It's still not used in ascd, but we need this
        to start the WorkMan code