mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
Columns settings: add hint for re-order columns
This commit is contained in:
parent
a59c7aab3c
commit
fa254c652c
2
menus.go
2
menus.go
@ -130,7 +130,7 @@ func ColumnsMenu() MenuFn {
|
|||||||
m.Selectable = true
|
m.Selectable = true
|
||||||
m.SortItems = false
|
m.SortItems = false
|
||||||
m.BorderLabel = "Columns"
|
m.BorderLabel = "Columns"
|
||||||
//m.SubText = "Enabled Columns"
|
m.SubText = "Re-order: <Page Up> / <Page Down>"
|
||||||
|
|
||||||
rebuild := func() {
|
rebuild := func() {
|
||||||
// get padding for right alignment of enabled status
|
// get padding for right alignment of enabled status
|
||||||
|
Loading…
Reference in New Issue
Block a user