From b11dd8908795d624eb973221f119d4afd8a9fe45 Mon Sep 17 00:00:00 2001 From: Egmont Koblinger Date: Thu, 4 Sep 2014 13:14:51 +0300 Subject: [PATCH] Fix for viewving man pages in colour mode. Signed-off-by: Slava Zanko --- misc/mc.menu.in | 4 ++-- misc/mc.menu.sr.in | 2 +- misc/mcedit.menu.in | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/misc/mc.menu.in b/misc/mc.menu.in index 577f9273e..4d341a73a 100644 --- a/misc/mc.menu.in +++ b/misc/mc.menu.in @@ -21,7 +21,7 @@ shell_patterns=0 =+ f \.1$ | f \.3$ | f \.4$ | f \.5$ | f \.6$ | f \.7$ | f \.8$ | f \.man$ & t r 1 Display the file with roff -man - nroff -man %f | less + %view{ascii,nroff} roff @MAN_FLAGS@ @MANDOC@ %f 2 Call the info hypertext browser info @@ -121,7 +121,7 @@ D Delete tagged files if a copy exists in the other directory. m View manual page MAN=%{Enter manual name} - %view man -P cat $MAN + %view{ascii,nroff} MANROFFOPT='@MAN_FLAGS@' MAN_KEEP_FORMATTING=1 man -P cat $MAN = f \.gz$ & t r + ! t t diff --git a/misc/mc.menu.sr.in b/misc/mc.menu.sr.in index 6a505f429..a0bb57a7e 100644 --- a/misc/mc.menu.sr.in +++ b/misc/mc.menu.sr.in @@ -102,7 +102,7 @@ D Обриши означене датотеке ако постоји к m Погледај страницу упутства MAN=%{Унесите назив упутства} - %view man -P cat $MAN + %view{ascii,nroff} MANROFFOPT='@MAN_FLAGS@' MAN_KEEP_FORMATTING=1 man -P cat $MAN = f \.gz$ & t r + ! t t diff --git a/misc/mcedit.menu.in b/misc/mcedit.menu.in index 3d11d96f8..df44b960a 100644 --- a/misc/mcedit.menu.in +++ b/misc/mcedit.menu.in @@ -459,10 +459,7 @@ s Invoke `shell' m view `man' MAN=%{Enter name of man:} - TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/mcview.$MAN.XXXXXX` || exit 1 - man -Pcat $MAN >$TMPFILE - mcview $TMPFILE - rm -f $TMPFILE + %view{ascii,nroff} MANROFFOPT='@MAN_FLAGS@' MAN_KEEP_FORMATTING=1 man -P cat $MAN i Insert a out of command to cursor. CMD=%{ Enter command: }