[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Add xterm+pcfkeys to tmux
From: |
Nicholas Marriott |
Subject: |
Add xterm+pcfkeys to tmux |
Date: |
Tue, 3 Jan 2017 23:48:17 +0000 |
User-agent: |
Mutt/1.6.1 (2016-04-27) |
Hi
>From the next release (around May) tmux will generate xterm-style escape
sequences for function keys out of the box (the xterm-keys option will
initially default to on and later be removed).
So if would be great if xterm+pcfkeys could be added to the tmux
entry. Below is a diff against terminfo-20161126.src.
Currently we generate nothing for these keys by default so this
shouldn't make any difference even for older tmux versions.
Thanks
--- terminfo-20161126.src.old Fri Dec 30 13:27:10 2016
+++ terminfo-20161126.src Fri Dec 30 13:29:41 2016
@@ -6435,7 +6435,7 @@
# xterm cursor bits.
tmux|tmux terminal multiplexer,
ritm=\E[23m, rmso=\E[27m, sitm=\E[3m, smso=\E[7m, Ms@,
- use=xterm+sl, use=xterm+tmux, use=screen,
+ use=xterm+pcfkeys, use=xterm+sl, use=xterm+tmux, use=screen,
tmux-256color|tmux with 256 colors,
use=xterm+256setaf, use=tmux,
- Add xterm+pcfkeys to tmux,
Nicholas Marriott <=