mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Add Graph.
This commit is contained in:
		@@ -11,7 +11,7 @@ int main(int argc, const char *argv[])
 | 
			
		||||
      text(L"dim") | dim,
 | 
			
		||||
      text(L". Do you like it?")
 | 
			
		||||
    );
 | 
			
		||||
  auto screen = Screen::TerminalOutput(document);
 | 
			
		||||
  auto screen = Screen::Create(Dimension::Full(), Dimension::Fit(document));
 | 
			
		||||
  Render(screen, document.get());
 | 
			
		||||
 | 
			
		||||
  std::cout << screen.ToString();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user