term: rename b_stderr to avoid clashing with b_stream stderr pointer

This commit is contained in:
2025-06-27 21:52:42 +01:00
parent 23bd483e78
commit b00d9c51bd

View File

@@ -8,7 +8,7 @@
#include <stdint.h> #include <stdint.h>
#define b_stdtty (z__b_tty_get_std()) #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) #define B_TTY_CTRL_KEY(c) ((c) | B_MOD_CTRL)