URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
199 |
simons |
/*
|
2 |
|
|
* selection.h
|
3 |
|
|
*
|
4 |
|
|
* Interface between console.c, tty_io.c, vt.c, vc_screen.c and selection.c
|
5 |
|
|
*/
|
6 |
|
|
|
7 |
|
|
extern void clear_selection (void);
|
8 |
|
|
extern int set_selection (const unsigned long arg, struct tty_struct *tty);
|
9 |
|
|
extern int paste_selection (struct tty_struct *tty);
|
10 |
|
|
extern int sel_loadlut (const unsigned long arg);
|
11 |
|
|
extern int mouse_reporting (void);
|
12 |
|
|
extern void mouse_report (struct tty_struct *tty, int butt, int mrx, int mry);
|
13 |
|
|
|
14 |
|
|
extern void vt_do_unblankscreen (void);
|
15 |
|
|
extern unsigned long *screen_pos (const struct vt *const vt, unsigned int offset);
|
16 |
|
|
extern unsigned long screen_word (const struct vt *const vt, unsigned int offset);
|
17 |
|
|
extern int scrw2glyph (unsigned long scr_word);
|
18 |
|
|
extern void complement_pos (const struct vt * const vt, unsigned int offset);
|
19 |
|
|
extern void invert_screen (const struct vt *const vt, unsigned int offset, unsigned int count);
|
20 |
|
|
|
21 |
|
|
extern void getconsxy (const struct vt *const vt, char *p);
|
22 |
|
|
extern void putconsxy (const struct vt *const vt, char *p);
|
23 |
|
|
extern void update_scrmem (const struct vt *const vt, int offset, int length);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.