# File lib/rbreadline.rb, line 4939 def __rl_fix_point(x) if (x > @rl_end) @rl_end elsif (x < 0) 0 else x end end