?? plotting.c
字號:
#include <ngspice.h>#include "plotting.h"/* Where 'constants' go when defined on initialization. */struct plot constantplot = { "Constant values", "Sat Aug 16 10:55:15 PDT 1986", "constants", "const", NULL, NULL, NULL, NULL, NULL, NULL, TRUE} ;struct plot *plot_cur = &constantplot;struct plot *plot_list = &constantplot;int plotl_changed; /* TRUE after a load */int plot_num = 1;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -