Merge branch 'fix-build' into 'main'

fbbootlogd: Fix build

See merge request redox-os/base!269
This commit is contained in:
bjorn3
2026-05-16 09:42:41 +00:00
+1 -1
View File
@@ -28,7 +28,7 @@ impl FbbootlogScheme {
let mut scheme = FbbootlogScheme {
input_handle: ConsumerHandle::bootlog_vt().expect("fbbootlogd: Failed to open vt"),
display_map: None,
text_screen: console_draw::TextScreen::new(),
text_screen: console_draw::TextScreen::new(None),
text_buffer: console_draw::TextBuffer::new(1000),
is_scrollback: false,
scrollback_offset: 1000,