fix preview remove border
This commit is contained in:
parent
e90fac2c2f
commit
a8595d0aae
1 changed files with 1 additions and 0 deletions
1
ccc.c
1
ccc.c
|
@ -189,6 +189,7 @@ void show_file_content()
|
||||||
if (file)
|
if (file)
|
||||||
{
|
{
|
||||||
wclear(windows[1].window);
|
wclear(windows[1].window);
|
||||||
|
draw_border_title(windows[1].window, true);
|
||||||
fseek(file, 0, SEEK_END);
|
fseek(file, 0, SEEK_END);
|
||||||
long length = ftell(file);
|
long length = ftell(file);
|
||||||
fseek(file, 0, SEEK_SET);
|
fseek(file, 0, SEEK_SET);
|
||||||
|
|
Loading…
Reference in a new issue