Handle cases where the user initialized libmutton in a different client and has no text editor specified (also allow setting a text editor in the tweak menu)

This commit is contained in:
2025-07-02 22:38:51 -04:00
parent 97d49fdba1
commit 45c03f0fe4
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.24.4
require (
github.com/charmbracelet/glamour v0.7.0
github.com/rwinkhart/go-boilerplate v0.1.0
github.com/rwinkhart/libmutton v0.3.2-0.20250619231646-d1b5c50d7066
github.com/rwinkhart/libmutton v0.3.2-0.20250701025912-1a66a30bc184
golang.org/x/term v0.32.0
)