Also capture syscall.SIGINT in copy menu; bump libmutton to fix Windows background processes dying with parent terminal

This commit is contained in:
2026-01-10 23:39:38 -05:00
parent 0211941a48
commit 5f02e41c05
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.25.5
require (
github.com/charmbracelet/glamour v0.7.0
github.com/rwinkhart/go-boilerplate v0.2.2
github.com/rwinkhart/libmutton v0.4.3-0.20260109040506-4467a8c7421b
github.com/rwinkhart/libmutton v0.4.3-0.20260111043639-f82b35bc4398
golang.org/x/term v0.38.0
)