~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] ui: enable kitty keyboard protocol

Details
Message ID
<20240219122602.121341-2-tim@timculverhouse.com>
DKIM signature
pass
Download raw message
Patch: +1 -2
Enable kitty keyboard protocol when support is detected. This will
enable keybinds which traditionally have been unavailable due to
conflicting with other keys (C-i, C-m, C-[, etc).

Reported-by: Jonathan Dowland <jon+aerc-discuss@dow.land>
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
---
 lib/ui/ui.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/ui/ui.go b/lib/ui/ui.go
index d63ebf36c4ca..43545197778e 100644
--- a/lib/ui/ui.go
+++ b/lib/ui/ui.go
@@ -49,8 +49,7 @@ var state struct {

func Initialize(content DrawableInteractive) error {
	opts := vaxis.Options{
		DisableMouse:         !config.Ui.MouseEnabled,
		DisableKittyKeyboard: true,
		DisableMouse: !config.Ui.MouseEnabled,
	}
	vx, err := vaxis.New(opts)
	if err != nil {
-- 
2.43.2

[aerc/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CZ9215UFTH7E.36S4845DFP1JF@fra02>
In-Reply-To
<20240219122602.121341-2-tim@timculverhouse.com> (view parent)
DKIM signature
missing
Download raw message
aerc/patches: SUCCESS in 2m53s

[ui: enable kitty keyboard protocol][0] from [Tim Culverhouse][1]

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

✓ #1153262 SUCCESS aerc/patches/openbsd.yml     https://builds.sr.ht/~rjarry/job/1153262
✓ #1153261 SUCCESS aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/1153261
Jonathan Dowland <jon+aerc-discuss@dow.land>
Details
Message ID
<CZ93UD1YYSP1.2WZN7E7GO9L1V@dow.land>
In-Reply-To
<20240219122602.121341-2-tim@timculverhouse.com> (view parent)
DKIM signature
pass
Download raw message
On Mon Feb 19, 2024 at 12:22 PM GMT, Tim Culverhouse wrote:
> Enable kitty keyboard protocol when support is detected. This will
> enable keybinds which traditionally have been unavailable due to
> conflicting with other keys (C-i, C-m, C-[, etc).
>
> Reported-by: Jonathan Dowland <jon+aerc-discuss@dow.land>
> Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

Tested-by: Jonathan Dowland <jon@dow.land>

> ---
>  lib/ui/ui.go | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/lib/ui/ui.go b/lib/ui/ui.go
> index d63ebf36c4ca..43545197778e 100644
> --- a/lib/ui/ui.go
> +++ b/lib/ui/ui.go
> @@ -49,8 +49,7 @@ var state struct {
>  
>  func Initialize(content DrawableInteractive) error {
>  	opts := vaxis.Options{
> -		DisableMouse:         !config.Ui.MouseEnabled,
> -		DisableKittyKeyboard: true,
> +		DisableMouse: !config.Ui.MouseEnabled,
>  	}
>  	vx, err := vaxis.New(opts)
>  	if err != nil {

Applied: [PATCH aerc] ui: enable kitty keyboard protocol

Details
Message ID
<170837142454.321228.4480167278765349530@ringo>
In-Reply-To
<20240219122602.121341-2-tim@timculverhouse.com> (view parent)
DKIM signature
pass
Download raw message
Tim Culverhouse <tim@timculverhouse.com> wrote:
> Enable kitty keyboard protocol when support is detected. This will
> enable keybinds which traditionally have been unavailable due to
> conflicting with other keys (C-i, C-m, C-[, etc).
>
> Reported-by: Jonathan Dowland <jon+aerc-discuss@dow.land>
> Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
> ---

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

Applied, thanks.

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