go - Show text in the center of terminal screen in golang -
i playing golang , want create simple terminal tool (on mac, should work on linux too). need display character "x" in center of terminal window. how can detect width , height of terminal window , detect changes?
Comments
Post a Comment