⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 other_patches

📁 早期freebsd实现
💻
字号:
*** screen.h.orig	Wed Mar 23 14:43:44 1994--- screen.h	Tue Mar 29 18:41:26 1994****************** 34,39 ****--- 34,46 ----   */    /*+  * AIX has the fd_set declaration in sys/select.h+  */+ #ifdef _AIX+ #include <sys/select.h>+ #endif+ + /*   * There are minimum values that vi has to have to display a screen.  The   * row minimum is fixed at 1 line for the text, and 1 line for any error   * messages.  The column calculation is a lot trickier.  For example, you*** ex/ex_tag.c.orig	Tue Mar 22 12:24:23 1994--- ex/ex_tag.c	Tue Mar 29 19:05:56 1994****************** 39,44 ****--- 39,45 ----  #endif /* not lint */    #include <sys/param.h>+ #include <sys/types.h>  #include <sys/mman.h>  #include <sys/queue.h>  #include <sys/stat.h>*** PORT/aix.3.2/Makefile.orig	Wed Mar 23 11:51:51 1994--- PORT/aix.3.2/Makefile	Tue Mar 29 19:06:03 1994****************** 57,63 ****    # Some vendors use "-ltermcap", not "-ltermlib".  # If you're using the supplied curses library, delete "-lcurses".! CC=	gcc  nvi: options.h excmd.h ${ALL}  	${CC} -o $@ ${ALL} -lcurses -ltermcap -lbsd  	rm -f nex--- 57,63 ----    # Some vendors use "-ltermcap", not "-ltermlib".  # If you're using the supplied curses library, delete "-lcurses".! CC=	cc  nvi: options.h excmd.h ${ALL}  	${CC} -o $@ ${ALL} -lcurses -ltermcap -lbsd  	rm -f nex

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -