[dev] [surf] [PATCH] Be more consistent with command-line toggles.

From: Alexander Sedov <alex0player_AT_gmail.com>
Date: Sat, 31 Aug 2013 13:11:56 +0400

---
 surf.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/surf.c b/surf.c
index 42bc393..b89c0e2 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -1326,6 +1326,9 @@ main(int argc, char *argv[]) {
 	case 'f':
 		runinfullscreen = 1;
 		break;
+	case 'F':
+		runinfullscreen = 0;
+		break;
 	case 'g':
 		allowgeolocation = 0;
 		break;
-- 
1.8.4.rc2
Received on Sat Aug 31 2013 - 11:11:56 CEST

This archive was generated by hypermail 2.3.0 : Sat Aug 31 2013 - 11:24:06 CEST