!747 m { !include #1000947 // LineBuf p { Class javax = getJavaX(); print("JavaX: " + javax); set(javax, "customSystemOut", new Appendable() { new LineBuf buf; // only using this one public Appendable append(CharSequence cs) { buf.append(cs.toString()); while (true) { S s = buf.nextLine(); if (s == null) break; reportToChat(s, true); } return this; } public Appendable append(char c) { return this; } public Appendable append(CharSequence s, int start, int end) { return this; } }); print("Hallöchen"); } }