curses_putmixed() initial attempt
The curses interface was using genl_putmixed() which doesn't
preserve the symbol actually used for a glyph on the display.
This is a first-attempt at implementing curses_putmixed().
On Linux you'll need to distribute the Makefiles again
sh sys/unix/setup.sh sys/unix/hints/linux.370
On macOS, you'll need to distribute the Makefiles again
sh sys/unix/setup.sh sys/unix/hints/macOS.370
This commit is contained in:
@@ -79,6 +79,7 @@ extern void curses_display_nhwindow(winid wid, boolean block);
|
||||
extern void curses_destroy_nhwindow(winid wid);
|
||||
extern void curses_curs(winid wid, int x, int y);
|
||||
extern void curses_putstr(winid wid, int attr, const char *text);
|
||||
extern void curses_putmixed(winid window, int attr, const char *str);
|
||||
extern void curses_display_file(const char *filename, boolean must_exist);
|
||||
extern void curses_start_menu(winid wid, unsigned long);
|
||||
extern void curses_add_menu(winid wid, const glyph_info *,
|
||||
|
||||
Reference in New Issue
Block a user