Xterm: Difference between revisions

From UFRC
Jump to navigation Jump to search
Giljael (talk | contribs)
Created page with "Category:SoftwareCategory:terminal emulator {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|xterm}} |{{#vardefine:url|https://en.wikipedia.org/wiki/Xterm}} <!--CONF..."
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:terminal emulator]]
[[Category:Software]][[Category:Shell]]
{|<!--CONFIGURATION: REQUIRED-->
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|xterm}}
|{{#vardefine:app|xterm}}
Line 24: Line 24:
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
==System Variables==
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
<!--Configuration-->
<!--Configuration-->
{{#if: {{#var: conf}}|==Configuration==
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 19:37, 11 July 2022

Description

xterm website  

In computing, xterm is the standard terminal emulator for the X Window System. A user can have many different invocations of xterm running at once on the same display, each of which provides independent input/output for the process running in it (normally the process is a Unix shell).

Environment Modules

Run module spider xterm to find out what environment modules are available for this application.

System Variables

  • HPC_XTERM_DIR - installation directory