OSDN Git Service

[Fix] The cursor will no longer be displayed
authorHabu <habu1010+github@gmail.com>
Mon, 31 Jan 2022 15:24:53 +0000 (00:24 +0900)
committerHabu <habu1010+github@gmail.com>
Mon, 31 Jan 2022 15:29:29 +0000 (00:29 +0900)
commitc38c3e0f8faf65f414f63eb80666d7c3d3e16706
tree0bdae8a1d94c0facc882cf981f6bd99fd437e514
parent5148560898af7694dcd8651edb11bfa4c45104aa
[Fix] The cursor will no longer be displayed

Since the code to display the cursor is after the return statement, once
it disappears, it will not be displayed again.
Move the code to display the cursor to the correct position.
src/term/z-term.cpp