about summary refs log tree commit diff stats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
...
* F -> filterhut2009-06-121-19/+44
* no log of unknown keyshut2009-06-121-1/+0
* improved debug modulehut2009-06-121-38/+130
* completed colorscheme supporthut2009-06-123-64/+24
* implementing colorschemes, work in progresshut2009-06-123-145/+309
* renamed Interface module to CLI, cleanupshut2009-06-124-60/+97
* renamed interface/ncurses.rb to code/cli.rbhut2009-06-121-0/+168
* moved screensaver, cleanupshut2009-06-121-10/+0
* moved fm class to code/fm/hut2009-06-123-22/+26
* clearing uphut2009-06-112-4/+4
* mooohut2009-06-116-28/+35
* no priorityhut2009-06-111-1/+1
* wiphut2009-06-114-42/+61
* fixed.hut2009-06-111-15/+26
* stuffhut2009-06-111-5/+3
* removed black borders left/right of highlighted itemhut2009-06-111-2/+2
* wiphut2009-06-112-1/+5
* more generic require systemhut2009-06-112-1/+2
* Initial commithut2009-06-042-50/+18
* lots of changes. version 0.2.1 v0.2.1hut2009-05-0911-419/+2669
* new minor version v0.2.0hut2009-04-107-621/+1195
* the first usable version. v0.1.0hut2009-04-085-0/+1115
">="content-type" content="text/html; charset=UTF-8"> <title>Mu - 086scenario_console_test.mu</title> <meta name="Generator" content="Vim/7.4"> <meta name="plugin-version" content="vim7.4_v2"> <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-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 12pt; font-size: 1em; } .muScenario { color: #00af00; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #c00000; } --> </style> <script type='text/javascript'> <!-- --> </script> </head> <body> <pre id='vimCodeElement'> <span class="Comment"># To check our support for consoles in scenarios, rewrite tests from</span> <span class="Comment"># scenario_console.mu</span> <span class="Comment"># Tests for console interface.</span> <span class="muScenario">scenario</span> read-key-in-mu [ assume-console [ type <span class="Constant">[abc]</span> ] run [ <span class="Constant">1</span>:character, console:address:console, <span class="Constant">2</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console <span class="Constant">3</span>:character, console:address:console, <span class="Constant">4</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console <span class="Constant">5</span>:character, console:address:console, <span class="Constant">6</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console <span class="Constant">7</span>:character, console:address:console, <span class="Constant">8</span>:boolean<span class="Special"> &lt;- </span>read-key console:address:console ] memory-should-contain [ <span class="Constant">1</span><span class="Special"> &lt;- </span><span class="Constant">97</span> <span class="Comment"># 'a'</span> <span class="Constant">2</span><span class="Special"> &lt;- </span><span class="Constant">1</span> <span class="Constant">3</span><span class="Special"> &lt;- </span><span class="Constant">98</span> <span class="Comment"># 'b'</span> <span class="Constant">4</span><span class="Special"> &lt;- </span><span class="Constant">1</span> <span class="Constant">5</span><span class="Special"> &lt;- </span><span class="Constant">99</span> <span class="Comment"># 'c'</span> <span class="Constant">6</span><span class="Special"> &lt;- </span><span class="Constant">1</span> <span class="Constant">7</span><span class="Special"> &lt;- </span><span class="Constant">0</span> <span class="Comment"># eof</span> <span class="Constant">8</span><span class="Special"> &lt;- </span><span class="Constant">1</span> ] ] </pre> </body> </html> <!-- vim: set foldmethod=manual : -->