Mir

Code review comment for lp:~mlankhorst/mir/setsid

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

54 + if (fops->ioctl(vt_fd.fd(), KDSKBMODE, K_OFF) < 0)

Doesn't this turn off input completely? If so, we need to be able to handle VT switching through another mechanism before this lands (handling the keypresses ourselves and changing VT).

review: Needs Information

« Back to merge proposal