Contents

Shell

Shell

Shell_print

Syntax

void Shell_print(__CQ_t* Ptr)

Description

This prints the output from the shell to our display, including interpretation of the VT100 terminal codes. Ptr points to the circular queue containing the data from the shell subprocess. This is not guaranteed to emit all of the data in the queue, since portions may require more data to fully interpret the VT100 commands.


Author: Randall Maastop