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
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
2019-09-20Cygwin: console: Revive Win7 compatibility.Takashi Yano
2019-09-14Cygwin: console: Fix read() in non-canonical mode.Takashi Yano
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2019-08-15Cygwin: console: Fix workaround for horizontal tab positionTakashi Yano
2019-08-12Cygwin: console: Fix cursor position restore after screen alternation.Takashi Yano
2019-08-12Cygwin: console: Add workaround for windows xterm compatible mode bug.Takashi Yano
2019-08-12Cygwin: console: Fix deadlock at calling fork().Takashi Yano
2019-04-03Cygwin: console: fix key input for native console applicationTakashi Yano
2019-03-31Cygwin: console: Make I/O functions thread-safeTakashi Yano
2019-03-31Cygwin: console: fix select() behaviourTakashi Yano
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2018-09-07Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen
2018-09-07Cygwin: console: store replacement char directlyCorinna Vinschen
2018-09-07Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen
2018-09-06Cygwin: console: device context is process privateCorinna Vinschen
2018-09-06Cygwin: console: improve replacement char algorithmCorinna Vinschen