mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 06:23:29 +02:00
The normal ansi escape sequence for the end key is \u001B[4~ not \u001B[4!. This didn't seem to matter in terms of whether or not the end key worked but it still is worth changing for consistency. Pointed out in an issue comment in jline 3 (https://github.com/jline/jline3/issues/578#issuecomment-699834705).