Commit Graph

37 Commits

Author SHA1 Message Date
Sean E. Russell
25aa78a6ee One of the termui tests was failing; this fixes the numbered.Less() function.
Something in sorting was broken at some point, maybe during a Go version
upgrade? That code hasn't changed in a while. While fixing the code, I rewrote
the `numbered.Less()` function. It's shorter, and I think it's clearer, but in
addition to being correct now it's also about 10% faster than the original.
2022-09-29 11:32:48 -05:00
Sean E. Russell
e5bf9851ff Go 1.16: embed and io/fs 2021-02-03 14:27:46 -06:00
Sean E. Russell
7b19606acc Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get. 2021-02-03 12:28:46 -06:00
Sean E. Russell
2f0eca1cc6 Fixes #161, CPU names are sorted strictly as strings rather than lexographically. 2021-01-26 11:13:45 -06:00
Sean E. Russell
daf5916fde Resolves merge conflicts 2020-11-23 14:58:32 -06:00
Sean E. Russell
c25e58e79c Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock. 2020-07-25 07:23:17 -05:00
Sean E. Russell
23364aa754 More strings moved to translations 2020-06-20 16:47:48 -05:00
Sean E. Russell
44b5d2d6ec Fixes #128 for LineGraph; there's probably another leak in Sparkline
Fixes #128 for Sparkline. Also, the amount of data held is tiny so bumped the buffer to 4x to reduce collections.

Minor comment change
2020-05-31 16:09:51 -05:00
Sean E. Russell
c2cb7a4304 Fine tuning for extensions 2020-04-28 12:04:35 -05:00
Sean E. Russell
ccbc71755f Version bump to v4 2020-04-23 14:07:08 -05:00
Sean E. Russell
e506b02842 Closes #40, overflow line graph labels. 2020-04-16 18:13:57 -05:00
Sean E. Russell
afb62afcdf Path changes for major revision 2020-02-28 14:48:35 -06:00
Sean E. Russell
8ee5950308 Adds a battery gauge. 2020-02-18 11:27:29 -06:00
Sean E. Russell
f850a47d91 Merge remote-tracking branch 'rephorm/filter' 2020-02-14 09:35:58 -06:00
Sean E. Russell
38d7736ca0 Switching maintainership. 2020-02-13 16:26:28 -06:00
Sean E. Russell
7e5c0c969c Fixes the directory structure. 2020-02-13 10:15:52 -06:00
Caleb Bassi
dc41895011 Move termui to seperate repo 2018-03-29 15:48:43 -07:00
Caleb Bassi
dc8cc5aa4d Change methods to use 'self' keyword 2018-03-27 14:27:23 -07:00
Caleb Bassi
2fe347fc50 Removed extra parens 2018-03-10 19:34:26 -08:00
Caleb Bassi
75220b3db8 Added graph zooming; closes #3 2018-03-09 16:29:05 -08:00
Caleb Bassi
481a4dd1a1 Changed some events to use angle brackets 2018-03-06 16:44:33 -08:00
Caleb Bassi
47a98de44b Code cleanup 2018-03-03 17:05:52 -08:00
Caleb Bassi
e79f0e0a83 Linegraph renders lines in reverse order 2018-02-27 14:35:17 -08:00
Caleb Bassi
c6ae8a46fb Fixed bug where linegraphs would overwrite the key 2018-02-27 13:43:59 -08:00
Caleb Bassi
6c1848eea7 Code cleanup and updated README 2018-02-25 22:51:51 -08:00
Caleb Bassi
21aed4b1ea Removed gotop specific stuff from termui 2018-02-24 21:35:57 -08:00
Caleb Bassi
a2fd8dc4fa Moar code cleanup 2018-02-23 21:15:38 -08:00
Caleb Bassi
b06502d7f2 Code cleanup and comments 2018-02-23 00:42:39 -08:00
Caleb Bassi
8531e40b09 Fixed colorschemes 2018-02-21 11:15:53 -08:00
Caleb Bassi
88dbb6a453 Fixed theme bg color missing spots 2018-02-21 10:39:19 -08:00
Caleb Bassi
4d7726d049 Forgot to increment colors to Clear() also 2018-02-21 03:33:23 -08:00
Caleb Bassi
bcc1d35b55 Added colorscheme support 2018-02-21 02:28:17 -08:00
Caleb Bassi
6a92c31be6 Changed termui colors 2018-02-21 00:46:11 -08:00
Caleb Bassi
eb68133613 Started working on colorschemes 2018-02-20 23:56:37 -08:00
Caleb Bassi
3a695dede9 Removed network logic from termui sparkline 2018-02-19 15:02:01 -08:00
Caleb Bassi
f7cf8f93c1 Updated imports statements 2018-02-19 02:00:26 -08:00
Caleb Bassi
40775db60b Initial commit 2018-02-19 02:00:21 -08:00