Revision: 71907
          http://sourceforge.net/p/brlcad/code/71907
Author:   starseeker
Date:     2018-09-28 20:15:46 +0000 (Fri, 28 Sep 2018)
Log Message:
-----------
Let's make the eventual intent to remove libtermio/libcursor as public APIs 
explicit - we need to get away from code that uses these low level terminal 
features.  Windows is a first class support platform now and its interactive 
user interface paradigms aren't built along these lines.  Commands that are 
non-deprecated and still using libtermio in our code: btclsh, bwish, fbzoom, 
fbcolor, fbpoint and pp-fb

Modified Paths:
--------------
    brlcad/trunk/CHANGES

Modified: brlcad/trunk/CHANGES
===================================================================
--- brlcad/trunk/CHANGES        2018-09-28 20:01:34 UTC (rev 71906)
+++ brlcad/trunk/CHANGES        2018-09-28 20:15:46 UTC (rev 71907)
@@ -147,6 +147,11 @@
        savekey, shaded_mode, sync
        Removed as part of distillation effort [deprecated 7.28]
 
+libtermio, libcursor
+       Public API scope reduction - any client code that needs
+       to interact with the terminal at these levels should handle
+       what is needed locally.
+
 7.26
 ----
 ray tracing tools

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to