some-dungeon-game/inc_ansi.php

5 lines
74 B
PHP
Raw Permalink Normal View History

2021-03-18 19:58:26 +00:00
<?php
define('ANSI_ESC', chr(0x1B));
define('ANSI_CSI', ANSI_ESC . '[');