summaryrefslogtreecommitdiff
path: root/tmpl_tutorial.html
diff options
context:
space:
mode:
authorIan Ward <none@none>2009-11-04 15:55:50 -0500
committerIan Ward <none@none>2009-11-04 15:55:50 -0500
commit033d469ce57f1f77b82e4ac969c0eda7e8b8044a (patch)
tree9de85646544bac3cff05a47b3aa548b445e88fab /tmpl_tutorial.html
parentdd60fa2b33cf96afa6bc9c585a57bfd33200e0c1 (diff)
downloadurwid-033d469ce57f1f77b82e4ac969c0eda7e8b8044a.tar.gz
update reference and tutorial
Diffstat (limited to 'tmpl_tutorial.html')
-rw-r--r--tmpl_tutorial.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmpl_tutorial.html b/tmpl_tutorial.html
index dc8354f..cf4eb57 100644
--- a/tmpl_tutorial.html
+++ b/tmpl_tutorial.html
@@ -238,7 +238,7 @@ Divider widgets above and below our text.
raw_display.Screen object for drawing the screen.
The program is put into 256-color mode by using the screen
object's
-<a href="reference.html#raw_display.Screen.set_terminal_properties"
+<a href="reference.html#Screen-set_terminal_properties"
>set_terminal_properties</a> method. This method works only when
using the default raw_display Screen class in our MainLoop.
</ul>
@@ -316,7 +316,6 @@ This program asks for your name and responds "Nice to meet you, (your name)."
It then asks again, and again. Old values may be changed and the responses
will be updated when you press ENTER. ENTER on a blank line exits.
<br><br>
-Update the <a href="#frlb">previous program</a> with this code:
<pre class="code">%example[0]%</pre>
<ul>