2024-12-06 16:42:42 (+0300), Feodor wrote: > D писал(а) 2024.12.05 22:12: > > Unnecessary sequence like "^[(K" and "[^[(B" sometimes appears when I > > paste text from buffer. How to prevent the appearance of a sequence? > Maybe $TERM is wrong? $LANG ? Something bad in $PS1 ?
Does "screen.linux" may be wrong on GNU/Linux? $LANG is correct. Current shell does not imply the $PS or $PS1 presence. Removal of the intended analogue variable does not solve the problem. --