diff --git a/terminfo.go b/terminfo.go index d000b52..37ed93f 100644 --- a/terminfo.go +++ b/terminfo.go @@ -53,6 +53,7 @@ var ( {"screen", screen_keys}, {"xterm", xterm_keys}, {"xterm-256color", xterm_keys}, + {"tmux-256color", xterm_keys}, {"rxvt-unicode", rxvt_keys}, {"rxvt-256color", rxvt_keys}, {"linux", linux_keys},