tb Allow the user to kill current process in interactive mode (Ctrl+S)
This commit is contained in:
7
user/tb/macros.h
Normal file
7
user/tb/macros.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef TB_MACROS_H_
|
||||
#define TB_MACROS_H_
|
||||
|
||||
// keys
|
||||
#define C(X) ((X)-'@')
|
||||
|
||||
#endif // TB_MACROS_H_
|
Reference in New Issue
Block a user