Commit Diff
--- de/mud/terminal/vt320.java +++ de/mud/terminal/vt320.java @@ -2162,6 +2162,7 @@ public abstract class vt320 extends VDU implements Key break; case 2: attributes |= LOW; + break; case 4: attributes |= UNDERLINE; break;
--- de/mud/terminal/vt320.java +++ de/mud/terminal/vt320.java @@ -2162,6 +2162,7 @@ public abstract class vt320 extends VDU implements Key break; case 2: attributes |= LOW; + break; case 4: attributes |= UNDERLINE; break;