Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[nikiroo-utils.git] / src / jexer / backend / TTYSessionInfo.java
index 28b4bd65d793f3652e69865155bbc61e07fcf1fb..d7f5bc8e246d32da560da62c7e02886e7ddf1971 100644 (file)
@@ -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"),
@@ -38,7 +38,7 @@ import java.util.StringTokenizer;
  * the session information.  The username is taken from user.name, language
  * is taken from user.language, and text window size from 'stty size'.
  */
-public final class TTYSessionInfo implements SessionInfo {
+public class TTYSessionInfo implements SessionInfo {
 
     // ------------------------------------------------------------------------
     // Variables --------------------------------------------------------------
@@ -213,7 +213,7 @@ public final class TTYSessionInfo implements SessionInfo {
                     process.waitFor();
                     break;
                 } catch (InterruptedException e) {
-                    e.printStackTrace();
+                    // SQUASH
                 }
             }
             int rc = process.exitValue();