📄 wy__cfunc_tty.cpp
字号:
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2005*/#define WYLIB_SOURCE#include "wy__cfunc_tty.h"#include "wydefs.h" // for WY__CANCEL_POINT#include <termios.h>int wyc_tcdrain(int fd){ WY__CANCEL_POINT; const int v( ::tcdrain(fd) ); WY__CANCEL_POINT; return(v);};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -