📄 win_getscr.c
字号:
#ifndef lint#ifdef sccsstatic char sccsid[] = "@(#)win_getscr.c 1.1 92/07/30 Copyr 1983 Sun Micro";#endif#endif/* * Copyright (c) 1983 by Sun Microsystems, Inc. *//* * Win_getscr.c: Implement win_getscreen. */#include <sys/types.h>#include <sys/time.h>#include <sys/ioctl.h>#include <sunwindow/rect.h>#include <sunwindow/cms.h>#include <sunwindow/win_screen.h>#include <sunwindow/win_input.h>#include <sunwindow/win_ioctl.h>#include <sunwindow/win_struct.h>/* * Screen creation, inquiry and deletion. */win_screenget(windowfd, screen) int windowfd; struct screen *screen;{ (void)werror(ioctl(windowfd, WINSCREENGET, screen), WINSCREENGET); return;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -