aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorGerd Möllmann2024-10-21 18:32:04 +0200
committerGerd Möllmann2024-10-22 06:40:19 +0200
commit414de92a562e8912ffdc8ed2995e7ea10d05f13b (patch)
tree9058dd00922ed14319e0e49eb216fcad7ea5fdd6 /src/termhooks.h
parent1854f2751e3f73e1e5f12f6de993b6357de1766b (diff)
downloademacs-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.h3
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
977void tty_hide_cursor (struct tty_display_info *tty);
978void tty_show_cursor (struct tty_display_info *tty);
979
977INLINE_HEADER_END 980INLINE_HEADER_END
978 981
979#endif /* EMACS_TERMHOOKS_H */ 982#endif /* EMACS_TERMHOOKS_H */