Initial support for PGP decryption & signatures
This commit is contained in:
parent
89f1684ea4
commit
f3158b36f1
17 changed files with 523 additions and 82 deletions
lib/ui
|
@ -16,6 +16,10 @@ type Drawable interface {
|
|||
Invalidate()
|
||||
}
|
||||
|
||||
type RootDrawable interface {
|
||||
Initialize(ui *UI)
|
||||
}
|
||||
|
||||
type Interactive interface {
|
||||
// Returns true if the event was handled by this component
|
||||
Event(event tcell.Event) bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue