headers
This commit is contained in:
		@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#include "Command.h"
 | 
			
		||||
 | 
			
		||||
#include <iostream>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <string>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#include "Tui.h"
 | 
			
		||||
 | 
			
		||||
#include <iostream>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
#include "Page.hpp"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										18
									
								
								src/ansi.hpp
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								src/ansi.hpp
									
									
									
									
									
								
							@@ -1,11 +1,17 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
namespace ansi
 | 
			
		||||
{
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <string>
 | 
			
		||||
 | 
			
		||||
constexpr std::string_view BOLD = "\033[1m";
 | 
			
		||||
constexpr std::string_view ITALIC = "\033[3m";
 | 
			
		||||
constexpr std::string_view CLEAR = "\033[0m";
 | 
			
		||||
 | 
			
		||||
namespace ansi {
 | 
			
		||||
    constexpr std::string_view BOLD = "\033[1m";
 | 
			
		||||
    constexpr std::string_view ITALIC = "\033[3m";
 | 
			
		||||
    constexpr std::string_view CLEAR = "\033[0m";
 | 
			
		||||
} // namespace ansi
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#include "Page.hpp"
 | 
			
		||||
#include "Tui.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#include "stringutil.hpp"
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,11 @@
 | 
			
		||||
//  _____         _  _____
 | 
			
		||||
// |_   _|____  _| ||_   _|_   __
 | 
			
		||||
//   | |/ _ \ \/ / __|| | \ \ / /
 | 
			
		||||
//   | |  __/>  <| |_ | |  \ V /
 | 
			
		||||
//   |_|\___/_/\_\\__||_|   \_/
 | 
			
		||||
// Author: Love Billenius <lovebillenius@disroot.org>
 | 
			
		||||
// License: GPL-3
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <string>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user