diff options
author | 23hiro <23hiro@gmail.com> | 2018-06-27 19:20:28 +0200 |
---|---|---|
committer | 23hiro <23hiro@gmail.com> | 2018-06-27 19:20:28 +0200 |
commit | 2f1b8246e23f8d3e88885822efcf25f3b4474bff (patch) | |
tree | b815f509ffdbd10c565a9b2edf74fc2d79dc749f /sys/man/1/mothra | |
parent | 902eceee63f5132f315db1a15ecce95af51359df (diff) |
Persist 'k' command in mothra and add matching -k flag (thanks piroko)
"I sometimes find myself on either slow or data-capped network links where downloading images isn't ideal. Attached is a simple patch to mothra that changes the 'k' command to not only remove already-downloaded images from a page, but also toggle a state such that mothra won't attempt to download images on future visited sites until 'k' is toggled again. This also adds a '-k' flag to mothra which enables the flag at startup." --Jeremy O'Brien<neutral@fastmail.com> on 9fans
Diffstat (limited to 'sys/man/1/mothra')
-rw-r--r-- | sys/man/1/mothra | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/man/1/mothra b/sys/man/1/mothra index 6ed6cf1f1..3c5c79517 100644 --- a/sys/man/1/mothra +++ b/sys/man/1/mothra @@ -56,6 +56,8 @@ There are a number of options: Alt display. Starts in alt display mode, see menu commands table below. .TP +.B -k +Kill images. Don't fetch/display images. .B -m Specify the .IR webfs (4) @@ -132,7 +134,7 @@ Jump to page from the list of previously viewed pages. .TP .BI k -Kill images on the current page. +Toggle killing of images. .TP .BI m Enter or exit moth mode. |