<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robhol</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robhol"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Robhol"/>
		<updated>2026-07-11T18:56:12Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Term_(API)&amp;diff=3380</id>
		<title>Term (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Term_(API)&amp;diff=3380"/>
				<updated>2012-10-12T04:33:55Z</updated>
		
		<summary type="html">&lt;p&gt;Robhol: added color functions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Terminal API provides functions for ASCII graphics.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Method name&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|[[term.write|term.write( text )]]&lt;br /&gt;
|Writes text to the screen.&lt;br /&gt;
|-&lt;br /&gt;
|[[term.clear|term.clear()]]&lt;br /&gt;
|Clears the entire screen&lt;br /&gt;
|-&lt;br /&gt;
|[[term.clearLine|term.clearLine()]]&lt;br /&gt;
|Clears the line the cursor is on&lt;br /&gt;
|-&lt;br /&gt;
|[[term.getCursorPos|term.getCursorPos()]]&lt;br /&gt;
|Returns two arguments containing the x and the y position of the cursor.&lt;br /&gt;
|-&lt;br /&gt;
|[[Term.setCursorPos|term.setCursorPos( x, y )]]&lt;br /&gt;
|Sets the cursor's position.&lt;br /&gt;
|-&lt;br /&gt;
|[[Term.setCursorBlink|term.setCursorBlink( b )]]&lt;br /&gt;
|Disables the blinking or turns it on.&lt;br /&gt;
|-&lt;br /&gt;
|[[term.getSize|term.getSize()]]&lt;br /&gt;
|Returns two arguments containing the x and the y values stating the size of the screen. (Good for if you're making something to be compatible with both [[Turtles]] and [[Consoles]].)&lt;br /&gt;
|-&lt;br /&gt;
|[[term.scroll|term.scroll( n )]]&lt;br /&gt;
|Scrolls the terminal.&lt;br /&gt;
|-&lt;br /&gt;
|[[term.redirect|term.redirect( monitor )]]&lt;br /&gt;
|Redirects terminal output to a monitor. (Use [[peripheral.wrap]] to acquire a monitor &amp;quot;object&amp;quot;.)&lt;br /&gt;
|-&lt;br /&gt;
|[[term.restore|term.restore()]]&lt;br /&gt;
|Restores terminal output to the console.&lt;br /&gt;
|-&lt;br /&gt;
|[[term.setTextColor|term.setTextColor]]([[Colors#Colors|color]])&lt;br /&gt;
|Sets the terminal's foreground color. '''Note:''' only available on [[Gold computer]]s.&lt;br /&gt;
|-&lt;br /&gt;
|[[term.setBackgroundColor]]([[Colors#Colors|color]])&lt;br /&gt;
|Sets the terminal's background color. '''Note:''' only available on [[Gold computer]]s.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Robhol</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Robhol&amp;diff=3113</id>
		<title>User:Robhol</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Robhol&amp;diff=3113"/>
				<updated>2012-09-22T09:34:27Z</updated>
		
		<summary type="html">&lt;p&gt;Robhol: Created page with &amp;quot;This is robhol's wiki page.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is robhol's wiki page.&lt;/div&gt;</summary>
		<author><name>Robhol</name></author>	</entry>

	</feed>