Cython: View: fixed bash history display

This commit is contained in:
Celine Mercier
2020-06-09 14:36:37 +02:00
parent aa836b2ace
commit 2442cc80bf

View File

@ -533,6 +533,7 @@ cdef class View(OBIWrapper) :
for command in command_list:
s+=b"obi "
s+=command
s+=b"\n"
return s