fix •term.RawMode fallback
This commit is contained in:
parent
f4aee96e65
commit
377b38b84f
@ -899,7 +899,7 @@ B tCharN_c1(B t, B x) {
|
|||||||
return n>=0? m_c32(n) : m_f64(0);
|
return n>=0? m_c32(n) : m_f64(0);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
B tRaw_c1(B t, B x) { thrM("•term.Raw not available"); }
|
B tRawMode_c1(B t, B x) { thrM("•term.RawMode not available"); }
|
||||||
B tCharN_c1(B t, B x) { thrM("•term.CharN not available"); }
|
B tCharN_c1(B t, B x) { thrM("•term.CharN not available"); }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user