diff options
Diffstat (limited to 'gramscii.c')
-rw-r--r-- | gramscii.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -134,6 +134,10 @@ void commands(FILE *fc){ case 'r': read_file_at(fc, x, y); break; + case 't': + mode = TRP; + get_box(fc, BOX_TRAP_UC); + break; case 'z': mode = PAR; get_box(fc, BOX_PARR); |