# File lib/rbreadline.rb, line 2619
def
isprint
(
c
)
c
>=
"\x20"
&&
c
<
"\x7f"
end