From 43a55714b3240a01d7fbcbfa712e7142c0737421 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sun, 6 May 2018 20:22:00 -0700 Subject: [PATCH] Another fix to the *messages* text for 4.0.26 --- 4ed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4ed.cpp b/4ed.cpp index abd4c332..808efdc8 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -28,7 +28,7 @@ global_const char messages[] = "-Fixed jump behavior quirks with parsing and cursor movement\n" "-Fixed rare bug causing copy from other applications to fail on Windows\n" "-Fixed auto indent commands to do a better job picking an anchor for parsing\n" -" Testing system now in place:\n" +" Testing system now in place (windows only):\n" " Flag -R creates an 'input recording' file of the 4coder session\n" " Flag -T overrides user input and drives input by the input recorded in the specified file\n" "\n"