Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
12a3f1bb
Commit
12a3f1bb
authored
May 06, 2020
by
deuce
Browse files
We corrently don't use the scrollwheel in term.c... no need to enable the
events.
parent
1f08f434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/syncterm/term.c
src/syncterm/term.c
+0
-2
No files found.
src/syncterm/term.c
View file @
12a3f1bb
...
...
@@ -138,8 +138,6 @@ void setup_mouse_events(struct mouse_state *ms)
ciomouse_addevent
(
CIOLIB_BUTTON_1_DRAG_END
);
ciomouse_addevent
(
CIOLIB_BUTTON_2_CLICK
);
ciomouse_addevent
(
CIOLIB_BUTTON_3_CLICK
);
ciomouse_addevent
(
CIOLIB_BUTTON_4_PRESS
);
ciomouse_addevent
(
CIOLIB_BUTTON_5_PRESS
);
}
#if defined(__BORLANDC__)
...
...
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