stubs for TFileOpenBox, cleanup putStringXY
[fanfix.git] / src / jexer / TTerminalWindow.java
index bb91a6317453f665a08119b8a83f0564fd9e7fa3..6d89e529580f0993b812bade180de4db2b33bea2 100644 (file)
@@ -285,7 +285,7 @@ public class TTerminalWindow extends TWindow {
                     int rc = shell.exitValue();
                     // The emulator exited on its own, all is fine
                     setTitle(String.format("%s [Completed - %d]",
-                            getTitle(), shell.exitValue()));
+                            getTitle(), rc));
                     shell = null;
                     emulator.close();
                 } catch (IllegalThreadStateException e) {