#include <sys/types.h>#include "config.h"#include "screen.h"#include "mark.h"#include "extern.h"Defines | |
| #define | NW_BACK (1<<0) |
| #define | NW_ENDOFWORD (1<<1) |
| #define | NW_MUSTMOVE (1<<2) |
| #define | NW_BIG (1<<3) |
Functions | |
| int | GetHistory () |
| void | MarkRoutine () |
| void | revto (int tx, int ty) |
| void | revto_line (int tx, int ty, int line) |
| int | InMark () |
| void | MakePaster (struct paster *pa, char *buf, int len, int bufiscopy) |
| void | FreePaster (struct paster *pa) |
Variables | |
| layer * | flayer |
| display * | display |
| display * | displays |
| win * | fore |
| mline mline_blank | mline_null |
| mchar | mchar_so |
| int | pastefont = 1 |
| int | join_with_cr = 0 |
| int | compacthist = 0 |
| unsigned char | mark_key_tab [256] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3