6 Commits

Author SHA1 Message Date
sthen
c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
lraab
4b1a3f42ef x11/zutty: update to 0.13
changelog:
Correct key translations for Ctrl-/
Add GNU/kFreeBSD and GNU Hurd platforms to wscript
Correct keypad mappings, simplify code, improve documentation
Regression: Fix arrow key mappings in DECAKM (appl.cursor key) mode
Add support for the bell
Fix wrap bit corner case for ICH
Do not echo invalid input on DECRQSS (Request Status String)
Fix crash when loading certain scalable fonts

with feedback from and OK sdk@
2022-10-06 23:38:09 +00:00
sdk
108f529f1b Update zutty 0.11 => 0.12
Changes in 0.12:
* Correct key translations for Ctrl-[ and Ctrl-]
* Improve glyph alignment of scaled fonts
* Remove -march and -mtune from compiler options
* Populate _NET_WM_ICONS with 16x16 and 32x32 icons
* Do not override explicitly passed -title when using -e option

OK lraab@ op@
2022-05-29 05:52:42 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
jca
28b0d9fa0a Stop hardcoding -O3 -march=native, respect CXXFLAGS/LDFLAGS
Spotted on riscv64 where -march=native isn't supported.
ok sdk@ (maintainer)
2022-01-27 00:32:39 +00:00
sdk
3e3a581b3b Import x11/zutty 0.11
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.

With feedback from abieber@ and sthen@

I'm taking MAINTAINER

ok abieber@
2022-01-14 19:25:17 +00:00