Further updated comments on classic compatibility. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 16bc6063e15c0ce1fc6940f2d687172309aa41c9
 (DIR) parent 6b40f2892bd4c56f3a41c9f05e8345d026dee4ee
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu,  1 Sep 2016 22:52:55 -0500
       
       Further updated comments on classic compatibility.
       
       Diffstat:
         config.h.def                        |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.h.def b/config.h.def
       @@ -4,6 +4,10 @@
        /* Define this if you need compatibility with the binary protocol
         * used by classic sam (e.g. if you are going to be running a classic
         * sam binary and a Deadpixi samterm, or vice-versa.
       + *
       + * Defining this means you don't get the all of the new features of
       + * Deadpixi sam. You only need to define this if you can use both parts
       + * of Deadpixi sam togther...which is probably a very, very rare situation.
        #define CLASSIC_SAM_COMPATIBILITY
         */