Update tcell
This commit is contained in:
@ -26,9 +26,11 @@ import (
|
||||
_ "golang.org/x/image/bmp" // initialize decoder
|
||||
_ "golang.org/x/image/tiff" // initialize decoder
|
||||
_ "golang.org/x/image/webp" // initialize decoder
|
||||
|
||||
"go.mau.fi/tcell"
|
||||
|
||||
"maunium.net/go/gomuks/debug"
|
||||
"maunium.net/go/gomuks/ui/messages/tstring"
|
||||
"maunium.net/go/tcell"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -19,6 +19,7 @@ package notification
|
||||
import (
|
||||
"gopkg.in/toast.v1"
|
||||
)
|
||||
|
||||
func Send(title, text string, critical, sound bool) error {
|
||||
notification := toast.Notification{
|
||||
AppID: "gomuks",
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows,!darwin
|
||||
//go:build !windows && !darwin
|
||||
|
||||
// gomuks - A terminal Matrix client written in Go.
|
||||
// Copyright (C) 2020 Tulir Asokan
|
||||
|
@ -1,4 +1,5 @@
|
||||
package open
|
||||
|
||||
const Command = "open"
|
||||
|
||||
var Args []string
|
||||
|
@ -1,6 +1,7 @@
|
||||
// +build !windows,!darwin
|
||||
//go:build !windows && !darwin
|
||||
|
||||
package open
|
||||
|
||||
const Command = "xdg-open"
|
||||
|
||||
var Args []string
|
||||
|
Reference in New Issue
Block a user