15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
*** window.c.orig Tue May 5 11:04:40 1998
|
|
--- window.c Tue May 5 11:06:14 1998
|
|
***************
|
|
*** 1875,1881 ****
|
|
--- 1875,1883 ----
|
|
_has_am = tgetflag("am");
|
|
_mv_standout = tgetflag("ms");
|
|
if (tgetflag("bs"))
|
|
+ {
|
|
if (BC == CNULL) BC = "\b";
|
|
+ }
|
|
else
|
|
BC = CNULL;
|
|
|