Terminal
Posted
#1
(In Topic #144)
Guru

I have checked this with gb.Terminal (Gambas Farm) it behaves as above. To test it just type something like:-
Code
echo Mugabe is gone, great!Press the [up arrow] and the command is there. Close and re open the Terminal and its gone!
Posted
Regular

cogier said
…Can anybody tell me where the Gambas Terminal history is held while the Terminal is open…
I suspect its like MS Windows, were it is held in RAM, so not persistent.
Posted
Guru

By setting up a Process pBash As Process the TerminalView will start with pBash = TerminalView1.Exec(["bash"]) and then close the Process cleanly with pBash.close and the .bash_history file will correctly update.
Thanks Matt.
1 guest and 0 members have just viewed this.


