flushline
static void flushline(bool);
static void print (void) { flushline(true); }
static void drop (void) { flushline(false); }