提交 572ea299 编写于 作者: M Mislav Marohnić

Ensure man pages are shown at full width

This helps `man` stay connected to the user's terminal
上级 373d387e
......@@ -175,6 +175,7 @@ func displayManPage(manPage string, args *Args, isWeb bool) error {
}
c := exec.Command(manArgs[0], manArgs[1:]...)
c.Stdin = os.Stdin
c.Stdout = os.Stdout
c.Stderr = os.Stderr
c.Env = env
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册