This website requires JavaScript.
Explore
Help
Register
Sign In
LK
/
xmtop
Watch
1
Star
0
Fork
0
You've already forked xmtop
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
3fcab5a420
xmtop
/
layout
History
Sean E. Russell
4895f5ec24
Fixes
#91
, memory widget colors inconsist.
2020-04-21 15:37:31 -05:00
..
layout_test.go
Issue
#56
. Slight improvement in layout algorithm. Still doesn't handle > 2 columns well, but it's more correct and lays the foundation for a correct solution. It's clear, however, that a full table model parser will require a substantial rewrite and, possibly, a change in the layout syntax. That would add substantial complexity, so maybe for some future effort. I'll fix the basic column layout (rowspans at the edges), and then shelve it.
2020-02-20 08:19:15 -06:00
layout.go
Fixes
#91
, memory widget colors inconsist.
2020-04-21 15:37:31 -05:00
parser.go
Closes
#46
, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with
b
2020-04-16 13:28:18 -05:00