Skip to content

Commit

Permalink
Use x1b everywhere, instead of a mix of x1b and e, just for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
domsson committed Oct 18, 2022
1 parent 368c6e3 commit 08eb40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fakesteak.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
#define ANSI_FONT_BOLD "\x1b[1m"
#define ANSI_FONT_FAINT "\x1b[2m"

#define ANSI_HIDE_CURSOR "\e[?25l"
#define ANSI_SHOW_CURSOR "\e[?25h"
#define ANSI_HIDE_CURSOR "\x1b[?25l"
#define ANSI_SHOW_CURSOR "\x1b[?25h"

#define ANSI_CLEAR_SCREEN "\x1b[2J"
#define ANSI_CURSOR_RESET "\x1b[H"
Expand Down

0 comments on commit 08eb40c

Please sign in to comment.