Page MenuHomeFreeBSD

vt: fix window switching w.r.t. cngrab/cnungrab
ClosedPublic

Authored by kevans on Nov 6 2020, 3:14 AM.
Tags
None
Referenced Files
F102906021: D27110.diff
Mon, Nov 18, 2:10 PM
Unknown Object (File)
Thu, Nov 14, 2:12 PM
Unknown Object (File)
Tue, Nov 5, 4:56 AM
Unknown Object (File)
Mon, Oct 21, 1:05 AM
Unknown Object (File)
Sun, Oct 20, 6:48 AM
Unknown Object (File)
Oct 14 2024, 8:41 PM
Unknown Object (File)
Oct 14 2024, 8:09 PM
Unknown Object (File)
Oct 7 2024, 5:51 PM
Subscribers

Details

Summary

Noticed while investigating the situation that lead to D27109, vt(4) will switch away from the current window but never switch back if the console ends up being ungrabbed.

Resolve this by recording the active window in cngrab(), and restore it on the last cnungrab() if we actually switched away.

While I was hacking on this, I noticed that vt_allocate_keyboard will do a cnungrab/cngrab dance if it needs to. Yank out basically just the parts it needs and use those directly to avoid clobbering the pre-grab window state -- it just wants the keyboard restored.

Test Plan

Switch to ttyv1, break to debugger, continue; observe it switching back to a functional ttyv1.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable