Screen.fill

Fill the entire screen with the given content and style. Content is not drawn until the show() or sync() functions are called.

  1. void fill(string s, Style style)
    interface Screen
    void
    fill
    (
    string s
    ,
    Style style
    )
  2. void fill(string s)

Meta