mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Support Bazel build system (#1033)
Bug:https://github.com/ArthurSonzogni/FTXUI/issues/1032 Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/1032
This commit is contained in:
		| @@ -12,7 +12,6 @@ | ||||
| int main() { | ||||
|   using namespace ftxui; | ||||
|  | ||||
|   int saturation = 255; | ||||
|   Elements red_line; | ||||
|   Elements green_line; | ||||
|   Elements blue_line; | ||||
|   | ||||
| @@ -10,6 +10,7 @@ | ||||
| #include <memory>                   // for shared_ptr | ||||
| #include <string>                   // for operator<<, string | ||||
| #include <thread>                   // for sleep_for | ||||
| #include <utility>                  // for ignore | ||||
| #include <vector>                   // for vector | ||||
|  | ||||
| #include "ftxui/dom/node.hpp"  // for Render | ||||
| @@ -49,6 +50,7 @@ int main() { | ||||
|  | ||||
|   std::string reset_position; | ||||
|   for (int i = 0;; ++i) { | ||||
|     std::ignore = i; | ||||
|     auto document = hbox({ | ||||
|         vbox({ | ||||
|             graph(std::ref(my_graph)), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni