1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/chinese/cless/files/patch-ab
Masafumi Max NAKANE b96fdde46a The less pager capable of Chinese.
Submitted by:	David O'Brien (obrien@cs.ucdavis.edu)
(Closing PR #1620.)
1996-10-26 23:20:37 +00:00

14 lines
392 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- defines.h.in.orig Sun Sep 15 22:58:20 1996
+++ defines.h.in Sun Sep 15 22:58:27 1996
@@ -104,8 +104,8 @@
* DEF_LESSKEYINFILE is the filename of the default lesskey input
* (in the HOME directory).
*/
-#define LESSKEYFILE ".less"
-#define DEF_LESSKEYINFILE ".lesskey"
+#define LESSKEYFILE ".cless"
+#define DEF_LESSKEYINFILE ".clesskey"
/* Settings always true on Unix. */