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
声明部分: const int WM_GETTEXT = 0x000D; const int WM_GETTEXTLENGTH = 0x000E; [DllImport("user32.dll", EntryPoint = "SendMessageA")] public static extern int SendMessage(int hwnd, int wMsg, int wParam, Byte[] lParam); [DllImport("user