📄 makefile
字号:
CC = ccCFLAGS = -lncurses -g -Wallhview: hview.o mesg.o scr.o $(CC) $(CFLAGS) -o hview hview.o mesg.o scr.ohview.o: hview.c hview.h $(CC) $(CFLAGS) -c hview.cmesg.o: mesg.c hview.h $(CC) $(CFLAGS) -c mesg.cscr.o: scr.c hview.h $(CC) $(CFLAGS) -c scr.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -