File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ vim_main2(void)
706706 scroll_region_reset (); /* In case Rows changed */
707707 scroll_start (); /* may scroll the screen to the right position */
708708
709- #ifdef FEAT_TITLE
709+ #if defined( FEAT_TITLE ) && (defined( UNIX ) || defined( VMS ) || defined( MACOS_X ))
710710 term_push_title (SAVE_RESTORE_BOTH );
711711#endif
712712
Original file line number Diff line number Diff line change @@ -794,6 +794,8 @@ static char *(features[]) =
794794
795795static int included_patches [] =
796796{ /* Add new patch number below this line */
797+ /**/
798+ 254 ,
797799/**/
798800 253 ,
799801/**/
Original file line number Diff line number Diff line change @@ -2548,13 +2548,6 @@ typedef enum {
25482548#define TERM_START_FORCEIT 2
25492549#define TERM_START_SYSTEM 4
25502550
2551- #if defined(HAVE_DROP_FILE ) \
2552- || (defined(FEAT_GUI_GTK ) && defined(FEAT_DND )) \
2553- || defined(FEAT_GUI_MSWIN ) \
2554- || defined(FEAT_GUI_MAC )
2555- # define HAVE_HANDLE_DROP
2556- #endif
2557-
25582551// Used for icon/title save and restore.
25592552#define SAVE_RESTORE_TITLE 1
25602553#define SAVE_RESTORE_ICON 2
You can’t perform that action at this time.
0 commit comments