-
Enhancement
-
Resolution: Done
-
Major
-
0.66.8
-
None
HP-UX do not work with the same options for the stty command as on other POSIX systems. It is not possible to specify the specific tty to get stty info from. There is however a specific HP-UX command that returns some info called ttytype. A typical output from ttytype -s would be:
$ ttytype -s result: TERM='vt200'; export TERM; LINES=47; export LINES; COLUMNS=112; export COLUMNS; ERASE='^?'; export ERASE;
Æsh needs to detect HP-UX, and have specific logic to get the info needed.
- relates to
-
JBEAP-3724 Unfriendly behavior of jboss-cli and installer.jar on HP-UX boxes
- Verified