about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-10 02:00:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-10 02:04:50 -0700
commit7402ce32ee0cd3301677d0037718b175868a56a8 (patch)
treeefe29f138b11d4029846e27113e0fa06b9e0a3f6 /050scenario.cc
parent19323e7afc4b6c4da04c62ecaf05eb3768cacd93 (diff)
downloadmu-7402ce32ee0cd3301677d0037718b175868a56a8.tar.gz
1745 - hoist warning/response strings out of editor-data
Still ugly as hell. Some tests failing, but they're most likely
wrong. We need to test cursor positioning at the level of the
environment and take it away from the responsibilities of individual
editors. Also bring back the line at the bottom of each editor.

The non-test run ('main' in edit.mu) is completely borked. Sluggish as
hell, and I can't seem to switch focus to the sandbox editor.
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index 3b3aa962..a87c1b26 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -132,7 +132,7 @@ const scenario* Current_scenario = NULL;
 void run_mu_scenario(const scenario& s) {
   Current_scenario = &s;
   bool not_already_inside_test = !Trace_stream;
-//?   cerr << s.name << '\n'; //? 6
+//?   cerr << s.name << '\n'; //? 9
   if (not_already_inside_test) {
     Trace_file = s.name;
     Trace_stream = new trace_stream;