Skip to content
Snippets Groups Projects
Commit 65698853 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

And run it again.

parent 4dd81bb1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3508 passed
......@@ -8550,8 +8550,8 @@ write_char(char ch)
// draw_pixel(rip.x + (x * rip.font.size) + xs, rip.y + (y *
// rip.font.size)+ ys);
set_pixel(rip.x + (x * rip.font.size) + xs
, rip.y + (y * rip.font.size) + ys,
map_rip_color(rip.color));
, rip.y + (y * rip.font.size) + ys
, map_rip_color(rip.color));
}
}
}
......@@ -15030,8 +15030,8 @@ draw_glyph(uint8_t ch)
 
if (pix) {
setpixels(0, 0, vparams[vmode].charwidth * vparams[vmode].cols - 1
, (vparams[vmode].charheight - 1) * vparams[vmode].rows - 1, 0, 0, pix,
NULL);
, (vparams[vmode].charheight - 1) * vparams[vmode].rows - 1, 0, 0, pix
, NULL);
freepixels(pix);
amiga_y -= (amiga_font->height << doubled);
for (int ypos = (vparams[vmode].charheight - 1) * vparams[vmode].rows;
......@@ -903,6 +903,7 @@ erase_transfer_window(void)
textattr(trans_ti.attribute);
_setcursortype(_NORMALCURSOR);
}
void ascii_upload(FILE*fp);
void raw_upload(FILE*fp);
......@@ -2701,20 +2702,26 @@ doterm(struct bbslist*bbs)
BYTE ooii_buf[256];
BYTE ooii_init1[] =
"\xdb\b \xdb\b \xdb\b[\xdb\b[\xdb\b \xdb\bM\xdb\ba\xdb\bi\xdb\bn\xdb\bt\xdb\be\xdb\bn\xdb\ba\xdb\bn\xdb\bc\xdb\be\xdb\b \xdb\bC\xdb\bo\xdb\bm\xdb\bp\xdb\bl\xdb\be\xdb\bt\xdb\be\xdb\b \xdb\b]\xdb\b]\xdb\b \b\r\n\r\n\r\n\x1b[0;0;36mDo you have the Overkill Ansiterm installed? (y/N) \xe9 "; /*
*
*
* for
*
*
* OOII
*
*
* auto-enable
*/
BYTE ooii_init2[] =
"\xdb\b \xdb\b \xdb\b[\xdb\b[\xdb\b \xdb\bM\xdb\ba\xdb\bi\xdb\bn\xdb\bt\xdb\be\xdb\bn\xdb\ba\xdb\bn\xdb\bc\xdb\be\xdb\b \xdb\bC\xdb\bo\xdb\bm\xdb\bp\xdb\bl\xdb\be\xdb\bt\xdb\be\xdb\b \xdb\b]\xdb\b]\xdb\b \b\r\n\r\n\x1b[0m\x1b[2J\r\n\r\n\x1b[0;1;30mHX Force retinal scan in progress ... \x1b[0;0;30m"; /*
*
*
* for
*
*
* OOII
*
*
* auto-enable
*/
#endif
......@@ -2996,8 +3003,8 @@ doterm(struct bbslist*bbs)
case CIOLIB_MOUSE_MOVE:
case CIOLIB_BUTTON_1_CLICK:
conn_send(mouse_buf
, fill_mevent(mouse_buf, sizeof(mouse_buf), &mevent, &ms),
0);
, fill_mevent(mouse_buf, sizeof(mouse_buf), &mevent, &ms)
, 0);
break;
case CIOLIB_BUTTON_4_PRESS:
case CIOLIB_BUTTON_5_PRESS:
......
......@@ -258,3 +258,6 @@ mod_enum_last_comma = remove
pp_indent = force
pp_space = remove
pp_space_count = 1
#Use or Do not Use options
use_indent_continue_only_once = false # true/false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment