diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-07-01 10:19:04 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-07-01 10:19:04 -0700 |
commit | 62a52ffbfe2880fe754732ca3417eab96ff83738 (patch) | |
tree | 0aa59103af2256769a0792a6378babd6cad0eba0 /html/mouse.mu.html | |
parent | 7ed2441bb547fb799bdd553e4f89c48fee7b60db (diff) | |
download | mu-62a52ffbfe2880fe754732ca3417eab96ff83738.tar.gz |
1690
Diffstat (limited to 'html/mouse.mu.html')
-rw-r--r-- | html/mouse.mu.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/html/mouse.mu.html b/html/mouse.mu.html deleted file mode 100644 index 8987fca6..00000000 --- a/html/mouse.mu.html +++ /dev/null @@ -1,46 +0,0 @@ -<!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: 1.05em; } -.Comment { color: #9090ff; } -.Delimiter { color: #a04060; } -.Special { color: #ff6060; } -.muControl { color: #c0a020; } -.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"> <- </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 : --> |