{
{   The purpose of this request is to start a new line on a display.  If this
{ operation would cause the page length of the display to be exceeeded, this
{ request calls clp$new_display_page.
{
{       CLP$NEW_DISPLAY_LINE (DISPLAY_CONTROL, SKIP_COUNT, STATUS)
{
{ DISPLAY_CONTROL: (input, output)  This parameter specifies the
{       display_control variable initialized when the display was opened.
{
{ SKIP_COUNT: (input)  This parameter specifies the number of lines to be left
{       blank before the new line.  CLC$NEXT_DISPLAY_LINE (0) is used to skip
{       no lines.  CLC$SAME_DISPLAY_LINE (-1) is used to "overprint" the
{       previously written line (treated like CLC$NEXT_DISPLAY_LINE if the
{       display's file_contents attribute is not LIST).
{
{ STATUS: (output)  This parameter specifies the request status.
{
