Switch output mode also on 't'

This commit is contained in:
Přemysl Eric Janouch 2017-06-30 21:52:43 +02:00
parent 596b490992
commit 571447298a
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ fun handle (wint_t c, bool is_char) -> bool {
case CTRL L'e': g.offset++; break;
case CTRL L'y': g.offset--; break;
case L't':
case ALT | L't':
g.full_view = !g.full_view;
break;