Adding relativeborder, fix-keyboard-input, iso14755, visualbell, rightclicktoplumb, boxdraw and keyboard-select patches
This commit is contained in:
parent
db32474a7f
commit
cfecd195ba
25 changed files with 1981 additions and 46 deletions
7
patch/visualbell.h
Normal file
7
patch/visualbell.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
static void vbellbegin();
|
||||
static int isvbellcell(int x, int y);
|
||||
|
||||
#if VISUALBELL_3_PATCH
|
||||
static void xdrawvbell();
|
||||
static void xfillcircle(int x, int y, int r, uint color_ix);
|
||||
#endif // VISUALBELL_3_PATCH
|
||||
Loading…
Add table
Add a link
Reference in a new issue