mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-13 02:42:30 +02:00
11 lines
180 B
C
11 lines
180 B
C
#ifndef SCREEN_KMAPDEF_H
|
|
#define SCREEN_KMAPDEF_H
|
|
|
|
/* global variables */
|
|
|
|
extern char *kmapadef[];
|
|
extern char *kmapdef[];
|
|
extern char *kmapmdef[];
|
|
|
|
#endif /* SCREEN_KMAPDEF_H */
|