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:
@@ -513,7 +513,7 @@ setftty(void)
|
||||
sg.sm.tt2_char = tt2_char_active;
|
||||
setctty();
|
||||
|
||||
start_screen();
|
||||
term_start_screen();
|
||||
settty_needed = TRUE;
|
||||
}
|
||||
|
||||
@@ -601,7 +601,7 @@ getwindowsz(void)
|
||||
|
||||
#ifdef ENHANCED_SYMBOLS
|
||||
/*
|
||||
* set in tty_start_screen() and allows
|
||||
* set in term_start_screen() and allows
|
||||
* OS-specific changes that may be
|
||||
* required for support of utf8.
|
||||
* Currently a placeholder for VMS.
|
||||
|
||||
Reference in New Issue
Block a user