Sync with latest libmutton development version

This commit is contained in:
2026-01-21 19:12:13 -05:00
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
/*.exe*
/mutn
/mutn.exe
/MUTN
/MUTN.exe
/main
/main.exe
/version.go
1output
+1 -1
View File
@@ -62,7 +62,7 @@ func CopyMenu(vanityPath string, decSlice []string, oldPassword string) {
// set up signal handling for ctrl+c to clear clipboard
sigChan := make(chan os.Signal, 1)
signal.Notify(sigChan, os.Interrupt, syscall.SIGTERM)
signal.Notify(sigChan, os.Interrupt, syscall.SIGINT, syscall.SIGTERM)
go func() {
<-sigChan
if err = clip.ClearProcess(""); err != nil {