-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A minibuffer option to set the preferred terminal type
Sometimes the terminal variable TERM does not correctly capture the capabilities of the running terminal - for example, TERM might report 8 colors whereas the terminal can actually support 256. Termshark has a config variable, main.term, that can be used to set this variable so that termshark will use the correct terminal settings. This change exposes that setting to the minibuffer e.g. set term screen-256color # saves as main.term in termshark.toml set noterm # clears the setting
- Loading branch information
Showing
1 changed file
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters