term: rename b_stderr to avoid clashing with b_stream stderr pointer
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#define b_stdtty (z__b_tty_get_std())
|
||||
#define b_stderr (z__b_tty_get_err())
|
||||
#define b_stdtty_err (z__b_tty_get_err())
|
||||
|
||||
#define B_TTY_CTRL_KEY(c) ((c) | B_MOD_CTRL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user