some-dungeon-game/inc_ansi.php
2021-03-18 22:07:56 +02:00

4 lines
74 B
PHP

<?php
define('ANSI_ESC', chr(0x1B));
define('ANSI_CSI', ANSI_ESC . '[');