![]() FreeBSD adds one to the VT number returned by the GET_ACTIVE ioctl, so to match things up, the wrapper here subtracted by one. This lead to ttyv0 being named VT 0. This had the side-effect of VT numbering not matching expectations, and switching not behaving as intended. Align numbers with expectations, and move the required subtraction to terminal_open, so that VT 1 matches ttyv0. |
||
---|---|---|
.. | ||
connection.c | ||
drm.c | ||
evdev.c | ||
linked_list.c | ||
log.c | ||
terminal.c |