Lines Matching full:screen
31 .Nm screen.lua
32 .Nd FreeBSD screen manipulation module
35 contains functionality for manipulating the screen.
36 This includes functionality such as clearing the screen, moving the cursor, and
44 .Dl local screen = require("screen")
48 .Bl -tag -width "Ic screen.default_x" -offset indent
49 .It Ic screen.default_x
51 .It Ic screen.default_y
57 .Bl -tag -width "Fn screen.clear" -offset indent
58 .It Fn screen.clear
59 Clears the screen.
60 .Fn screen.clear
62 .It Fn screen.setcursor x y
66 .Fn screen.setcursor
68 .It Fn screen.setforeground color_value
73 .Fn screen.setforeground
75 .It Fn screen.setbackground color_value
80 .Fn screen.setbackground
82 .It Fn screen.defcolor
85 .Fn screen.defcolor
87 .It Fn screen.defcursor
89 .Ic screen.default_x ,
90 .Ic screen.default_y .