@@ -309,8 +309,8 @@ ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
309309
310310SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \
311311 change.c charset.c cmdexpand.c cmdhist.c crypt.c crypt_zip.c \
312- debugger.c dict.c diff.c digraph.c edit .c eval .c evalbuffer .c \
313- evalfunc.c \
312+ debugger.c dict.c diff.c digraph.c drawline .c drawscreen .c edit .c \
313+ eval.c evalbuffer.c evalfunc.c \
314314 evalvars.c evalwindow.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c \
315315 ex_getln.c \
316316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \
@@ -329,8 +329,8 @@ SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \
329329OBJ = arabic.obj arglist.obj autocmd.obj beval.obj blob.obj blowfish.obj \
330330 buffer.obj change.obj charset.obj cmdexpand.obj cmdhist.obj \
331331 crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj digraph.obj \
332- edit .obj eval .obj evalbuffer .obj evalfunc .obj evalvars .obj \
333- evalwindow.obj ex_cmds.obj ex_cmds2.obj \
332+ drawline .obj drawscreen .obj edit .obj eval .obj evalbuffer .obj \
333+ evalfunc.obj evalvars.obj evalwindow.obj ex_cmds.obj ex_cmds2.obj \
334334 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
335335 fileio.obj filepath.obj \
336336 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
@@ -556,16 +556,22 @@ dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
556556 globals.h
557557diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
558558 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
559- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
560-
559+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
561560digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
562561 ascii.h keymap.h term.h macros.h structs.h regexp.h \
563562 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
564563 globals.h
564+ drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \
565+ ascii.h keymap.h term.h macros.h structs.h regexp.h \
566+ gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
567+ globals.h
568+ drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \
569+ ascii.h keymap.h term.h macros.h structs.h regexp.h \
570+ gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
571+ globals.h
565572edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
566573 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
567- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
568-
574+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
569575eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
570576 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
571577 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
@@ -620,8 +626,7 @@ findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
620626 globals.h
621627fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
622628 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
623- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
624-
629+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
625630getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
626631 ascii.h keymap.h term.h macros.h structs.h regexp.h \
627632 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -669,8 +674,7 @@ map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \
669674 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
670675mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
671676 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
672- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
673-
677+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
674678memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
675679 ascii.h keymap.h term.h macros.h structs.h regexp.h \
676680 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -681,8 +685,7 @@ memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
681685 globals.h
682686menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
683687 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
684- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
685-
688+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
686689message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
687690 ascii.h keymap.h term.h macros.h structs.h regexp.h \
688691 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -693,24 +696,20 @@ misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
693696 version.h
694697misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
695698 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
696- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
697-
699+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
698700move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
699701 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
700- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
701-
702+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
702703mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
703704 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
704- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
705-
705+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
706706normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
707707 ascii.h keymap.h term.h macros.h structs.h regexp.h \
708708 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
709709 globals.h
710710ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
711711 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
712- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
713-
712+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
714713option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
715714 ascii.h keymap.h term.h macros.h structs.h regexp.h \
716715 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -789,42 +788,33 @@ syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
789788 globals.h
790789tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
791790 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
792- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
793-
791+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
794792term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
795793 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
796- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
797-
794+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
798795termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
799796 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
800- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
801-
797+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
802798testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
803799 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
804- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
805-
800+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
806801textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
807802 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
808- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
809-
803+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
810804ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
811805 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
812- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
813-
806+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
814807undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
815808 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
816- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
817-
809+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
818810usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \
819811 ascii.h keymap.h term.h macros.h option.h structs.h \
820812 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
821813 proto.h globals.h
822-
823814userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
824815 ascii.h keymap.h term.h macros.h option.h structs.h \
825816 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
826817 proto.h globals.h
827-
828818version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
829819 ascii.h keymap.h term.h macros.h structs.h regexp.h \
830820 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
@@ -839,8 +829,7 @@ window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
839829 globals.h
840830gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
841831 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
842- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
843-
832+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
844833gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
845834 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
846835 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
@@ -893,8 +882,7 @@ gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
893882 globals.h gui_at_sb.h
894883pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
895884 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
896- [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
897-
885+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
898886hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
899887 ascii.h keymap.h term.h macros.h structs.h regexp.h \
900888 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
0 commit comments