Make serve UI nicer on normal computers
This commit is contained in:
		
							
								
								
									
										2
									
								
								lib.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								lib.lua
									
									
									
									
									
								
							@@ -84,7 +84,7 @@ local function serve(fn, node_type)
 | 
				
			|||||||
    init_screen(titlebar, colors.lightgray, colors.black)
 | 
					    init_screen(titlebar, colors.lightgray, colors.black)
 | 
				
			||||||
    titlebar.write("Wyvern " .. node_type)
 | 
					    titlebar.write("Wyvern " .. node_type)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    init_screen(main_screen, colors.white, colors.black)
 | 
					    init_screen(main_screen, colors.black, colors.white)
 | 
				
			||||||
    term.redirect(main_screen)
 | 
					    term.redirect(main_screen)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    titlebar.redraw()
 | 
					    titlebar.redraw()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user