Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-08Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches
2021-02-22Cygwin: console: Prevent NULL pointer access in close().Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Add support for FLUSHO and Ctrl-O.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix SIGWINCH handling in Win7.Takashi Yano via Cygwin-patches
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches
2021-02-01Cygwin: console: Align the behaviour against signal with pty.Takashi Yano via Cygwin-patches
2021-02-01Cygwin: console: Make read() thread-safe.Takashi Yano via Cygwin-patches
2021-01-25Cygwin: console: Add missing guard regarding attach_mutex.Takashi Yano via Cygwin-patches
2021-01-20Cygwin: console: Fix "Bad file descriptor" error in script command.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: console: Revise the code to switch xterm mode.Takashi Yano via Cygwin-patches
2020-09-28Cygwin: avoid GCC 10 error with -Werror=narrowingJon Turney
2020-08-27Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().Takashi Yano via Cygwin-patches
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-07-10Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functionsCorinna Vinschen
2020-05-31Cygwin: console: Discard some unsupported escape sequences.Takashi Yano via Cygwin-patches
2020-05-30Cygwin: console: Make cursor keys work in vim under ConEmu.Takashi Yano via Cygwin-patches
2020-03-09Cygwin: console: Fix behaviour of "ESC 8" after reset.Takashi Yano
2020-03-09Do not bother passing optional argument to WriteConsoleA.Hans-Bernhard Broeker
2020-03-09Collect handling of wpixput and wpbuf into a helper class.Hans-Bernhard Broeker
2020-03-02Cygwin: console: convert wpbuf_put to inline functionCorinna Vinschen
2020-03-02Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano
2020-03-02Cygwin: console: Prevent buffer overrun.Takashi Yano
2020-03-02Cygwin: console: Fix setting/unsetting xterm mode for input.Takashi Yano
2020-03-02Cygwin: console: Revise the code to fix tab position.Takashi Yano
2020-02-28Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano
2020-02-26Cygwin: console: Add emulation of CSI3J on Win10 1809.Takashi Yano
2020-02-26Cygwin: console: Add support for REP escape sequence to xterm mode.Takashi Yano
2020-02-26Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.Takashi Yano
2020-02-26Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano
2020-02-24Cygwin: console: Fix segfault on shared_console_info access.Takashi Yano
2020-02-21Cygwin: don't move cursor on NUL char at allCorinna Vinschen
2020-02-20Cygwin: fhandler_console.cc: fix minor style issuesCorinna Vinschen
2020-02-20Cygwin: console: ignore NUL byte on write in xterm emulation mode as wellCorinna Vinschen
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano
2020-02-18Cygwin: console: Fix ioctl() FIONREAD.Takashi Yano
2020-02-17Cygwin: console: Fix code for restoring console mode.Takashi Yano
2020-02-17Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-releaseTakashi Yano
2020-02-04Cygwin: console: Revise color setting codes in legacy console mode.Takashi Yano
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano
2020-01-14Cygwin: console: Add code to restore console mode on close.Takashi Yano
2020-01-14Cygwin: console: Add workaround for broken CSI3J in Win10 1809.Takashi Yano
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano
2020-01-13Cygwin: console: Make suspending process work properly.Takashi Yano
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-13Cygwin: console: Revise the code checking if the console is legacy.Takashi Yano
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano
2019-11-05Cygwin: fix quoting when starting invisible console processCorinna Vinschen