githib pull request #232 - curses symset
This time I'm putting things in as-is before making a few tweaks. The pull request was three or four separate changes. I used the patch instead so they've been collected into one commit.
This commit is contained in:
@@ -19,7 +19,7 @@ char *curses_break_str(const char *str, int width, int line_num);
|
||||
char *curses_str_remainder(const char *str, int width, int line_num);
|
||||
boolean curses_is_menu(winid wid);
|
||||
boolean curses_is_text(winid wid);
|
||||
int curses_convert_glyph(boolean decgraphics, int ch, int glyph);
|
||||
int curses_convert_glyph(int ch, int glyph);
|
||||
void curses_move_cursor(winid wid, int x, int y);
|
||||
void curses_prehousekeeping(void);
|
||||
void curses_posthousekeeping(void);
|
||||
|
||||
Reference in New Issue
Block a user