Add selectioncolors patch (#110)
https://st.suckless.org/patches/selectioncolors/ Closes #91
This commit is contained in:
parent
74f19eafe9
commit
2e0e84d56a
4 changed files with 48 additions and 0 deletions
|
|
@ -293,6 +293,13 @@
|
|||
*/
|
||||
#define SCROLLBACK_MOUSE_ALTSCREEN_PATCH 0
|
||||
|
||||
/* This patch adds the two color-settings selectionfg and selectionbg to config.def.h.
|
||||
* Those define the fore- and background colors which are used when text on the screen is selected
|
||||
* with the mouse. This removes the default behaviour which would simply reverse the colors.
|
||||
* https://st.suckless.org/patches/selectioncolors/
|
||||
*/
|
||||
#define SELECTION_COLORS_PATCH 0
|
||||
|
||||
/* This is the single drawable buffer patch as outlined in the FAQ to get images
|
||||
* in w3m to display. While this patch does not break the alpha patch it images
|
||||
* are not shown in w3m if the alpha patch is applied.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue