]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
fix disabling margins on indexv4 in graphic mode 20/head
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 14 Feb 2018 14:00:34 +0000 (15:00 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 14 Feb 2018 14:00:46 +0000 (15:00 +0100)
filter/braille/drivers/index/indexv4.sh.in

index 0285f76b9631f824e9d75d8dfe573aef0aabb2f7..8787f75c2950d97e0070d54db452fc7cb4a66224 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015-2017 Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (c) 2015-2018 Samuel Thibault <samuel.thibault@ens-lyon.org>
 # 
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -35,7 +35,7 @@ then
     INIT+=TM$TOPMARGIN,BI$INNERMARGIN
   else
     # disable margins
-    INIT+=TM0,BM0,IM0,OM0
+    INIT+=TM0,BI0
   fi