about summary refs log tree commit diff stats
path: root/html/mouse.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/mouse.mu.html')
-rw-r--r--html/mouse.mu.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/html/mouse.mu.html b/html/mouse.mu.html
new file mode 100644
index 00000000..c4926f24
--- /dev/null
+++ b/html/mouse.mu.html
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<title>Mu - mouse.mu</title>
+<meta name="Generator" content="Vim/7.4">
+<meta name="plugin-version" content="vim7.4_v1">
+<meta name="syntax" content="none">
+<meta name="settings" content="use_css,pre_wrap,no_foldcolumn,expand_tabs,prevent_copy=">
+<meta name="colorscheme" content="minimal">
+<style type="text/css">
+<!--
+pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
+body { font-family: monospace; color: #eeeeee; background-color: #080808; }
+* { font-size: 1em; }
+.Comment { color: #8080ff; }
+.Delimiter { color: #c000c0; }
+.Special { color: #ff6060; }
+.muControl { color: #804000; }
+.muRecipe { color: #ff8700; }
+-->
+</style>
+
+<script type='text/javascript'>
+<!--
+
+-->
+</script>
+</head>
+<body>
+<pre id='vimCodeElement'>
+<span class="Comment"># example program: managing the display</span>
+
+<span class="muRecipe">recipe</span> main [
+  switch-to-display
+  <span class="Delimiter">{</span>
+    _, found?:boolean<span class="Special"> &lt;- </span>read-keyboard-or-mouse-event
+    <span class="muControl">break-if</span> found?:boolean
+    <span class="muControl">loop</span>
+  <span class="Delimiter">}</span>
+  return-to-console
+]
+</pre>
+</body>
+</html>
+<!-- vim: set foldmethod=manual : -->