aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index fcd9377646f..f6fd43a1889 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -11300,10 +11300,9 @@ This variable is ignored on macOS < 10.7 and GNUstep. Default is t. */);
11300 doc: /* SKIP: real doc in xterm.c. */); 11300 doc: /* SKIP: real doc in xterm.c. */);
11301 x_underline_at_descent_line = 0; 11301 x_underline_at_descent_line = 0;
11302 11302
11303 // TODO: add an "auto" mode that passes clicks through to "utility" UI 11303 /* TODO: add an "auto" mode that passes clicks through to "utility" UI
11304 // elements, selectis windows, and so on, but doesn't pass them 11304 elements, selects windows, and so on, but doesn't pass them through
11305 // through for commands in general --- consistent with 11305 for commands in general--as with other applications. */
11306 // other applications.
11307 11306
11308 DEFVAR_BOOL ("ns-click-through", 11307 DEFVAR_BOOL ("ns-click-through",
11309 ns_click_through, 11308 ns_click_through,