ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=47f02e2dd6941bb101335d68e969bbb8540b37fb
commit 47f02e2dd6941bb101335d68e969bbb8540b37fb Merge: d65bc3b 3cd5ec7 Author: Andy Williams <a...@andywilliams.me> Date: Thu Jan 29 00:39:36 2015 +0000 elm_code: Merge n scrolling work from branch 'elm_code' This now replaces the previous consolepanel and all the 'tailing' panels are elm_code. The click function is still there but the mouse cursor is not yet re-instated. elm_code/lib/elm_code_widget.c | 139 ++++++++++++++++++++++-------- elm_code/lib/elm_code_widget.eo | 21 +++++ elm_code/lib/elm_code_widget.eo.c | 10 +++ elm_code/lib/elm_code_widget.eo.h | 28 +++++++ src/bin/edi_consolepanel.c | 172 ++++++++++++++------------------------ src/bin/edi_logpanel.c | 5 +- 6 files changed, 230 insertions(+), 145 deletions(-) --