chore: update console components, logging, router and add subdomain support

This commit is contained in:
2025-11-03 12:44:39 +01:00
parent 6d355c9897
commit ee06cbbbf1
18 changed files with 2080 additions and 113 deletions

View File

@@ -14,6 +14,8 @@ enum MouseControlCode: string
case DISABLE_ALL = '?1000l'; // Disable mouse tracking
case ENABLE_SGR = '?1006h'; // Enable SGR (Sixel Graphics Raster) mouse reports
case DISABLE_SGR = '?1006l'; // Disable SGR mouse reports
case ENABLE_MOVE = '?1003h'; // Enable mouse move tracking (for hover effects)
case DISABLE_MOVE = '?1003l'; // Disable mouse move tracking
/**
* Format the mouse control code as ANSI sequence