cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -831,7 +831,7 @@ static inline void terminal_resize(TerminalState* t, int new_cols, int new_rows)
|
||||
}
|
||||
}
|
||||
|
||||
static inline void terminal_handle_key(TerminalState* t, const Montauk::KeyEvent& key) {
|
||||
static inline void terminal_handle_key(TerminalState* t, const montauk::abi::KeyEvent& key) {
|
||||
// Snap to live on any keyboard input
|
||||
if (t->view_offset > 0) {
|
||||
t->view_offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user