summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/screen.c')
-rw-r--r--mbbsd/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/screen.c b/mbbsd/screen.c
index 23d00c20..1389afd9 100644
--- a/mbbsd/screen.c
+++ b/mbbsd/screen.c
@@ -242,7 +242,7 @@ redrawwin(void)
#ifdef DBCSAWARE
if (!(bp->mode & STANDOUT) &&
- (cuser.uflag & DBCS_NOINTRESC) &&
+ (HasUserFlag(UF_DBCS_NOINTRESC)) &&
DBCS_RemoveIntrEscape(bp->data, &len))
{
// if anything changed, dirty whole line.
@@ -339,7 +339,7 @@ doupdate(void)
#ifdef DBCSAWARE
if (!(bp->mode & STANDOUT) &&
- (cuser.uflag & DBCS_NOINTRESC) &&
+ (HasUserFlag(UF_DBCS_NOINTRESC)) &&
DBCS_RemoveIntrEscape(bp->data, &len))
{
// if anything changed, dirty whole line.