summaryrefslogtreecommitdiff
path: root/x2jet.c
diff options
context:
space:
mode:
Diffstat (limited to 'x2jet.c')
-rw-r--r--x2jet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/x2jet.c b/x2jet.c
index 55b8f0d..2475c67 100644
--- a/x2jet.c
+++ b/x2jet.c
@@ -1285,7 +1285,10 @@ void write_image_suffix (
if (device == PJETXL)
fprintf(out,"\033*rC");
else
+ {
fprintf(out,"\033*rB");
+ fprintf(out,"\033E");
+ }
/* If doing transparencies, tell it to stop */
if (slide && device != LJET)