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
F161134305: D26573.diff
Tue, Jun 30, 8:41 PM
F161015058: D26573.diff
Mon, Jun 29, 9:01 PM
Unknown Object (File)
Sun, Jun 28, 2:52 PM
Unknown Object (File)
Wed, Jun 24, 6:12 PM
Unknown Object (File)
May 25 2026, 8:43 PM
Unknown Object (File)
May 24 2026, 7:32 PM
Unknown Object (File)
May 19 2026, 3:21 PM
Unknown Object (File)
May 18 2026, 9:20 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.