retrofit from gjexer
[fanfix.git] / src / jexer / TTerminalWindow.java
index b55e7b05bc1137600ea337cb71acc2ba29976b87..a243a43cb2743325f79e7b7e936c554fc7a00758 100644 (file)
@@ -789,7 +789,7 @@ public class TTerminalWindow extends TScrollableWindow
         // thread.
         synchronized (emulator) {
             setHiddenMouse(emulator.hasHiddenMousePointer());
-            
+
             setCursorX(emulator.getCursorX() + 1);
             setCursorY(emulator.getCursorY() + 1
                 + (getHeight() - 2 - emulator.getHeight())