[thin_show_metadata] ncurses render
This commit is contained in:
		
							
								
								
									
										20
									
								
								ui/ui.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								ui/ui.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
#ifndef UI_UI_H
 | 
			
		||||
 | 
			
		||||
#include <ncurses.h>
 | 
			
		||||
 | 
			
		||||
//----------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
namespace ui {
 | 
			
		||||
	class text_ui {
 | 
			
		||||
	public:
 | 
			
		||||
		text_ui();
 | 
			
		||||
		~text_ui();
 | 
			
		||||
 | 
			
		||||
		void refresh();
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
//----------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
		Reference in New Issue
	
	Block a user