diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-08-22 13:30:48 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-08-22 13:30:48 -0700 |
commit | 0361a76d86a38ca02778afc915d86c4ffa608bf7 (patch) | |
tree | b58b8dc27854a02a40f93bc1fa47a565b92e30a0 /html/305keyboard.subx.html | |
parent | 426fcd3ec3b3891a0670c20cae9bd342184719b4 (diff) | |
download | mu-0361a76d86a38ca02778afc915d86c4ffa608bf7.tar.gz |
6724
Diffstat (limited to 'html/305keyboard.subx.html')
-rw-r--r-- | html/305keyboard.subx.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/305keyboard.subx.html b/html/305keyboard.subx.html index ee4e48a7..007ff14e 100644 --- a/html/305keyboard.subx.html +++ b/html/305keyboard.subx.html @@ -73,7 +73,7 @@ if ('onhashchange' in window) { <span id="L15" class="LineNr"> 15 </span> 56/push-esi <span id="L16" class="LineNr"> 16 </span> 57/push-edi <span id="L17" class="LineNr"> 17 </span> <span class="subxComment">#</span> -<span id="L18" class="LineNr"> 18 </span> (<a href='304screen.subx.html#L348'>_maybe-open-terminal</a>) +<span id="L18" class="LineNr"> 18 </span> (<a href='304screen.subx.html#L361'>_maybe-open-terminal</a>) <span id="L19" class="LineNr"> 19 </span> <span class="subxComment"># var terminal-info/esi: (addr termios)</span> <span id="L20" class="LineNr"> 20 </span> <span class="subxComment"># termios is a type from the Linux kernel. We don't care how large it is.</span> <span id="L21" class="LineNr"> 21 </span> 81 5/subop/subtract %esp 0x100/imm32 @@ -81,7 +81,7 @@ if ('onhashchange' in window) { <span id="L23" class="LineNr"> 23 </span> <span class="subxComment"># ioctl(*Terminal-file-descriptor, TCGETS, terminal-info)</span> <span id="L24" class="LineNr"> 24 </span> 89/<- %edx 6/r32/esi <span id="L25" class="LineNr"> 25 </span> b9/copy-to-ecx 0x5401/imm32/TCGETS -<span id="L26" class="LineNr"> 26 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L370'>Terminal-file-descriptor</a></span> 3/r32/ebx +<span id="L26" class="LineNr"> 26 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L383'>Terminal-file-descriptor</a></span> 3/r32/ebx <span id="L27" class="LineNr"> 27 </span> e8/call syscall_ioctl/disp32 <span id="L28" class="LineNr"> 28 </span> <span class="subxComment"># terminal-info->c_iflags &= Keyboard-immediate-mode-iflags</span> <span id="L29" class="LineNr"> 29 </span><span class="CommentedCode">#? (write-buffered Stderr "iflags before: ")</span> @@ -110,7 +110,7 @@ if ('onhashchange' in window) { <span id="L52" class="LineNr"> 52 </span> <span class="subxComment"># ioctl(*Terminal-file-descriptor, TCSETS, terminal-info)</span> <span id="L53" class="LineNr"> 53 </span> 89/<- %edx 6/r32/esi <span id="L54" class="LineNr"> 54 </span> b9/copy-to-ecx 0x5402/imm32/TCSETS -<span id="L55" class="LineNr"> 55 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L370'>Terminal-file-descriptor</a></span> 3/r32/ebx +<span id="L55" class="LineNr"> 55 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L383'>Terminal-file-descriptor</a></span> 3/r32/ebx <span id="L56" class="LineNr"> 56 </span> e8/call syscall_ioctl/disp32 <span id="L57" class="LineNr"> 57 </span><span class="Constant">$enable-keyboard-immediate-mode:end</span>: <span id="L58" class="LineNr"> 58 </span> <span class="subxS1Comment"># . reclaim locals</span> @@ -139,7 +139,7 @@ if ('onhashchange' in window) { <span id="L81" class="LineNr"> 81 </span> 56/push-esi <span id="L82" class="LineNr"> 82 </span> 57/push-edi <span id="L83" class="LineNr"> 83 </span> <span class="subxComment">#</span> -<span id="L84" class="LineNr"> 84 </span> (<a href='304screen.subx.html#L348'>_maybe-open-terminal</a>) +<span id="L84" class="LineNr"> 84 </span> (<a href='304screen.subx.html#L361'>_maybe-open-terminal</a>) <span id="L85" class="LineNr"> 85 </span> <span class="subxComment"># var terminal-info/esi: (addr termios)</span> <span id="L86" class="LineNr"> 86 </span> <span class="subxComment"># termios is a type from the Linux kernel. We don't care how large it is.</span> <span id="L87" class="LineNr"> 87 </span> 81 5/subop/subtract %esp 0x100/imm32 @@ -147,7 +147,7 @@ if ('onhashchange' in window) { <span id="L89" class="LineNr"> 89 </span> <span class="subxComment"># ioctl(*Terminal-file-descriptor, TCGETS, terminal-info)</span> <span id="L90" class="LineNr"> 90 </span> 89/<- %edx 6/r32/esi <span id="L91" class="LineNr"> 91 </span> b9/copy-to-ecx 0x5401/imm32/TCGETS -<span id="L92" class="LineNr"> 92 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L370'>Terminal-file-descriptor</a></span> 3/r32/ebx +<span id="L92" class="LineNr"> 92 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L383'>Terminal-file-descriptor</a></span> 3/r32/ebx <span id="L93" class="LineNr"> 93 </span> e8/call syscall_ioctl/disp32 <span id="L94" class="LineNr"> 94 </span> <span class="subxComment"># terminal-info->c_iflags |= Keyboard-type-mode-iflags</span> <span id="L95" class="LineNr"> 95 </span> 8b/-> *esi 0/r32/eax <span class="subxComment"># Termios-c_iflag</span> @@ -160,7 +160,7 @@ if ('onhashchange' in window) { <span id="L102" class="LineNr">102 </span> <span class="subxComment"># ioctl(*Terminal-file-descriptor, TCSETS, terminal-info)</span> <span id="L103" class="LineNr">103 </span> 89/<- %edx 6/r32/esi <span id="L104" class="LineNr">104 </span> b9/copy-to-ecx 0x5402/imm32/TCSETS -<span id="L105" class="LineNr">105 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L370'>Terminal-file-descriptor</a></span> 3/r32/ebx +<span id="L105" class="LineNr">105 </span> 8b/-> *<span class="SpecialChar"><a href='304screen.subx.html#L383'>Terminal-file-descriptor</a></span> 3/r32/ebx <span id="L106" class="LineNr">106 </span> e8/call syscall_ioctl/disp32 <span id="L107" class="LineNr">107 </span><span class="Constant">$enable-keyboard-type-mode:end</span>: <span id="L108" class="LineNr">108 </span> <span class="subxS1Comment"># . reclaim locals</span> |