about summary refs log tree commit diff stats
path: root/edit.arc.t
Commit message (Expand)AuthorAgeFilesLines
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-1/+1
* 405 - permit loading just low levels of codebaseKartik K. Agaram2014-12-131-1/+5
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-1/+1
* 400 - another fixKartik K. Agaram2014-12-081-15/+16
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-4/+4
* 202 - variable names for edit.muKartik K. Agaram2014-11-011-11/+1
* 160 - fix stale editor testKartik K. Agaram2014-10-281-30/+5
* 123 - experiment: build the reading flow around the *test* fileKartik K. Agaram2014-10-101-0/+25
* 121 - finally I can alloc a 2D arrayKartik K. Agaram2014-10-071-14/+26
* 118 - persist all test tracesKartik K. Agaram2014-10-071-0/+3
* 113 - slight progress working with screen 2D arrayKartik K. Agaram2014-10-061-0/+22
color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
void message_send(void **state);
void message_receive_console(void **state);
void message_receive_chatwin(void **state);