mirror of https://github.com/adamdruppe/arsd.git
new minigui
This commit is contained in:
parent
2c5255b486
commit
17f3e1cffa
|
@ -8009,7 +8009,12 @@ version(TerminalDirectToEmulator) {
|
||||||
terminalEmulator.attentionReceived();
|
terminalEmulator.attentionReceived();
|
||||||
}
|
}
|
||||||
|
|
||||||
override MouseCursor cursor() { return GenericCursor.Text; }
|
static class Style : Widget.Style {
|
||||||
|
override MouseCursor cursor() {
|
||||||
|
return GenericCursor.Text;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
mixin OverrideStyle!Style;
|
||||||
|
|
||||||
override void erase(WidgetPainter painter) { /* intentionally blank, paint does it better */ }
|
override void erase(WidgetPainter painter) { /* intentionally blank, paint does it better */ }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue