Added os_get_text_style() to ease restoring after interruptions.
authorDavid Griffith <dave@661.org>
Sat, 29 Apr 2023 04:11:42 +0000 (21:11 -0700)
committerDavid Griffith <dave@661.org>
Sat, 29 Apr 2023 05:50:45 +0000 (22:50 -0700)
commitcc0d7d4dd1f6819156c45a6a5fc221fad1cbd121
treee80d4f42c362e523a69ff90b7ca4f47a6054dd00
parent126597c092570295aee73fede7c035dcceed4678
Added os_get_text_style() to ease restoring after interruptions.

int os_get_text_style(void) returns the current style.
I'll probably want os_get_font_style() soon.
src/common/frotz.h
src/curses/ux_init.c
src/curses/ux_text.c