diff options
author | Tyler Murphy <=> | 2023-07-16 19:56:56 -0400 |
---|---|---|
committer | Tyler Murphy <=> | 2023-07-16 19:56:56 -0400 |
commit | 8ad6ef551e9a1c51a77f3662978c7559556897d6 (patch) | |
tree | ed07aeae3122a009385d7db8fc98a61b25c38c99 /kernel/src/tty/term.h | |
parent | initial (diff) | |
download | finix-8ad6ef551e9a1c51a77f3662978c7559556897d6.tar.gz finix-8ad6ef551e9a1c51a77f3662978c7559556897d6.tar.bz2 finix-8ad6ef551e9a1c51a77f3662978c7559556897d6.zip |
time
Diffstat (limited to 'kernel/src/tty/term.h')
-rw-r--r-- | kernel/src/tty/term.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/src/tty/term.h b/kernel/src/tty/term.h index f6eb555..ceda255 100644 --- a/kernel/src/tty/term.h +++ b/kernel/src/tty/term.h @@ -25,3 +25,5 @@ uint16_t term_save_col(void); void term_load_col(uint16_t color); bool term_newline(void); + +void term_flush(void); |