Views: added obi prefix to commands in bash history

This commit is contained in:
Celine Mercier
2020-05-07 17:07:01 +02:00
parent f999946582
commit 170ef3f1ba

View File

@ -531,8 +531,8 @@ cdef class View(OBIWrapper) :
for level in self.view_history:
command_list = [level[input][b"command_line"] for input in level.keys()]
for command in command_list:
s+=b"obi "
s+=command
s+=b"\n"
return s