Page MenuHomeFreeBSD

Silly mock-up of console reporting in the menu
ClosedPublic

Authored by imp on Sep 28 2020, 6:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 31, 11:39 AM
Unknown Object (File)
Wed, Jul 30, 10:23 PM
Unknown Object (File)
Sat, Jul 26, 7:58 PM
Unknown Object (File)
Wed, Jul 16, 6:18 AM
Unknown Object (File)
Mon, Jul 7, 9:05 AM
Unknown Object (File)
Jun 27 2025, 2:32 PM
Unknown Object (File)
Jun 25 2025, 3:58 PM
Unknown Object (File)
Jun 24 2025, 3:18 PM
Subscribers

Details

Summary

Toggling is anticpated with the 'C' command, but that code isn't
written yet.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Sep 28 2020, 6:37 AM
imp created this revision.
kevans added inline comments.
stand/lua/menu.lua
291 ↗(On Diff #77587)

Minor nit; it's a little uglier, but this should be color.highlight("C") .. "ons: " .. core.getConsoleName() to highlight the key alias.

Fix kyle's issue

Note: the kernel bits for reporting this also leaked into this review.

This seems to LGTM. =)

This revision is now accepted and ready to land.Sep 28 2020, 4:01 PM
This revision was automatically updated to reflect the committed changes.
imp marked an inline comment as done.