Merge branch 'master' of github.com:LukeSmithxyz/st

This commit is contained in:
Luke Smith
2020-03-20 08:40:22 -04:00
3 changed files with 19 additions and 1 deletions

View File

@@ -52,6 +52,13 @@ static unsigned int actionfps = 30;
*/
static unsigned int blinktimeout = 800;
/*
* interval (in milliseconds) between each successive call to ximspot. This
* improves terminal performance while not reducing functionality to those
* whom need XIM support.
*/
int ximspot_update_interval = 1000;
/*
* thickness of underline and bar cursors
*/
@@ -187,6 +194,7 @@ ResourcePref resources[] = {
{ "cwscale", FLOAT, &cwscale },
{ "chscale", FLOAT, &chscale },
{ "alpha", FLOAT, &alpha },
{ "ximspot_update_interval", INTEGER, &ximspot_update_interval },
};
/*