Lines Matching +refs:Info +refs:mode

134  * console-mode applications in NT 4.0.  If you switch keyboard layouts
649 * pressing ctrl-minus in insert mode crashes Vim when built with
1112 * How the cursor is drawn depends on the current mode.
1792 CONSOLE_SCREEN_BUFFER_INFO Info;
1819 if (!GetConsoleScreenBufferInfo(g_hConOut, &cb->Info))
1832 cb->BufferSize.X != cb->Info.dwSize.X ||
1833 cb->BufferSize.Y != cb->Info.dwSize.Y)
1835 cb->BufferSize.X = cb->Info.dwSize.X;
1836 cb->BufferSize.Y = cb->Info.dwSize.Y;
1856 ReadRegion.Right = cb->Info.dwSize.X - 1;
1857 Y_incr = 12000 / cb->Info.dwSize.X;
1913 ClearConsoleBuffer(cb->Info.wAttributes);
1915 FitConsoleWindow(cb->Info.dwSize, TRUE);
1916 if (!SetConsoleScreenBufferSize(g_hConOut, cb->Info.dwSize))
1918 if (!SetConsoleTextAttribute(g_hConOut, cb->Info.wAttributes))
1929 if (!SetConsoleCursorPosition(g_hConOut, cb->Info.dwCursorPosition))
1931 if (!SetConsoleWindowInfo(g_hConOut, TRUE, &cb->Info.srWindow))
1943 WriteRegion.Right = cb->Info.dwSize.X - 1;
1944 WriteRegion.Bottom = cb->Info.dwSize.Y - 1;
2123 g_attrCurrent = g_attrDefault = g_cbOrig.Info.wAttributes;
2597 GENERIC_READ, /* access mode */
2598 0, /* share mode */
2614 GENERIC_READ, /* access mode */
2615 0, /* share mode */
2714 GENERIC_WRITE, /* access mode */
2715 0, /* share mode */
2877 * set the tty in (raw) ? "raw" : "cooked" mode
2936 * even though we are not in termcap mode. The 'Rows' and 'Columns'
2938 * while in termcap mode.
2940 Rows = g_cbTermcap.Info.dwSize.Y;
2941 Columns = g_cbTermcap.Info.dwSize.X;
3099 * Specialised version of system() for Win32 GUI mode.
3272 settmode(TMODE_COOK); /* set to normal mode */
3390 settmode(TMODE_RAW); /* set to raw mode */
3425 * Start termcap mode
3440 * We've been in termcap mode before. Restore certain screen
3446 SetConsoleWindowInfo(g_hConOut, TRUE, &g_cbTermcap.Info.srWindow);
3447 Rows = g_cbTermcap.Info.dwSize.Y;
3448 Columns = g_cbTermcap.Info.dwSize.X;
3453 * This is our first time entering termcap mode. Clear the console
3481 * End termcap mode
3514 coord.Y = (SHORT) (p_rs ? cb->Info.dwCursorPosition.Y : (Rows - 1));
3516 cb->Info.dwSize.X, coord, &dwDummy);
3793 * Turn off standout mode
4624 mch_open(char *name, int flags, int mode)
4636 f = _wopen(wn, flags, mode);
4647 return open(name, flags, mode);
4654 mch_fopen(char *name, char *mode)
4668 * when mode's text/binary setting doesn't match _get_fmode(). */
4669 char newMode = mode[strlen(mode) - 1];
4679 wm = enc_to_utf16(mode, NULL);
4696 return fopen(name, mode);
4987 static int used_file_diff_mode = FALSE; /* file name was with diff mode */
5129 /* When using diff mode may need to concatenate file name to