[Bug 261037] www/w3m: always enable non-external image support (mlterm, sixel, iterm, kitty)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Jan 2022 16:49:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261037

            Bug ID: 261037
           Summary: www/w3m: always enable non-external image support
                    (mlterm, sixel, iterm, kitty)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: nobutaka@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
          Assignee: nobutaka@FreeBSD.org
             Flags: maintainer-feedback?(nobutaka@FreeBSD.org)

Created attachment 230824
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230824&action=edit
v1 (apply via "git am")

Modern terminal emulators can render images e.g.,
- x11/foot supports sixel
- x11/kitty supports kitty (protocol)
- x11/wezterm supports sixel, iterm, kitty
- x11/xterm supports sixel

For example, to view web pages in a Wayland-only environment:

$ pkg install cage w3m libsixel foot
$ cage foot w3m -o inline_img_protocol=2 https://en.wikipedia.org/

Note, cage will spawn in a separate window if run under Xorg or another Wayland
compositor.

-- 
You are receiving this mail because:
You are the assignee for the bug.