use feh for plotting *.svg in Cygwin

This commit is contained in:
Holger Vogt 2021-03-01 00:33:39 +01:00
parent ddf8336bdb
commit dec865cb30
2 changed files with 7 additions and 6 deletions

View File

@ -61,10 +61,10 @@ if $oscompiled = 1 | $oscompiled = 8
shell Start plot_5.svg shell Start plot_5.svg
shell Start plot_6.svg shell Start plot_6.svg
else else
* for CYGWIN * for CYGWIN, Linux
shell xterm -e gs plot_4.svg & shell feh --magick-timeout 1 plot_4.svg &
shell xterm -e gs plot_5.svg & shell feh --magick-timeout 1 plot_5.svg &
shell xterm -e gs plot_6.svg & shell feh --magick-timeout 1 plot_6.svg &
end end
.endc .endc

View File

@ -60,9 +60,10 @@ if $oscompiled = 1 | $oscompiled = 8
shell Start /B plot_4.svg shell Start /B plot_4.svg
shell Start /B plot_5.svg shell Start /B plot_5.svg
* shell Start /B plot_6.svg * shell Start /B plot_6.svg
* for CYGWIN * for CYGWIN, Linux
else else
shell xterm -e gs plot_5.svg & shell feh --magick-timeout 1 plot_4.svg &
shell feh --magick-timeout 1 plot_5.svg &
end end
.endc .endc