Removing the anysize-nobar amendment for the anysize patch as this should be redundant following the fix in PR #75

This commit is contained in:
Bakkeby 2022-07-18 11:54:51 +02:00
parent 4d4a5ed565
commit f0bad9ac44
3 changed files with 3 additions and 19 deletions

View file

@ -34,15 +34,6 @@
*/
#define ANYSIZE_PATCH 0
/* This patch aims to prevent black bars being drawn on the edges of st terminals using the anysize
* patch. This generally only occurs when the terminal background color doesn't match the colors
* set in st's config.h file, for example when using terminal theming scripts such as base16.
* (I have not found this to be working, but adding for reference. May reduce flickering on
* terminal resizes.)
* https://github.com/connor-brooks/st-anysize-nobar
*/
#define ANYSIZE_NOBAR_PATCH 0
/* A simple variant of the anysize patch that only changes the resize hints to allow the window to
* be resized to any size.
*/