I use
<ctrl k><l> FillBlock()
in tse.ui to bind hot key ctrl+k,L to FillBlock()
and I mark a string which length is 140, then copy to clipboard,
then mark a column block which width is 140,
then press ctrl+k,L
when prompt "Fill Block with:",I paste the string from clipboard,<Enter>
then get the result:
the column block column 1 to 128 are pasted correctly, but column 129 to 140 is not.