terminology: Fix typo in comment

SVN revision: 77478
This commit is contained in:
Sebastian Dransfeld 2012-10-04 23:18:30 +00:00
parent f7e338ebab
commit c6648aa523
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce)
handled = 1;
if (mode) ty->mouse_rep = MOUSE_URXVT;
else ty->mouse_rep = MOUSE_OFF;
INF("XXX: set mouse (rxvt-unicdode style) %i", mode);
INF("XXX: set mouse (rxvt-unicode style) %i", mode);
break;
case 1034: // ignore
/* libreadline6 emits it but it shouldn't.