changed backspace functionality

backspace will now skip to the last real character on a line and skip over null characters
This commit is contained in:
FantasyPvP
2023-10-01 03:18:57 +01:00
parent ded4140f7c
commit f0ee584c87
7 changed files with 502 additions and 475 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::kernel::render2::{BUFFER_HEIGHT, BUFFER_WIDTH, RENDERER};
use crate::kernel::render::{BUFFER_HEIGHT, BUFFER_WIDTH, RENDERER};
use crate::std::io::Frame;
use crate::{print, println};
use alloc::{