main.extpro

来自「rxvt经典的linux下的终端.小巧实用」· EXTPRO 代码 · 共 25 行

EXTPRO
25
字号
RETSIGTYPE       rxvt_Child_signal                __PROTO((int sig __attribute__((unused))));RETSIGTYPE       rxvt_Exit_signal                 __PROTO((int sig));void             rxvt_clean_exit                  __PROTO((void));void           * rxvt_malloc                      __PROTO((size_t size));void           * rxvt_calloc                      __PROTO((size_t number, size_t size));void           * rxvt_realloc                     __PROTO((void *ptr, size_t size));void             rxvt_privileged_utmp             __PROTO((rxvt_t *r, char action));void             rxvt_privileged_ttydev           __PROTO((rxvt_t *r, char action));void             rxvt_window_calc                 __PROTO((rxvt_t *r, unsigned int width, unsigned int height));void             rxvt_tt_winsize                  __PROTO((int fd, unsigned short col, unsigned short row));void             rxvt_change_font                 __PROTO((rxvt_t *r, int init, const char *fontname));void             rxvt_set_title                   __PROTO((rxvt_t *r, const char *str));void             rxvt_set_iconName                __PROTO((rxvt_t *r, const char *str));void             rxvt_set_window_color            __PROTO((rxvt_t *r, int idx, const char *color));void             rxvt_recolour_cursor             __PROTO((rxvt_t *r));int              rxvt_rXParseAllocColor           __PROTO((rxvt_t *r, XColor *screen_in_out, const char *colour));int              rxvt_rXAllocColor                __PROTO((rxvt_t *r, XColor *screen_in_out, const char *colour));void             rxvt_resize_all_windows          __PROTO((rxvt_t *r, unsigned int width, unsigned int height, int ignoreparent));void             rxvt_set_widthheight             __PROTO((rxvt_t *r, unsigned int width, unsigned int height));void             rxvt_IMSendSpot                  __PROTO((rxvt_t *r));void             rxvt_setTermFontSet              __PROTO((rxvt_t *r, int idx));void             rxvt_IMInstantiateCallback       __PROTO((Display *unused __attribute__((unused)), XPointer client_data __attribute__((unused)), XPointer call_data __attribute__((unused))));void             rxvt_IMSetStatusPosition         __PROTO((rxvt_t *r));rxvt_t         * rxvt_get_r                       __PROTO((void));

⌨️ 快捷键说明

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