--- twitternotifier.xml.orig 2009-04-19 01:17:00.000000000 +0900 +++ twitternotifier.xml 2009-04-19 01:17:09.000000000 +0900 @@ -333,6 +333,8 @@ input.value = this.text; this.setAttribute("charcount", this.text.length == 0 ? "" : 140 - this.text.length); this.setAttribute("charover", (this.text.length > 140) ? 1 : 0); + this.input.setAttribute("multiline", "true"); + this.showTextBox(true); input.select(); input.focus(); @@ -535,16 +537,14 @@