commit 38a376ce9590ac0cd5138d37747b1bf38056b971
parent ee170927f0e1dbd59843c8144316bfeb958e572b
Author: htrb <htrb>
Date: Mon, 20 Dec 2010 10:22:06 +0000
add documents about some options for w3mimgdisplay.
Diffstat:
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-20 Ito Hiroyuki <ZXB01226@nifty.com>
+
+ * doc/README.img: add documents about some options.
+ * doc-jp/README.img: ditto.
+
2010-12-15 AIDA Shinra <shinra@j10n.org>
* [w3m-dev 04424] Windows$BHG(Bw3mimg$B!"B>(B
diff --git a/doc-jp/README.img b/doc-jp/README.img
@@ -127,6 +127,13 @@ w3mimgdisplay
端末の背景色。デフォルトは、X11 では自動設定、Linux framebuffer
では #000000 (黒)。
#RRGGBB で指定する場合は # をエスケープして設定してください。
+ -anim <n>
+ アニメーションで表示する最大フレーム数を指定。0 の時は制限なし。
+ 負の時は最後からのフレーム数と見なします。デフォルトは 100。
+ -margin <n>
+ 画像をクリアする領域のマージンを指定します。スクロールしたとき画
+ 面にゴミが残ってしまう場合に指定してみてください。
+ デフォルトは 0。
例)
w3m -o 'imgdisplay=w3mimgdisplay -x 5 -bg "#cccccc"'
diff --git a/doc/README.img b/doc/README.img
@@ -122,6 +122,12 @@ Setting w3mimgdisplay
automatically detected.
The default value for Linux framebuffer device is #000000 (black).
When the color is specified as #RRGGBB, escape '#'.
+ -anim <n>
+ Maximum number of frames for animation. It means without limit
+ if the number is 0. Negative value count backward from the end
+ of the frames. The default value is 100.
+ -margin <n>
+ Margin of an area to clear an image. The default value is 0.
ex.)
w3m -o 'imgdisplay=w3mimgdisplay -x 5 -bg "#cccccc"'