w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 94ffc166fd06e976b109ad0fc04887da3c95f587
parent 60c018f22d2fc990407250659272235f339e6a7e
Author: ukai <ukai>
Date:   Wed,  5 Feb 2003 16:48:09 +0000

fix typo

Diffstat:
Mrc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc.c b/rc.c @@ -182,7 +182,7 @@ static int RC_table_size; #define CMT_RELATIVE_WHEEL_SCROLL_RATIO "(Aのみ)画面の何%スクロールするか" #define CMT_FIXED_WHEEL_SCROLL_COUNT "(Bのみ)スクロールする行数" #endif /* USE_MOUSE */ -#define CMT_CLEAR_BUF "表示されていないバッファのメモリを開放する" +#define CMT_CLEAR_BUF "表示されていないバッファのメモリを解放する" #define CMT_NOSENDREFERER "Referer: を送らないようにする" #define CMT_IGNORE_CASE "サーチ時に大文字小文字の区別をしない" #define CMT_USE_LESSOPEN "LESSOPENを使用"