diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-03-13 21:51:27 +0100 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-29 11:43:28 +0000 |
commit | fc95daa97f324f6a8b3643a3d3c5e8f909d46c35 (patch) | |
tree | dae2701c86e23ddf50969084b3c28cb9597f7a87 /src/qt/rpcconsole.h | |
parent | dce853ef76ef90c46d84294225088d595467d08c (diff) |
Qt/RPCConsole: Save current command entry when browsing history
Shell-like, but doesn't store changed history commands until executing it.
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index ab8c3dc914..e1698711da 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -140,6 +140,7 @@ private: ClientModel *clientModel; QStringList history; int historyPtr; + QString cmdBeforeBrowsing; QList<NodeId> cachedNodeids; const PlatformStyle *platformStyle; RPCTimerInterface *rpcTimerInterface; |