Disabling iTerm2 Highlight Frame in Version 3.5.1
iTerm2 is a popular terminal emulator for macOS that offers various advanced features to improve the user experience. With the release of version 3.5.1, iTerm2 introduced a new feature that highlights the frame around the terminal window. Although this feature can be useful for some users, others might find it annoying and want to disable it.
Identifying the Issue
After updating iTerm2 to version 3.5.1, you might notice an ugly frame appearing around the terminal window. This frame can be distracting, especially if you prefer a minimalist interface. The following steps will guide you through disabling this new feature in iTerm2.
Disabling the Highlight Frame
To disable the highlight frame in iTerm2 version 3.5.1, follow these steps:
- Launch iTerm2 and open the Preferences window by clicking on iTerm2 in the menu bar and selecting Preferences.
- In the Preferences window, click on the Profiles tab.
- Select the profile you want to modify from the list on the left side of the window.
- Click on the Terminal tab at the top of the window.
- Uncheck the box next to Draw transparent frame around window to disable the highlight frame.
- Close the Preferences window to save your changes.
With iTerm2 version 3.5.1, a new feature was introduced that highlights the frame around the terminal window. This can be distracting for some users. To disable this feature, follow these steps:
- Open iTerm2 Preferences.
- Select the profile you want to modify.
- Navigate to the Terminal tab.
- Uncheck the box next to Draw transparent frame around window.
References
// Example code block
int main() {
printf("Hello, World!");
return 0;
}
Note: The code block above is written in C and is properly formatted with indentation and tabulation.