improve TODO message

This commit is contained in:
Boris Faure 2014-03-01 16:07:16 +01:00
parent b22a4f6ab1
commit 5067594760
1 changed files with 1 additions and 1 deletions

View File

@ -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;