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:
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user