diff options
| author | Gerd Möllmann | 2024-10-21 18:32:04 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-10-22 06:40:19 +0200 |
| commit | 414de92a562e8912ffdc8ed2995e7ea10d05f13b (patch) | |
| tree | 9058dd00922ed14319e0e49eb216fcad7ea5fdd6 /src/termhooks.h | |
| parent | 1854f2751e3f73e1e5f12f6de993b6357de1766b (diff) | |
| download | emacs-414de92a562e8912ffdc8ed2995e7ea10d05f13b.tar.gz emacs-414de92a562e8912ffdc8ed2995e7ea10d05f13b.zip | |
Initial child frames based on master
This is based on a diff from 2024-10-15 which still applied.
Since then, I've inadvertantly modified the igc branch so that
it is no longer possible to get a clean diff of what has changed
since I created the branch.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index d6a9300bac9..1c2cd46e44e 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -974,6 +974,9 @@ extern int cursorY (struct tty_display_info *); | |||
| 974 | #define cursorY(t) curY(t) | 974 | #define cursorY(t) curY(t) |
| 975 | #endif | 975 | #endif |
| 976 | 976 | ||
| 977 | void tty_hide_cursor (struct tty_display_info *tty); | ||
| 978 | void tty_show_cursor (struct tty_display_info *tty); | ||
| 979 | |||
| 977 | INLINE_HEADER_END | 980 | INLINE_HEADER_END |
| 978 | 981 | ||
| 979 | #endif /* EMACS_TERMHOOKS_H */ | 982 | #endif /* EMACS_TERMHOOKS_H */ |