aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-12 17:12:18 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-12 19:17:05 -0400
commit8ab504fff15de2e47bbc23338c19242c3767b7bd (patch)
tree046dcff4c3a2e834dd4f4cb341fe9640b2087a35 /display.h
parent1f657eccc059b27d74e6792fdd5f8b66f0bd0fee (diff)
downloadrunes-8ab504fff15de2e47bbc23338c19242c3767b7bd.tar.gz
runes-8ab504fff15de2e47bbc23338c19242c3767b7bd.zip
also store these on the term object
it'll make it easier to see when they actually change, because the events we watch for often come after the change already happens
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/display.h b/display.h
index 9fc535a..44e2c8b 100644
--- a/display.h
+++ b/display.h
@@ -2,8 +2,6 @@
#define _RUNES_DISPLAY_H
void runes_display_init(RunesTerm *t);
-void runes_display_get_term_size(
- RunesTerm *t, int *row, int *col, int *xpixel, int *ypixel);
void runes_display_draw_cursor(RunesTerm *t);
void runes_display_move_to(RunesTerm *t, int row, int col);
void runes_display_show_string(RunesTerm *t, char *buf, size_t len);