Terminal lock

This commit is contained in:
2025-09-07 22:23:41 +02:00
parent 80a788617e
commit 659f98910d
3 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
typedef struct {
struct flanterm_context *ftctx;
SpinLock spinlock;
} Term;
extern Term TERM;