]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/terminal/macosx/macosx.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / terminal / macosx / macosx.factor
index 0c58e03e8336ebc42ac1eb519142530aac38ed8e..d7d682a16b0034431cc93bf74f468111897a24f1 100644 (file)
@@ -36,7 +36,7 @@ MEMO: TIOCGWINSZ ( -- x ) CHAR: t 104 winsize heap-size _IOCR ;
 PRIVATE>
 
 M: macosx (terminal-size)
-    stdout-handle fileno TIOCGWINSZ winsize <struct>
+    stdout-handle fileno TIOCGWINSZ winsize new
     [ ioctl ] keep swap 0 < [
         drop 0 0
     ] [