diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-17 13:21:18 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-17 15:17:21 +0000 |
commit | 17de01af95c01bd7cfd513a67c1c0b1494c5ea58 (patch) | |
tree | dc721d6eea732be69e95217a27f658f4f9e321ad /graphics/py-ueberzug/pkg-descr | |
parent | 724bf7a5dc3421fc65234b2cb2597e6783241f69 (diff) | |
download | ports-17de01af95c01bd7cfd513a67c1c0b1494c5ea58.tar.gz ports-17de01af95c01bd7cfd513a67c1c0b1494c5ea58.zip |
graphics/py-ueberzug: Add a new port
Diffstat (limited to 'graphics/py-ueberzug/pkg-descr')
-rw-r--r-- | graphics/py-ueberzug/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/py-ueberzug/pkg-descr b/graphics/py-ueberzug/pkg-descr new file mode 100644 index 000000000000..8d862dd0b2e7 --- /dev/null +++ b/graphics/py-ueberzug/pkg-descr @@ -0,0 +1,13 @@ +Ćberzug is a command line util which allows to draw images on terminals by +using child windows. + +Advantages to w3mimgdisplay: +- no race conditions as a new window is created to display images +- expose events will be processed, +- so images will be redrawn on switch workspaces +- tmux support (excluding multi pane windows) +- terminals without the WINDOWID environment variable are supported +- chars are used as position - and size unit +- no memory leak (/ unlimited cache) + +WWW: https://github.com/seebye/ueberzug |