Commit Graph

25 Commits

Author SHA1 Message Date
Bradley Cicenas 54fc5ac5c6 Revert "shows total memory usage"
This reverts commit 1271ce96e8.
2020-10-25 10:31:51 -04:00
Marcos Diez 15c5c31726 shows total memory usage 2020-10-25 10:23:31 -04:00
Bradley Cicenas c0db41ebcb Revert "shows total memory usage"
This reverts commit 1271ce96e8.
2020-10-25 10:23:30 -04:00
Marcos Diez 9bcf2c2c7a shows total memory usage 2020-10-25 10:23:30 -04:00
Bradley Cicenas 98fcfe8b6f refactor connectors for retry logic, add error view 2019-05-22 16:58:55 +00:00
CodeLingo Bot b401e7b17e Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-07 02:33:29 +00:00
Bradley Cicenas cf352f7c8a implement full-row cursor highlighting 2018-09-17 01:24:06 +00:00
Bradley Cicenas 0a05007c4e skip offset updates in page scroll if no pages 2017-07-07 15:38:02 +03:00
Bradley Cicenas c47ba3f804 add pgCount() method to GridCursor 2017-07-07 15:28:26 +03:00
Bradley Cicenas 617b1b2863 omit runc connector from darwin build 2017-06-14 10:11:40 -03:00
Bradley Cicenas 66ff8ad7ec update potentially conflicting variable name 2017-06-13 17:35:00 -03:00
Bradley Cicenas 671c944272 disable timed display refresh while scrolling 2017-06-12 10:52:45 -03:00
Bradley Cicenas d372043a17 add --connector switch, validation 2017-06-09 14:35:29 -03:00
Bradley Cicenas b009a260a4 initial runc connector implementation 2017-06-08 15:33:34 -03:00
Bradley Cicenas 44379cd9fd rename connectors 2017-06-08 12:01:08 -03:00
Bradley Cicenas b85ca680f0 restructure container,connectors in subpackage 2017-06-08 11:51:02 -03:00
Bradley Cicenas 47d60fe51b gofmt main package 2017-03-28 13:57:30 +10:00
yashpatel5400 6560768e08 Added page up/down features 2017-03-23 22:31:08 -04:00
Bradley Cicenas b2184bbc6d fixes out of bounds error on filtered selection #7 2017-03-10 12:01:13 +11:00
Bradley Cicenas 2b80832a36 add pagination support for compact view 2017-03-08 18:45:31 +11:00
Bradley Cicenas a6ee6edb1d move MaxRows() method into cgrid 2017-03-08 11:52:31 +11:00
Bradley Cicenas d7f9f715bb fix cursor highlighting for newly filtered containers 2017-03-08 11:46:39 +11:00
Bradley Cicenas 2d2d58d47f filter Containers in place 2017-03-08 11:26:22 +11:00
Bradley Cicenas bf4d59c251 clear screen conditionally 2017-03-08 11:10:38 +11:00
Bradley Cicenas 132335c8a4 remove Grid struct, move cursor into own package file 2017-03-06 14:03:05 +11:00