Fix rmul definition

rmul means "exit underline mode", so a full reset of all
the attributes is not the correct way of exiting from
underline mode, because it is going to modify also another
attributes not related.
This commit is contained in:
Eric Pruitt 2013-12-06 09:22:37 -06:00 committed by Roberto E. Vargas Caballero
parent 08a3eea571
commit 2738592de6
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ st| simpleterm,
rmir=\E[4l,
rmkx=\E[?1l\E>,
rmso=\E[27m,
rmul=\E[m,
rmul=\E[24m,
rs1=\Ec,
rs2=\E[4l\E>\E[?1034l,
sc=\E7,