aboutsummaryrefslogtreecommitdiffstats
path: root/src/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video.h')
-rw-r--r--src/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video.h b/src/video.h
index 7661223..aef252f 100644
--- a/src/video.h
+++ b/src/video.h
@@ -9,6 +9,8 @@ void check_screen(void);
int video_active(void);
// Writes a character to the video screen
void video_putch(char ch);
+// Get current column in current page
+int video_get_col(void);
// CRTC port read/write
uint8_t video_crtc_read(int port);
void video_crtc_write(int port, uint8_t value);
Un proyecto texto-plano.xyz