diff options
| author | Eli Zaretskii | 2012-06-02 17:57:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-06-02 17:57:51 +0300 |
| commit | b5e9cbb6fdce4b7e8c5cd6ad1addf6e4af35da67 (patch) | |
| tree | c6a1b2060e5d56677f6785c2241311527fa917fa /src/termhooks.h | |
| parent | f51b6486fc8b0e3fa7fd08cbf83b27ef0d5efe1a (diff) | |
| download | emacs-b5e9cbb6fdce4b7e8c5cd6ad1addf6e4af35da67.tar.gz emacs-b5e9cbb6fdce4b7e8c5cd6ad1addf6e4af35da67.zip | |
Initial incomplete version of tty menus. tty_menu_activate not done yet.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 4cad4825cdd..a15f829288a 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -665,3 +665,9 @@ extern unsigned char *encode_terminal_code (struct glyph *, int, | |||
| 665 | #ifdef HAVE_GPM | 665 | #ifdef HAVE_GPM |
| 666 | extern void close_gpm (int gpm_fd); | 666 | extern void close_gpm (int gpm_fd); |
| 667 | #endif | 667 | #endif |
| 668 | |||
| 669 | #ifdef WINDOWSNT | ||
| 670 | extern int curX (struct tty_display_info *); | ||
| 671 | extern int curY (struct tty_display_info *); | ||
| 672 | #endif | ||
| 673 | |||