It looks like the config set-window-option -g automatic-rename off doesn't work. When I added the following configuration: set-option -g allow-rename off in /usr/share/byobu/profiles/tmux, automatic renaming was turned off. from: https://stackoverflo…
2,在里面就可以修改初始窗口大小和窗口名字 BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE;// TODO: Modify the Window class or styles here by modifying// the CREATESTRUCT cs cs.cx=500;cs.cy=500; cs.style &=~FWS_A…