Skip to content

Commit

Permalink
Fix rmul definition
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ericpruitt authored and k0gaMSX committed Dec 10, 2013
1 parent 08a3eea commit 2738592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st.info
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2738592

Please sign in to comment.