mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-01 02:58:12 +08:00 
			
		
		
		
	 e56ff89cf3
			
		
	
	e56ff89cf3
	
	
		
			
	
		
	
	
		
			Some checks failed
		
		
	
	Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (cl, cl, windows-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (clang, clang++, macos-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (clang, clang++, ubuntu-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (gcc, g++, macos-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (gcc, g++, ubuntu-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (cl, Windows MSVC, windows-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (gcc, Linux GCC, ubuntu-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, Linux Clang, ubuntu-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, MacOS clang, macos-latest) (push) Has been cancelled
				
			Build / Test modules (llvm, ubuntu-latest) (push) Has been cancelled
				
			Documentation / documentation (push) Has been cancelled
				
			Based uppon @yurenchen000 suggestion. Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/1090
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>FTXUI examples WebAssembly</title>
 | |
|     <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>➡️</text></svg>">
 | |
|     <link rel="stylesheet" href="index.css">
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@4.11.0/css/xterm.css"></link>
 | |
|     <script type="module" src="index.mjs"></script>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div class="toc-container">
 | |
|       <div class="toc-list"></div>
 | |
|     </div>
 | |
|     <script id="example_script"></script>
 | |
| 
 | |
|     <div class="page">
 | |
|       <p>
 | |
|         <a href="https://github.com/ArthurSonzogni/FTXUI">FTXUI</a> is a simple
 | |
|         functional C++ library for terminal user interface. <br/>
 | |
|         This showcases the: <a
 | |
|           href="https://github.com/ArthurSonzogni/FTXUI/tree/master/examples">./example/</a>
 | |
|         folder. See <a id="source">source</a>.
 | |
|       </p>
 | |
| 
 | |
|       <div id="terminalContainer">
 | |
|         <div class="fakeMenu">
 | |
|           <div class="fakeButtons fakeClose"></div>
 | |
|           <div class="fakeButtons fakeMinimize"></div>
 | |
|           <div class="fakeButtons fakeZoom"></div>
 | |
|           <select id="selectExample"></select>
 | |
|         </div>
 | |
|         <div id="terminal"></div>
 | |
|       </div>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |