fix preview remove border

This commit is contained in:
Night Kaly 2024-03-09 19:55:32 +00:00
parent e90fac2c2f
commit a8595d0aae
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

1
ccc.c
View file

@ -189,6 +189,7 @@ void show_file_content()
if (file)
{
wclear(windows[1].window);
draw_border_title(windows[1].window, true);
fseek(file, 0, SEEK_END);
long length = ftell(file);
fseek(file, 0, SEEK_SET);