mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	Remove punctuation that affects compilation (#531)
This commit is contained in:
		@@ -243,7 +243,7 @@ void InstallSignalHandler(int sig) {
 | 
				
			|||||||
  auto old_signal_handler = std::signal(sig, RecordSignal);
 | 
					  auto old_signal_handler = std::signal(sig, RecordSignal);
 | 
				
			||||||
  on_exit_functions.push(
 | 
					  on_exit_functions.push(
 | 
				
			||||||
      [=] { std::ignore = std::signal(sig, old_signal_handler); });
 | 
					      [=] { std::ignore = std::signal(sig, old_signal_handler); });
 | 
				
			||||||
};
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const std::string CSI = "\x1b[";  // NOLINT
 | 
					const std::string CSI = "\x1b[";  // NOLINT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user