preferences dialog with color settings

This commit is contained in:
cy384 2020-10-04 12:19:49 -04:00
parent e408ed54b0
commit 333367d4b4
6 changed files with 729 additions and 490 deletions

View file

@ -90,10 +90,21 @@
#define ALRT_FILE_FAIL 139
#define DITL_FILE_FAIL 139
/* dialog for preferences */
#define DLOG_PREFERENCES 140
#define DITL_PREFERENCES 140
/* controls for preferences dialog */
#define CNTL_PREF_FG_COLOR 128
#define CNTL_PREF_BG_COLOR 129
#define CNTL_PREF_TERM_TYPE 130
/* menus */
#define MBAR_SSHEVEN 128
#define MENU_APPLE 128
#define MENU_FILE 129
#define MENU_EDIT 130
#define MBAR_SSHEVEN 128
#define MENU_APPLE 128
#define MENU_FILE 129
#define MENU_EDIT 130
#define MENU_COLOR 131
#define MENU_TERM_TYPE 132
#endif