From 6f54758123abe9f137922df1e8d7e33835e9a9f2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 10 Feb 2021 22:53:50 +0200 Subject: Update VGA cursor position on printk --- libk/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libk/types.h') diff --git a/libk/types.h b/libk/types.h index 4018ab8..599f852 100644 --- a/libk/types.h +++ b/libk/types.h @@ -19,6 +19,7 @@ template struct integral_constant { constexpr T operator()() const { return v; } constexpr operator T() const { return v; } + static const T value = v; }; /* is_same */ -- cgit v1.2.1