Skip to content

Conversation

@TangoBravo64
Copy link
Contributor

  • Modes "WPA3 PSK" and "WPA2/WPA3 PSK" were not visible in the UI when manually selecting authentication modes, as the windows was two rows to short. Window::draw_border() steals two rows for the frame. Two more extra lines are needed by UIChoiceBox for title string+spacing => rows=count+2+2.

  • Adds option to abort the choicebox selection, like it is possible with the stringbox (BREAK/ESCAPE/RUNSTOP).

  • Removes duplicated handling of c==-1 and c==-2 in UIChoiceBox::poll().

See #581.

- Modes "WPA3 PSK" and "WPA2/WPA3 PSK" were not visible in the UI when
manually selecting authentication modes, as the windows was two rows to
short. Window::draw_border() steals two rows for the frame. Two more extra
lines are needed by UIChoiceBox for title string+spacing => rows=count+2+2.

- Adds option to abort the choicebox selection, like it is possible with
the stringbox (BREAK/ESCAPE/RUNSTOP).

- Removes duplicated handling of c==-1 and c==-2 in UIChoiceBox::poll().

See GideonZ#581.
@GideonZ GideonZ merged commit 679d848 into GideonZ:master Dec 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants