Add full compass coordinate mode for screen readers

This commit is contained in:
Pasi Kallinen
2016-09-20 18:36:03 +03:00
parent 723edd9af9
commit 28e36b3136
5 changed files with 23 additions and 7 deletions

View File

@@ -173,6 +173,7 @@ struct sysflag {
#define GPCOORDS_NONE 'n'
#define GPCOORDS_MAP 'm'
#define GPCOORDS_COMPASS 'c'
#define GPCOORDS_COMFULL 'f'
#define GPCOORDS_SCREEN 's'
struct instance_flags {