BAN: Error can now be constructed from c_string or format string
If the resulting string would overflow, we just truncate it to fit the error message buffer (128) bytes
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Kernel
|
||||
private:
|
||||
void rerender_buffer() const;
|
||||
BAN::Vector<BAN::String> parse_arguments(BAN::StringView) const;
|
||||
void process_command(const BAN::Vector<BAN::String>&);
|
||||
BAN::ErrorOr<void> process_command(const BAN::Vector<BAN::String>&);
|
||||
void key_event_callback(Input::KeyEvent);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user