AppStatus.num_static_lines

Resizes the number of lines in the app status static display and clears the current content of the static lines. Also resets the cursor position so that the static lines are still at the bottom of the display.

Note: A decrease in the number of static lines will result in one or more blank lines appearing in the upper streaming portion of the output. This is because on reducing the number of static lines, more space is created for the streaming portion, but without anything to be displayed there. The number of blank lines thus created will be equal to the amount by which the number of static lines are being reduced.

  1. void num_static_lines(size_t size)
    class AppStatus
    void
    num_static_lines
    (
    size_t size
    )
  2. size_t num_static_lines()

Parameters

size size_t

number of loglines that are to be displayed below the title line

Meta