From 6b2131850817a78c57d7975bccf5fdf829dfb7e6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 27 May 2019 17:23:19 -0700 Subject: continue the move to abstracted access to all GUI elements Signed-off-by: Jeff Carr --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index a6a331e..c2d9744 100644 --- a/structs.go +++ b/structs.go @@ -84,6 +84,8 @@ type TableColumnData struct { type EntryMap struct { E *ui.Entry Edit bool + Last string // the last value + Normalize func (string) string // function to 'normalize' the data Account *pb.Account VM *pb.Event_VM -- cgit v1.2.3