move constants

leesongun
Nov 10, 2022, 8:02 PM
IRYZCJGAP644JJY5I4XCWRDAUCJE2SSDO3ABHEJP337WUTOGLQRAC

Dependencies

Change contents

  • edit in src/main.zig at line 7
    [3.1986]
    [3.1986]
    //hide cursor, clear screen, change chaeset, move cursor
    const init = "\x1B[?25l\x1B[2J\x1B(0\x1B[1;1H" ++ game.init;
    //move cursor, show cursor, change charset
    const deinit = "\x1B[11;1H\x1B[?25h\x1B(B";
  • edit in src/main.zig at line 13
    [3.2007][3.2007:2068](),[3.2068][2.35:100]()
    //hide cursor, clear screen, change chaeset, move cursor
    const init = "\x1B[?25l\x1B[2J\x1B(0\x1B[1;1H" ++ game.init;
  • edit in src/main.zig at line 14
    [3.2171][3.2171:2266]()
    //move cursor, show cursor, change charset
    const deinit = "\x1B[11;1H\x1B[?25h\x1B(B";