mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
7 lines
203 B
C
7 lines
203 B
C
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
|