mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
[Qt] Improve rpc console history behavior
This commit is contained in:
parent
db41541bc2
commit
dff0e3b915
@ -415,8 +415,8 @@ void RPCConsole::on_lineEdit_returnPressed()
|
||||
{
|
||||
message(CMD_REQUEST, cmd);
|
||||
emit cmdRequest(cmd);
|
||||
// Truncate history from current position
|
||||
history.erase(history.begin() + historyPtr, history.end());
|
||||
// Remove command, if already in history
|
||||
history.removeOne(cmd);
|
||||
// Append command to history
|
||||
history.append(cmd);
|
||||
// Enforce maximum history size
|
||||
|
Loading…
Reference in New Issue
Block a user