setFramed static method

void setFramed(
  1. bool framed
)

Implementation

static void setFramed(bool framed) => sgr(framed ? 51 : 54);