wdvi

network DVI viewer
Log | Files | Refs

commit 0c63b37c760a6af467547b4a294d491ec0814425
parent 4e2b23c8dce367ea030751f783afd7231c422735
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Tue, 21 Sep 2021 16:57:26 +0000

up the gamma when -rv is used

Diffstat:
Mxdvi.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdvi.c b/xdvi.c @@ -969,7 +969,7 @@ main(int argc, char **argv) if (resource._gamma == 0.0) resource._gamma = 1.0; if (resource.reverse) - resource._gamma = 2.0; + resource._gamma = 1.5; #define MakeGC(fcn, fg, bg) (values.function = fcn, \ values.foreground=fg, values.background=bg, \