netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=841a908f20f936938423fcc383895282ada2b372

commit 841a908f20f936938423fcc383895282ada2b372
Author: Alastair Poole <nets...@gmail.com>
Date:   Tue Jan 5 17:44:48 2021 +0000

    NEWS: Testing time.
---
 NEWS                         | 4 +++-
 TODO                         | 2 ++
 src/bin/ui/ui_process_list.c | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index efee702..f7ee60c 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,9 @@ Evisum 0.5.9
   * Fix bug (CPU).
   * Purge an overly complicated storage API.
   * Internally things are much better. Much simpler.
-  * ...
+  * Remove lots of blocking code.
+  * Some improvement on genlist cache (WIP).
+  * Flat icon for a "flat" theme.
 
 ============
 Evisum 0.5.8
diff --git a/TODO b/TODO
index 72081a7..81690f5 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,8 @@ Add some stats, process CPU time etc. Needs plugged in.
 This whole UI bit can be much simpler and better.  Cool to check a process
 in the list and pop up some live informative stats...
 
+Improve keyboard support.
+
 ICONz:
 
 A flat icon. ApBBB's original icon is better than I currently can do but it's
diff --git a/src/bin/ui/ui_process_list.c b/src/bin/ui/ui_process_list.c
index 2af3aa8..ac627a7 100644
--- a/src/bin/ui/ui_process_list.c
+++ b/src/bin/ui/ui_process_list.c
@@ -28,7 +28,7 @@ typedef struct
    Ecore_Event_Handler   *handler[2];
    Eina_Bool              skip_wait;
 
-   Sorter                sorters[SORT_BY_MAX];
+   Sorter                 sorters[SORT_BY_MAX];
    Eina_Hash             *cpu_times;
 
    Ui                    *ui;

-- 


Reply via email to