X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTKeypress.java;fp=src%2Fjexer%2FTKeypress.java;h=58085455eda4897a6ed3c1ee3f045fd11cf7f6c6;hb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;hp=e0aa3b34a7e6243c6752d66bf7b5970886f76832;hpb=d625990deaa2c24624adc9fbd3fcab58891f5aef;p=fanfix.git diff --git a/src/jexer/TKeypress.java b/src/jexer/TKeypress.java index e0aa3b3..5808545 100644 --- a/src/jexer/TKeypress.java +++ b/src/jexer/TKeypress.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -796,6 +796,11 @@ public class TKeypress { */ @Override public String toString() { + // Special case: Enter is " " + if (equals(kbEnter)) { + return "\u25C0\u2500\u2518"; + } + if (isFunctionKey) { switch (keyCode) { case F1: