JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Unset mode when clearing regions
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 7 Aug 2014 08:11:38 +0000 (10:11 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 7 Aug 2014 08:11:38 +0000 (10:11 +0200)
commit8de8ae3923b3b91b034077c8c35acba629588233
tree72c5c5005236080a5552196ebbd8ece2068c45d4
parentec3268961d1dc4072f6caa6f97db5436da2ff411
Unset mode when clearing regions

tclearregion() was clearing regions using spaces and the current
attributes of the terminal. It was correct with all the modes excepct
underline, because they didn't affect the space character, but in
the case of underline it was a problem. A easy way of seeing this
problem is writing this in the last line of the terminal:

tput smul ; echo first; tput rmul; echo second; echo third

Fist was underlined, and second and third were not underlined, but
the spaces at the right of second was underlined becuause in the
previous scrool underline mode was set.
st.c