Created attachment 1579 [details] fgconsole utility In addition to chvt utility I suggest to support fgconsole that gives active console number. In core this could be "ioctl(fd, VT_GETSTATE, &vtstat)" call with vtstat.v_active containing console number. See the patch for busybox-1.16.1.
Created attachment 1627 [details] Fix for embedded help Curaga from TinyCore Linux has pointed that embedded busybox help should be alpha sorted, see his patch.
Applied with some small changes. Thanks!