⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 selection.h

📁 arm平台上的uclinux系统全部源代码
💻 H
字号:
/* * selection.h * * Interface between console.c, tty_io.c, vt.c, vc_screen.c and selection.c */extern void clear_selection (void);extern int set_selection (const unsigned long arg, struct tty_struct *tty);extern int paste_selection (struct tty_struct *tty);extern int sel_loadlut (const unsigned long arg);extern int mouse_reporting (void);extern void mouse_report (struct tty_struct *tty, int butt, int mrx, int mry);extern void vt_do_unblankscreen (void);extern unsigned long *screen_pos (const struct vt *const vt, unsigned int offset);extern unsigned long screen_word (const struct vt *const vt, unsigned int offset);extern int scrw2glyph (unsigned long scr_word);extern void complement_pos (const struct vt * const vt, unsigned int offset);extern void invert_screen (const struct vt *const vt, unsigned int offset, unsigned int count);extern void getconsxy (const struct vt *const vt, char *p);extern void putconsxy (const struct vt *const vt, char *p);extern void update_scrmem (const struct vt *const vt, int offset, int length);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -