Lines Matching refs:screen
33 Object that represents the current screen.
73 End a screen.
79 Return the screen id associated with file name.
115 Return the last line in the screen.
134 Create a new screen. If a filename is specified then the screen is
171 Change the current focus to screen.
175 $screen->TagQ("tag identification string")
177 Creates a new tag queue object associated to $screen
194 $screen->Opt;
196 Returns a tied hash representing the options of the screen.
201 $screen->Map;
203 Returns a tied hash representing the mappings of the screen.
208 $screen->Mark;
210 Returns a tied hash representing the marks of the screen.
214 $screen->Line;
216 Returns a tied array representing the lines of the screen.
234 Pushes the tag queue onto its associated screen.