tb Allow the user to kill current process in interactive mode (Ctrl+S)

This commit is contained in:
2025-09-20 12:41:54 +02:00
parent a24b1fc677
commit 222e846881
4 changed files with 23 additions and 8 deletions

7
user/tb/macros.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef TB_MACROS_H_
#define TB_MACROS_H_
// keys
#define C(X) ((X)-'@')
#endif // TB_MACROS_H_