Pārlūkot izejas kodu

Fix html links splitting

avoid line splitting.
the width option is set to 80 by default, increasing it will avoid breaking long links in two different lines
tags/v3.3
cshjsc pirms 2 gadiem
committed by GitHub
vecāks
revīzija
2cb6dfb574
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      share/mailcap

+ 1
- 1
share/mailcap Parādīt failu

@@ -1,6 +1,6 @@
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;


Notiek ielāde…
Atcelt
Saglabāt