Kernel: TTY now actually flushes on ^D
This commit is contained in:
		
							parent
							
								
									08a806e75d
								
							
						
					
					
						commit
						6b73f4d187
					
				|  | @ -155,7 +155,7 @@ namespace Kernel | |||
| 		{ | ||||
| 			// EOF from ^D
 | ||||
| 			if (ansi[0] == '\x04') | ||||
| 				ansi = nullptr; | ||||
| 				goto flush; | ||||
| 			else if (ansi[0] == '\b') | ||||
| 			{ | ||||
| 				ansi = nullptr; | ||||
|  | @ -222,6 +222,7 @@ namespace Kernel | |||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| flush: | ||||
| 		if (eof || !m_termios.canonical) | ||||
| 		{ | ||||
| 			m_output.flush = true; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue