diff --git a/src/netxs/desktopio/application.hpp b/src/netxs/desktopio/application.hpp index ecb99aa48a..e1df475c43 100644 --- a/src/netxs/desktopio/application.hpp +++ b/src/netxs/desktopio/application.hpp @@ -22,7 +22,7 @@ namespace netxs::app namespace netxs::app::shared { - static const auto version = "v2026.05.26"; + static const auto version = "v2026.05.27"; static const auto repository = "https://github.com/directvt/vtm"; static const auto usr_config = "~/.config/vtm/settings.xml"s; static const auto sys_config = "/etc/vtm/settings.xml"s; diff --git a/src/netxs/desktopio/terminal.hpp b/src/netxs/desktopio/terminal.hpp index a1c1448346..3fd1ac5a6f 100644 --- a/src/netxs/desktopio/terminal.hpp +++ b/src/netxs/desktopio/terminal.hpp @@ -9378,12 +9378,10 @@ namespace netxs::ui case 2027: // Unicode Core (support grapheme clusters). reply = "3"; break; - case 2048: // Graphics. Always on. - reply = "3"; - break; case 2026: // Synchronized Updates. We do not support this mode (we rely on lazy rendering). reply = "4"; break; + case 2048: // Graphics. Not supported. case 69: // Left/Right Margins. We don't support this mode. case 2031: // Extended Keys / Kitty Keyboard Protocol. default: