X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=node_modules%2Fnode-pty%2Fdeps%2Fwinpty%2Fmisc%2FSetCursorPos.cc;fp=node_modules%2Fnode-pty%2Fdeps%2Fwinpty%2Fmisc%2FSetCursorPos.cc;h=0000000000000000000000000000000000000000;hp=d20fdbdfc0dfa6415536ffbde94de9cf6bd08c49;hb=5e96dd57ddd883604e87f62bdddcb111c63a6e1a;hpb=acb5f682a2b75b972710cabd81658f63071324b0 diff --git a/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc b/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc deleted file mode 100644 index d20fdbd..0000000 --- a/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc +++ /dev/null @@ -1,10 +0,0 @@ -#include - -#include "TestUtil.cc" - -int main(int argc, char *argv[]) { - int col = atoi(argv[1]); - int row = atoi(argv[2]); - setCursorPos(col, row); - return 0; -}