mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-11 13:45:39 +01:00
refactor menu into subpackage
This commit is contained in:
@@ -10,6 +10,8 @@ var (
|
||||
input_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-_."
|
||||
)
|
||||
|
||||
type Padding [2]int // x,y padding
|
||||
|
||||
type Input struct {
|
||||
ui.Block
|
||||
Label string
|
||||
|
||||
Reference in New Issue
Block a user