Commit 02943d44 authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by ROOL
Browse files

Remove pointless double test of Ctrl and Shift

parent e1c04167
......@@ -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 Page20 ; CTRL up, then branch
BCC Page40 ; 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment