Rename AWT to Swing
[fanfix.git] / src / jexer / session / TTYSessionInfo.java
index 4716e26d6c050e4ff22d1beea8505f6d62863914..4df2811bc7b7b5739b01173a6392fe4789bc8b48 100644 (file)
@@ -38,9 +38,8 @@ import java.util.StringTokenizer;
 
 /**
  * TTYSessionInfo queries environment variables and the tty window size for
- * the session information.  The username is taken from
- * getpwuid(geteuid()).pw_name, language is taken from LANG, and text window
- * size from ioctl(TIOCGWINSIZ).
+ * 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 {