summaryrefslogtreecommitdiff
blob: f437b8163f5d56656f515bb411ae7ffc43bbd61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/backends/txt
+++ b/backends/txt
@@ -10,6 +10,10 @@
 then
   CONVERT=/usr/bin/links
   ARGS="-dump"
+elif [ -x /usr/bin/elinks ]
+then
+  CONVERT=/usr/bin/elinks
+  ARGS="-dump"
 elif [ -x /usr/bin/w3m ]
 then
   CONVERT=/usr/bin/w3m