window.redraw

window.redraw
Function
Syntax
window.redraw()
API window
Source CC:Tweaked (source)

Redraw a Window.

ExampleRedraw a Window
Redraw a Window
Code
<nowiki>
local win = window.create(term.current(),1,1,10,10)
win.redraw()
  </nowiki>
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.