diff options
Diffstat (limited to 'japanese/groff/files/patch-tmac:troffrc')
-rw-r--r-- | japanese/groff/files/patch-tmac:troffrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/groff/files/patch-tmac:troffrc b/japanese/groff/files/patch-tmac:troffrc new file mode 100644 index 000000000000..087f2c2bda4b --- /dev/null +++ b/japanese/groff/files/patch-tmac:troffrc @@ -0,0 +1,18 @@ +--- tmac/troffrc~ Thu Mar 6 12:33:17 2003 ++++ tmac/troffrc Thu Mar 6 13:21:54 2003 +@@ -38,7 +38,15 @@ + .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). + .do hpf hyphen.us + . ++.\" Disable SGR support in grotty(1). ++.if n \{\ ++. do nop \X'tty: sgr 0' ++. sp -1 ++. nr nl 0-1 ++. nr % -1 ++.\} + .\" for Japanese hack + .if "\V[LANG]"ja_JP.eucJP" .do mso euc-jp.tmac ++.if "\V[LANG]"ja_JP.EUC" .do mso euc-jp.tmac + . + .\" Don't let blank lines creep in here. |