always show the box for backward search
This commit is contained in:
parent
8da5b260fa
commit
c1bb8be73f
|
@ -179,7 +179,7 @@ class read_phrase ~term = object(self)
|
|||
in
|
||||
self#set_completion pos words
|
||||
|
||||
method show_box = UTop.get_show_box ()
|
||||
method show_box = S.value self#mode <> LTerm_read_line.Edition || UTop.get_show_box ()
|
||||
|
||||
initializer
|
||||
(* Set the source signal for the size of the terminal. *)
|
||||
|
|
Loading…
Reference in New Issue