public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: console: Fix a bug in the code to fix tab position.
@ 2021-04-19 14:19 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2021-04-19 14:19 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a648c15309544d72d21b1d06eb9d0712a34220ae

commit a648c15309544d72d21b1d06eb9d0712a34220ae
Author: Takashi Yano <takashi.yano@nifty.ne.jp>
Date:   Mon Apr 19 19:31:51 2021 +0900

    Cygwin: console: Fix a bug in the code to fix tab position.
    
    - With this patch, a bug in the code to fix tab position after
      resizing window is fixed.

Diff:
---
 winsup/cygwin/fhandler_console.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index 0b33a1370..62ee9e07f 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -308,7 +308,7 @@ fhandler_console::cons_master_thread (handle_set_t *p, tty *ttyp)
 		      /* Re-setting ENABLE_VIRTUAL_TERMINAL_PROCESSING
 			 fixes the tab position. */
 		      set_output_mode (tty::restore, &ti, p);
-		      set_input_mode (tty::cygwin, &ti, p);
+		      set_output_mode (tty::cygwin, &ti, p);
 		    }
 		  ttyp->kill_pgrp (SIGWINCH);
 		}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-19 14:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 14:19 [newlib-cygwin] Cygwin: console: Fix a bug in the code to fix tab position Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).