It's not possible to write escapes in a string (eg. \n), since everything is escaped automatically. The problem is that since the input box is single-line, there's absolutely no way to write a string with a newline. There are also other escapes which we might want to support, but it's not clear what the UX should be.