aboutsummaryrefslogtreecommitdiff
path: root/st.info
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2012-09-17 22:13:09 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2012-09-17 22:13:09 +0200
commit40be64cff8f6253b9903b9a10ab42ddf03ee0f65 (patch)
tree5ed1a807527bb243d35bef192011bb647d92815c /st.info
parent63cab32d0584af4755914c7ccf2c0ea667e82ba0 (diff)
downloadst-40be64cff8f6253b9903b9a10ab42ddf03ee0f65.tar.gz
st-40be64cff8f6253b9903b9a10ab42ddf03ee0f65.tar.bz2
Copy non set positions as spaces
st selection don't insert in the selection position whose value is not set. This is correct for the positions in the end of the line, but cause some problems in the beginning. For example echo -e 'a\tb' will print in the screen: a b but after selecting and copying in some place you get: ab because positions from 1 to 7 don't have any value. This patch deals all positions without value as blank (even at the end of the line). --- st.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-)
Diffstat (limited to 'st.info')
0 files changed, 0 insertions, 0 deletions