2024-11-20 22:12:36 +00:00
|
|
|
#ifndef BLUELIB_TERM_H_
|
|
|
|
|
#define BLUELIB_TERM_H_
|
2024-10-24 21:31:22 +01:00
|
|
|
|
|
|
|
|
#include <blue/core/status.h>
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
2024-11-20 22:12:36 +00:00
|
|
|
#include <blue/term/tty.h>
|
|
|
|
|
#include <blue/term/print.h>
|
2024-10-24 21:31:22 +01:00
|
|
|
|
|
|
|
|
#endif
|