Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jeffrey Lee
Kernel
Commits
02943d44
Commit
02943d44
authored
4 years ago
by
Timothy E Baldwin
Committed by
ROOL
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove pointless double test of Ctrl and Shift
parent
e1c04167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
s/vdu/vduwrch
s/vdu/vduwrch
+2
-2
No files found.
s/vdu/vduwrch
View file @
02943d44
...
...
@@ -2960,7 +2960,7 @@ PageTest
BL
Page_ProcessCallbacks
; give callbacks at least one chance per line
BL
CtrlShiftTest
; on exit, C=CTRL, N=SHIFT
BCC
Page
2
0
; CTRL up, then branch
BCC
Page
4
0
; CTRL up, then branch
BPL
Page20
; SHIFT up, then branch
; CTRL and SHIFT are down
...
...
@@ -2977,10 +2977,10 @@ Page18
; CTRL and SHIFT are not both down
Page20
BL
CtrlShiftTest
BCC
Page40
; [CTRL not down]
Page20
; CTRL down, so wait for auto repeat delay time before continuing
BL
PostWrchCursor
; we may be some time, so enable cursor
...
...
This diff is collapsed.
Click to expand it.
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