X11: necessary font package for gxditview

2025-03-30 Thread Schwarz, Konrad via Cygwin
Hello, installing gxditview (and Cygwin/X) in Cygwin does not suffice to display man-pages properly via man -TX75, man -TX100 etc. In my case, a fallback fixed width font was used, which looked horrible. I managed to solve this by haphazardly installing additional X11 font-related Cygwin packages

man -H should work by default on Cygwin

2023-02-10 Thread Schwarz, Konrad via Cygwin
Hello, the man(1) program (together with groff) can generate HTML via the -H switch, e.g., man -H ls. The environment variable BROWSER names the default HTML browser man will use to display this page, lynx(1) if unset. Recent versions of man(1) now wait longer before deleting the rendered HTML fi