Unit terminal
Description
Prog->Terminal - Interactive Command Line Environment.
 
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Variables
Description
Functions and Procedures
procedure setWorkingDirectory(str : pchar); | 
 
| 
  |  
 
function getWorkingDirectory : pchar; | 
 
| 
  |  
 
function getTerminalHWND : uint32; | 
 
| 
  |  
 
function done(id : uint32) : boolean; | 
 
| 
  |  
 
Types
THaltCallback = procedure(); | 
 
| 
  |  
 
TCommandBuffer = array[0..1023] of byte; | 
 
| 
  |  
 
Variables
Working_Directory: PChar = '/'; | 
 
| 
  |  
 
Author
 Generated by PasDoc 0.15.0. 
 |