Eolite: fix status bar for case when a lot of files, add ClipView to SysPanel->Monitoring

git-svn-id: svn://kolibrios.org@6572 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-10-07 08:44:03 +00:00
parent a722b6e866
commit fab76bf2c2
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ Debug Board=/sys/develop/board,19
NetStat=/sys/network/netstat,33
SysMonitor=gmon,57
Processes=cpu,60
Clipboard=/sys/develop/clipview,55
[Testing]

View File

@ -591,7 +591,7 @@ void DrawList()
void DrawStatusBar()
{
char status_bar_str[50];
char status_bar_str[80];
int go_up_folder_exists=0;
if (!show_status_bar) return;
if (files.count>0) && (strcmp(file_mas[0]*304+buf+72,"..")==0) go_up_folder_exists=1;;