<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Monitor_resize_%28event%29</id>
		<title>Monitor resize (event) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Monitor_resize_%28event%29"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Monitor_resize_(event)&amp;action=history"/>
		<updated>2026-07-12T00:47:32Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Monitor_resize_(event)&amp;diff=6022&amp;oldid=prev</id>
		<title>Cranium: Created page</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Monitor_resize_(event)&amp;diff=6022&amp;oldid=prev"/>
				<updated>2013-10-04T11:00:44Z</updated>
		
		<summary type="html">&lt;p&gt;Created page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Event&lt;br /&gt;
|name=monitor_resize&lt;br /&gt;
|desc=Fired when the monitor attached on any side is resized by adding or removing blocks.&lt;br /&gt;
|return1=The side of the computer on which the monitor has been resized.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Returns the side of the computer when the monitor size is changed.&lt;br /&gt;
|code=&lt;br /&gt;
 while true do&lt;br /&gt;
   local event, p1 = [[os.pullEvent]](&amp;quot;[[monitor_resize_(event)|monitor_resize]]&amp;quot;)&lt;br /&gt;
   [[print]](&amp;quot;The monitor on the &amp;quot;..p1..&amp;quot; side has been resized&amp;quot;)&lt;br /&gt;
 end&lt;br /&gt;
|output=If the monitor on the right side has been adjusted, then the output is thus: &amp;quot;The monitor on the right side has been resized&amp;quot;.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cranium</name></author>	</entry>

	</feed>