Skip to content

Commit

Permalink
tmux: enable sixel support
Browse files Browse the repository at this point in the history
  • Loading branch information
laggardkernel committed Oct 6, 2024
1 parent ec71c65 commit 3385576
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sysutils/tmux/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ legacysupport.newest_darwin_requires_legacy 8

github.setup tmux tmux 3.5a
if {${subport} eq ${name}} {
revision 0
revision 1
conflicts tmux-devel
}
subport tmux-devel {
github.setup tmux tmux 7c30056d96689cc8a66c748e7a18e180665b7d14
version 20240927-[string range ${github.version} 0 6]
revision 0
revision 1
conflicts tmux
}
categories sysutils
Expand Down Expand Up @@ -94,6 +94,12 @@ post-destroot {
xinstall -m 0644 ${filespath}/ftdetect-tmux.vim ${destroot}${prefix}/share/vim/vimfiles/ftdetect/tmux.vim
}

variant sixel description {Support SIXEL graphics} {
configure.args-append --enable-sixel
}

default_variants +sixel

notes {
On legacy systems, consider installing port tmux-pasteboard to\
integrate the system pasteboard with tmux.
Expand Down

0 comments on commit 3385576

Please sign in to comment.