From 9899515810ad0d0a0385ed2a13d1510a60382b0a Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 30 Aug 2019 15:48:26 -0700 Subject: [PATCH] Remove R from getopt that isn't being used for anything yet. I just noticed that the -R flag for restricting where sfrotz is allowed to read and write is not implemented. This feature isn't quite as useful for the SDL interface as it is for the curses and dumb interfaces, so I'll give this a 2.46 milestone. If anyone reading this issue feels like implementing this now, that's great and I'll merge it when you're done. --- src/sdl/sf_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/sf_util.c b/src/sdl/sf_util.c index bae4a91..7c9db4d 100644 --- a/src/sdl/sf_util.c +++ b/src/sdl/sf_util.c @@ -187,7 +187,7 @@ extern char *optarg; extern int optind; extern int m_timerinterval; -static char *options = "@:%aAb:B:c:f:Fh:iI:l:L:m:N:oOPqr:Rs:S:tTu:vVw:xZ:"; +static char *options = "@:%aAb:B:c:f:Fh:iI:l:L:m:N:oOPqr:s:S:tTu:vVw:xZ:"; static int limit( int v, int m, int M) { -- 2.34.1