This file contains hidden or 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
diff -ru mintty-2.7.0/src/term.h mintty-2.7.0-modified/src/term.h | |
--- mintty-2.7.0/src/term.h 2016-11-11 08:27:15.000000000 -0500 | |
+++ mintty-2.7.0-modified/src/term.h 2016-11-22 00:01:05.582947600 -0500 | |
@@ -462,6 +462,9 @@ | |
termresults results; | |
termimgs imgs; | |
+ | |
+ bool even_line_highlight_mode; | |
+ bool even_line_highlight_toggle; |
This file contains hidden or 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
// ==UserScript== | |
// @name RefreshPdf | |
// @namespace [email protected] | |
// @description Refresh pdf in current view | |
// @include *.pdf* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
(function () { | |
document.addEventListener('keydown', function (e) { |
NewerOlder