window-port updates
Remove start_screen() and end_screen() from the Window-port interface. They were only ever used by tty, and there was a comment carried to several window-ports about how they "really should go away. They are tty-specific" term_start_screen() and term_end_screen() are part of terminal/NO_TERMS supporting routines now.
This commit is contained in:
@@ -108,8 +108,6 @@ extern void curses_getlin(const char *question, char *input);
|
||||
extern int curses_get_ext_cmd(void);
|
||||
extern void curses_number_pad(int state);
|
||||
extern void curses_delay_output(void);
|
||||
extern void curses_start_screen(void);
|
||||
extern void curses_end_screen(void);
|
||||
extern void curses_outrip(winid wid, int how, time_t when);
|
||||
extern void genl_outrip(winid tmpwin, int how, time_t when);
|
||||
extern void curses_preference_update(const char *pref);
|
||||
|
||||
Reference in New Issue
Block a user