./x11/zutty, High-end terminal for low-end systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15, Package name: zutty-0.15, Maintainer: pkgsrc-users

Zutty is a terminal emulator for the X Window System, functionally
similar to several other X terminal emulators such as xterm, rxvt
and countless others. It is also similar to other, much more modern,
GPU-accelerated terminal emulators such as Alacritty and Kitty.
What really sets Zutty apart is its radically simple, yet extremely
efficient rendering implementation, coupled with a sufficiently
complete feature set to make it useful for a wide range of users.
Zutty offers high throughput with low latency, and strives to
conform to relevant (published or de-facto) standards.

Zutty is written in straightforward C++ and only relies on OpenGL
ES 3.1 for rendering, making it trivially portable to windowing
systems other than X and operating systems other than Linux. Zutty
provides a clean implementation written from scratch, resulting in
a minimal, maintainable, modern codebase unencumbered by historical
baggage.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-02-01 11:29:00 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
zutty: update to 0.15.

Add XTQMODKEYS (partial, only for supporting modify
Implement DECSCUSR (w/o blinking): block, bar & underlined
Repository migration
Add NetBSD-specific font search path
Fix regression in last commit
Preserve RGB color across SGR attribute settings
Remove deprecated key from desktop entry file
Fix clearing glyph area before rendering overlay font
Do not paste selection on Shift+KP_Insert
Set COLORTERM=xterm to advertise true color support
Set _NET_WM_[ICON_]NAME to allow Unicode in window
   2023-12-10 12:50:43 by Thomas Klausner | Files touched by this commit (3)
Log message:
zutty: add upstream bug report URL
   2023-12-10 12:46:09 by Thomas Klausner | Files touched by this commit (6)
Log message:
x11/zutty: import zutty-0.14

Zutty is a terminal emulator for the X Window System, functionally
similar to several other X terminal emulators such as xterm, rxvt
and countless others. It is also similar to other, much more modern,
GPU-accelerated terminal emulators such as Alacritty and Kitty.
What really sets Zutty apart is its radically simple, yet extremely
efficient rendering implementation, coupled with a sufficiently
complete feature set to make it useful for a wide range of users.
Zutty offers high throughput with low latency, and strives to
conform to relevant (published or de-facto) standards.

Zutty is written in straightforward C++ and only relies on OpenGL
ES 3.1 for rendering, making it trivially portable to windowing
systems other than X and operating systems other than Linux. Zutty
provides a clean implementation written from scratch, resulting in
a minimal, maintainable, modern codebase unencumbered by historical
baggage.