misc.extpro
来自「rxvt经典的linux下的终端.小巧实用」· EXTPRO 代码 · 共 11 行
EXTPRO
11 行
char * rxvt_r_basename __PROTO((const char *str));void rxvt_print_error __PROTO((const char *fmt,...));int rxvt_Str_match __PROTO((const char *s1, const char *s2));const char * rxvt_Str_skip_space __PROTO((const char *str));char * rxvt_Str_trim __PROTO((char *str));int rxvt_Str_escaped __PROTO((char *str));char ** rxvt_splitcommastring __PROTO((const char *cs));char * rxvt_File_find __PROTO((const char *file, const char *ext, const char *path));void rxvt_Draw_Shadow __PROTO((Display *Xdisplay, Window win, GC topShadow, GC botShadow, int x, int y, int w, int h));void rxvt_Draw_Triangle __PROTO((Display *Xdisplay, Window win, GC topShadow, GC botShadow, int x, int y, int w, int type));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?