📄 textmode.c
字号:
/* binmode.c Copyright 2000 Red Hat, Inc.This file is part of Cygwin.This software is a copyrighted work licensed under the terms of theCygwin license. Please consult the file "CYGWIN_LICENSE" fordetails. */#include <windows.h>#include <sys/fcntl.h>#include <sys/cygwin.h>extern int _fmode;voidcygwin_premain0 (int argc, char **argv, struct per_process *myself){ _fmode &= ~_O_BINARY; _fmode |= _O_TEXT;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -