Page MenuHomeFreeBSD

vt(4): Always call vt_window_switch() in vtterm_cnungrab()
ClosedPublic

Authored by dumbbell on Nov 24 2023, 4:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 6:09 PM
Unknown Object (File)
Sat, Apr 27, 11:38 PM
Unknown Object (File)
Jan 31 2024, 3:25 AM
Unknown Object (File)
Dec 24 2023, 8:44 PM
Unknown Object (File)
Dec 21 2023, 8:39 PM
Unknown Object (File)
Nov 24 2023, 10:00 PM
Subscribers

Details

Summary

Why

This ensures that vtterm_cnungrab() is the mirror of vtterm_cngrab(). And the latter always call vt_window_switch() and thus the backend's vd_postswitch().

This makes sure that whatever the backend did during vtterm_cngrab(), it can undo it during vtterm_cnungrab().

Diff Detail

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