Drakulix / zwreec

Twee to Z-Code Compiler in Rust
BSD 2-Clause "Simplified" License
7 stars 3 forks source link

Prompt-Funktion #255

Closed pothos closed 9 years ago

pothos commented 9 years ago

Hat ein paar Einschränkungen, aber klappt soweit erstmal. Promptnachricht und Defaultwert sind die Argumente.

<< set $name to prompt("What's your name?", "foobar") >>

msaehn commented 9 years ago

sieht gut aus. ich hab leider auf die schnelle auch nicht herausbekommen warum set_cursor nicht funktioniert. hab es auch mit dem za-assembly probiert, aber kein beispiel hinbekommen wo sich der cursor verändert. hab schon gedacht es liegt vielleicht daran, dass das falsche window ausgewählt ist. aber hab es nicht zum laufen bekommen :/

pothos commented 9 years ago

Hab noch ein paar bugs gefunden…

pothos commented 9 years ago

z.B. in malloc ;) hab es jetzt hier in dem branch gefixt