~rjarry/aerc-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 3

[PATCH aerc v2] ui: update vaxis

Details
Message ID
<20240219003652.84670-2-tim@timculverhouse.com>
DKIM signature
pass
Download raw message
Patch: +4 -4
Update vaxis to v0.7.4. Release notes:

- Fix encoding of Ctrl+z in legacy key encodings
- Add new grapheme width calc mode: nozwj where we handle VS16 and
  skintone selectors but _not_ zwjs
- Enable forcing of grapheme width calc mode
- Add styled underlines to terminal widget

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
---
 go.mod | 4 ++--
 go.sum | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index 2168ea912e64..47825168fe51 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.18
require (
	git.sr.ht/~rjarry/go-opt v1.3.0
	git.sr.ht/~rockorager/go-jmap v0.4.5
	git.sr.ht/~rockorager/vaxis v0.7.2
	git.sr.ht/~rockorager/vaxis v0.7.4
	github.com/ProtonMail/go-crypto v0.0.0-20230417170513-8ee5748c52b5
	github.com/arran4/golang-ical v0.0.0-20230318005454-19abf92700cc
	github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
@@ -26,7 +26,6 @@ require (
	github.com/mattn/go-isatty v0.0.18
	github.com/mattn/go-runewidth v0.0.15
	github.com/pkg/errors v0.9.1
	github.com/rivo/uniseg v0.4.4
	github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab
	github.com/stretchr/testify v1.8.4
	github.com/syndtr/goleveldb v1.0.0
@@ -48,6 +47,7 @@ require (
	github.com/mattn/go-sixel v0.0.5 // indirect
	github.com/onsi/gomega v1.20.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	github.com/rogpeppe/go-internal v1.8.1 // indirect
	github.com/soniakeys/quant v1.0.0 // indirect
	golang.org/x/crypto v0.18.0 // indirect
diff --git a/go.sum b/go.sum
index 78ec0c837d24..381107319f65 100644
--- a/go.sum
+++ b/go.sum
@@ -2,8 +2,8 @@ git.sr.ht/~rjarry/go-opt v1.3.0 h1:9BLOcXi5OhDYVzH3Td48i2uM/byMGNqXY7YhBzvEZg8=
git.sr.ht/~rjarry/go-opt v1.3.0/go.mod h1:oEPZUTJKGn1FVye0znaLoeskE/QTuyoJw5q+fjusdM4=
git.sr.ht/~rockorager/go-jmap v0.4.5 h1:ab/2+voWrR2/ej4l9GtsyyycK5lOgUMfGSFgNny3Q0c=
git.sr.ht/~rockorager/go-jmap v0.4.5/go.mod h1:aOTCtwpZSINpDDSOkLGpHU0Kbbm5lcSDMcobX3ZtOjY=
git.sr.ht/~rockorager/vaxis v0.7.2 h1:w+vBMkBWiGLSMMuHwZTDBrTXrjjAoyBc3k681WBT1kU=
git.sr.ht/~rockorager/vaxis v0.7.2/go.mod h1:h94aKek3frIV1hJbdXjqnBqaLkbWXvV+UxAsQHg9bns=
git.sr.ht/~rockorager/vaxis v0.7.4 h1:aGTzn0Z7DFNQzoqoyUAHhmHI4pgimjfIaEIfE7lQKHA=
git.sr.ht/~rockorager/vaxis v0.7.4/go.mod h1:h94aKek3frIV1hJbdXjqnBqaLkbWXvV+UxAsQHg9bns=
github.com/ProtonMail/crypto v0.0.0-20200420072808-71bec3603bf3 h1:JW27/kGLQzeM1Fxg5YQhdkTEAU7HIAHMgSag35zVTnY=
github.com/ProtonMail/crypto v0.0.0-20200420072808-71bec3603bf3/go.mod h1:Pxr7w4gA2ikI4sWyYwEffm+oew1WAJHzG1SiDpQMkrI=
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo=
-- 
2.43.2

[aerc/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CZ8MXUEKDZ41.O3I047MR7ARJ@fra01>
In-Reply-To
<20240219003652.84670-2-tim@timculverhouse.com> (view parent)
DKIM signature
missing
Download raw message
aerc/patches: SUCCESS in 2m30s

[ui: update vaxis][0] v2 from [Tim Culverhouse][1]

[0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/49642
[1]: tim@timculverhouse.com

✓ #1153053 SUCCESS aerc/patches/openbsd.yml     https://builds.sr.ht/~rjarry/job/1153053
✓ #1153052 SUCCESS aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/1153052
Details
Message ID
<CZ9994ZPQE4K.2OSLQXO1M7IEX@gmail.com>
In-Reply-To
<20240219003652.84670-2-tim@timculverhouse.com> (view parent)
DKIM signature
pass
Download raw message
Tested-by: Julio B <julio.bacel@gmail.com>

Applied: [PATCH aerc v2] ui: update vaxis

Details
Message ID
<170837142450.321228.11432138564033105565@ringo>
In-Reply-To
<20240219003652.84670-2-tim@timculverhouse.com> (view parent)
DKIM signature
pass
Download raw message
Tim Culverhouse <tim@timculverhouse.com> wrote:
> Update vaxis to v0.7.4. Release notes:
>
> - Fix encoding of Ctrl+z in legacy key encodings
> - Add new grapheme width calc mode: nozwj where we handle VS16 and
>   skintone selectors but _not_ zwjs
> - Enable forcing of grapheme width calc mode
> - Add styled underlines to terminal widget
>
> Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
> ---

Acked-by: Robin Jarry <robin@jarry.cc>

Applied, thanks.

To git@git.sr.ht:~rjarry/aerc
   673ae1bbc760..c4d5b604bcdf  master -> master
Reply to thread Export thread (mbox)