- priority: 5 --> 1
ANSI editor. ^k k bort gives the user a stack trace instead of the usual "Editing aborted!" message. I guess someone forgot to catch it. Bug assigned to someone :-)
java.lang.RuntimeException: nu.rydin.kom.frontend.text.editor.simple.QuitEditorException
at nu.rydin.kom.frontend.text.editor.fullscreen.FullscreenMessageEditor.unknownToken(FullscreenMessageEditor.java:277)
at nu.rydin.kom.frontend.text.editor.fullscreen.FullscreenEditor.mainloop(FullscreenEditor.java:256)
at nu.rydin.kom.frontend.text.editor.fullscreen.FullscreenMessageEditor.edit(FullscreenMessageEditor.java:184)
at nu.rydin.kom.frontend.text.editor.fullscreen.FullscreenMessageEditor.edit(FullscreenMessageEditor.java:205)
at nu.rydin.kom.frontend.text.commands.WriteReply.execute(WriteReply.java:195)
at nu.rydin.kom.frontend.text.parser.Parser$ExecutableCommand.execute(Parser.java:88)
at nu.rydin.kom.frontend.text.ClientSession.mainloop(ClientSession.java:1069)
at nu.rydin.kom.frontend.text.ClientSession.run(ClientSession.java:632)
at java.lang.Thread.run(Thread.java:595)
Caused by: nu.rydin.kom.frontend.text.editor.simple.QuitEditorException
at nu.rydin.kom.frontend.text.editor.simple.Quit.execute(Quit.java:23)
at nu.rydin.kom.frontend.text.parser.Parser$ExecutableCommand.execute(Parser.java:88)
at nu.rydin.kom.frontend.text.Shell.run(Shell.java:61)
at nu.rydin.kom.frontend.text.editor.fullscreen.FullscreenMessageEditor.unknownToken(FullscreenMessageEditor.java:260)
... 8 more