]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/terminal/windows/windows.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / terminal / windows / windows.factor
index ce7d2b719e8fd729081f1b544cdf4e55e804bae7..f30eef9981f221b7bc2b4bff7bb5e0e3b384199c 100644 (file)
@@ -8,7 +8,7 @@ IN: terminal.windows
 
 M: windows (terminal-size)
     STD_OUTPUT_HANDLE GetStdHandle
-    CONSOLE_SCREEN_BUFFER_INFO <struct>
+    CONSOLE_SCREEN_BUFFER_INFO new
     [ GetConsoleScreenBufferInfo ] keep swap zero? [
         drop 0 0
     ] [