This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/1] Fix cursor position restoration on console


In cygwin test release 3.1.0-0.1, the cursor position is not restored
correctly after screen alternation in the case of xterm compatible mode
is enabled. For example, the shell prompt is shown at incorrect position
after using vim. This patch fixes this problem.

Takashi Yano (1):
  Cygwin: console: Fix cursor position restore after screen alternation.

 winsup/cygwin/fhandler_console.cc | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.21.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]