billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=5067594760f202c93bb34fc127e15bd47d29594e
commit 5067594760f202c93bb34fc127e15bd47d29594e Author: Boris Faure <[email protected]> Date: Sat Mar 1 16:07:16 2014 +0100 improve TODO message --- src/bin/termptyesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index c49ab1f..daf0ce7 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -665,7 +665,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce) break; case 4: handled = 1; - ERR("TODO: set insert mode to %i", mode); + ERR("TODO: scrolling mode (DECSCLM): %i", mode); break; case 5: handled = 1; --
