billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=6c398abf3a1f8cadba88408b5cdd16f1071cc1bf
commit 6c398abf3a1f8cadba88408b5cdd16f1071cc1bf Author: Boris Faure <[email protected]> Date: Sun Dec 21 18:20:57 2014 +0100 cleanup --- src/bin/main.c | 2 +- src/bin/win.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/main.c b/src/bin/main.c index f1ad6f2..4f97f00 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -873,7 +873,7 @@ remote: evas_object_show(win); if (startup_split) { - /* TODO: boris */ + /* TODO: bring it back to life */ #if 0 unsigned int i = 0; void *pch = NULL; diff --git a/src/bin/win.c b/src/bin/win.c index 491f0f4..0a18597 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -2617,7 +2617,7 @@ term_new(Win *wn, Config *config, const char *cmd, if (!config) abort(); - /* TODO: boris: clean up that */ + /* TODO: clean up that */ termpty_init(); miniview_init(); gravatar_init(); --
