mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Feature: hyperlink support. (#665)
				
					
				
			See the [OSC 8 page](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). FTXUI support proposed by @aaleino in [#662](https://github.com/ArthurSonzogni/FTXUI/issues/662). API: ```cpp auto link = text("Click here") | hyperlink("https://github.com/FTXUI") ``` Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/662
This commit is contained in:
		@@ -36,6 +36,7 @@ add_executable(ftxui-tests
 | 
			
		||||
  src/ftxui/dom/gauge_test.cpp
 | 
			
		||||
  src/ftxui/dom/gridbox_test.cpp
 | 
			
		||||
  src/ftxui/dom/hbox_test.cpp
 | 
			
		||||
  src/ftxui/dom/hyperlink_test.cpp
 | 
			
		||||
  src/ftxui/dom/linear_gradient_test.cpp
 | 
			
		||||
  src/ftxui/dom/scroll_indicator_test.cpp
 | 
			
		||||
  src/ftxui/dom/separator_test.cpp
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user