commit ec7985638c8c74b6456c80f310a75fd79dcec1a1 from: marcus date: Thu Jan 10 21:06:00 2002 UTC missing break; commit - a21c1afe92a6afb68ace6fc6a917d7ceb2982822 commit + ec7985638c8c74b6456c80f310a75fd79dcec1a1 blob - f4ef5bfd02f5fac413daf2635373ee161af1dfa8 blob + e11f53c3a7c2cb3d68f58c1966d86f579f3545cb --- 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;