From 1e6ae60e1cff61bd142e1fe190c8c88990feb051 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 14 Feb 2018 15:00:34 +0100 Subject: [PATCH] fix disabling margins on indexv4 in graphic mode --- filter/braille/drivers/index/indexv4.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter/braille/drivers/index/indexv4.sh.in b/filter/braille/drivers/index/indexv4.sh.in index 0285f76b9..8787f75c2 100644 --- a/filter/braille/drivers/index/indexv4.sh.in +++ b/filter/braille/drivers/index/indexv4.sh.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2015-2017 Samuel Thibault +# Copyright (c) 2015-2018 Samuel Thibault # # 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 -- 2.47.2