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:
@@ -784,6 +784,11 @@ curses_init_options()
|
||||
/* Remove a few options that are irrelevant to this windowport */
|
||||
set_option_mod_status("eight_bit_tty", SET_IN_FILE);
|
||||
|
||||
/* If we don't have a symset defined, load the curses symset by default */
|
||||
if (symset[PRIMARY].fallback) {
|
||||
load_symset("curses", PRIMARY);
|
||||
load_symset("default", ROGUESET);
|
||||
}
|
||||
#ifdef PDCURSES
|
||||
/* PDCurses for SDL, win32 and OS/2 has the ability to set the
|
||||
terminal size programatically. If the user does not specify a
|
||||
|
||||
Reference in New Issue
Block a user