; * src/nsterm.m (syms_of_nsterm): Fix typo in comment.
This commit is contained in:
parent
7ba6228413
commit
336cc32f2a
1 changed files with 3 additions and 4 deletions
|
@ -11300,10 +11300,9 @@ Nil means use fullscreen the old (< 10.7) way. The old way works better with
|
|||
doc: /* SKIP: real doc in xterm.c. */);
|
||||
x_underline_at_descent_line = 0;
|
||||
|
||||
// TODO: add an "auto" mode that passes clicks through to "utility" UI
|
||||
// elements, selectis windows, and so on, but doesn't pass them
|
||||
// through for commands in general --- consistent with
|
||||
// other applications.
|
||||
/* TODO: add an "auto" mode that passes clicks through to "utility" UI
|
||||
elements, selects windows, and so on, but doesn't pass them through
|
||||
for commands in general--as with other applications. */
|
||||
|
||||
DEFVAR_BOOL ("ns-click-through",
|
||||
ns_click_through,
|
||||
|
|
Loading…
Add table
Reference in a new issue