Change default for tpf option

Change the default of tpf to the same value as the default of xterm's
disallowedPasteControls, because it may be a security risk.
This commit is contained in:
erw7
2021-02-04 14:56:42 +09:00
parent 1e3fadb419
commit 4dc41c0516
2 changed files with 2 additions and 2 deletions

View File

@@ -2826,7 +2826,7 @@ return {
deny_duplicates=true,
vim=true,
varname='p_tpf',
defaults={if_true={vi="", vim=""}}
defaults={if_true={vi="", vim="BS,HT,ESC,DEL"}}
},
{
full_name='terse',