aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdn.cpp b/sdn.cpp
index b824440..937fb36 100644
--- a/sdn.cpp
+++ b/sdn.cpp
@@ -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;