Lines Matching refs:top
346 int lines, top, left;
352 top = lines / 2;
354 top -= boojum ? 5 : 1;
355 if (top < 5)
356 top = 5;
360 mvwaddstr(mixer_widget.window, top + 0, left, "In the midst of the word he was trying to say,");
361 mvwaddstr(mixer_widget.window, top + 1, left + 2, "In the midst of his laughter and glee,");
362 mvwaddstr(mixer_widget.window, top + 2, left, "He had softly and suddenly vanished away---");
363 mvwaddstr(mixer_widget.window, top + 3, left + 2, "For the Snark was a Boojum, you see.");
364 mvwchgat(mixer_widget.window, top + 3, left + 16, 3, /* ^^^ */
366 mvwaddstr(mixer_widget.window, top + 5, left, "(Lewis Carroll, \"The Hunting of the Snark\")");
367 top += 8;
370 center_string(top, _("The sound device was unplugged."));
371 center_string(top + 1, _("Press F6 to select another sound card."));