fix: terminal fix, +docs

This commit is contained in:
2026-02-16 23:13:11 +01:00
parent ee0b8395a2
commit e8e89b27a7
5 changed files with 1766 additions and 3 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ namespace Kt {
NULL, NULL,
NULL, 0, 0, 1,
0, 0,
0
0,
FLANTERM_FB_ROTATE_0
);
g_terminal_width = width;
+1 -1
View File
@@ -15,7 +15,7 @@ using namespace kcp;
namespace Kt
{
constexpr char newline = '\n';
constexpr const char *newline = "\r\n";
namespace screen
{