# File lib/rawline/editor.rb, line 415
                def show_history
                        pos = @line.position
                        text = @line.text
                        @output.puts
                        @output.puts "History:"
                        @history.each {|l| puts "- [#{l}]"}
                        overwrite_line(text, pos)
                end