aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-07-07 19:29:27 +0300
committerWohlstand <admin@wohlnet.ru>2020-07-07 19:29:27 +0300
commit5b8376c1e8ffc9a52214a4e42bea088a5a0c615a (patch)
tree2bb009e9bcb8af9ed0cc6429b84e1f029ee15048
parentbbf12fed4d9cd6381a605d2655b6ac587a2cb5ef (diff)
downloadlibADLMIDI-5b8376c1e8ffc9a52214a4e42bea088a5a0c615a.tar.gz
libADLMIDI-5b8376c1e8ffc9a52214a4e42bea088a5a0c615a.tar.bz2
libADLMIDI-5b8376c1e8ffc9a52214a4e42bea088a5a0c615a.zip
adlmidi2: Show the cursor after help text
Backport a small fix from the mainstream: https://github.com/bisqwit/adlmidi/commit/491e0ef5dfe668bfa1dbfafe007fdc98fd854ede
-rw-r--r--utils/adlmidi-2/midiplay.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/adlmidi-2/midiplay.cc b/utils/adlmidi-2/midiplay.cc
index cd035e2..773e766 100644
--- a/utils/adlmidi-2/midiplay.cc
+++ b/utils/adlmidi-2/midiplay.cc
@@ -1645,6 +1645,7 @@ int main(int argc, char **argv)
" -p and -v options if it sounds wrong otherwise.\n"
"\n"
);
+ UI.ShowCursor();
return 0;
}