lib/tty/prompt/symbols.rb in tty-prompt-0.15.0 vs lib/tty/prompt/symbols.rb in tty-prompt-0.16.0

- old
+ new

@@ -1,6 +1,7 @@ # encoding: utf-8 +# frozen_string_literal: true module TTY class Prompt # Cross platform common Unicode symbols. # @@ -26,10 +27,10 @@ circle_off: 'Ⓘ' }.freeze WIN_KEYS = { tick: '√', - cross: '×', + cross: 'x', star: '*', square: '[█]', square_empty: '[ ]', dot: '.', pointer: '>',