You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes ANSI colours not displaying on new Win10 builds
Apparently ANSI colours are now locked behind some weird settings, again.
Luckily the feature is still there, so we can just invoke it when Windows 10 is happening.
Merge #5: Scraps the Handle class in favour of using Value&
Scraps the Handle class in favour of using Value& to toss references around for AssignmentStatements
Allows for functions to receive less args than they have parameters
This results in setting the missing parameters to Value(), which ought to be ``null``.