Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
03c56aeaff54
Commit
e1f065a6
authored
Jul 04, 2011
by
a1ex
Browse files
Follow focus off by default
--HG-- branch : unified
parent
e76c1119e4ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
focus.c
View file @
03c56aea
...
...
@@ -17,7 +17,7 @@
CONFIG_INT
(
"focus.step"
,
focus_stack_step
,
100
);
CONFIG_INT
(
"focus.count"
,
focus_stack_count
,
5
);
CONFIG_INT
(
"focus.follow"
,
follow_focus
,
1
);
CONFIG_INT
(
"focus.follow"
,
follow_focus
,
0
);
CONFIG_INT
(
"focus.follow.rev.h"
,
follow_focus_reverse_h
,
0
);
// for left/right buttons
CONFIG_INT
(
"focus.follow.rev.v"
,
follow_focus_reverse_v
,
0
);
// for up/down buttons
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment