forked from KolibriOS/kolibrios
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:
parent
a722b6e866
commit
fab76bf2c2
@ -22,6 +22,7 @@ Debug Board=/sys/develop/board,19
|
|||||||
NetStat=/sys/network/netstat,33
|
NetStat=/sys/network/netstat,33
|
||||||
SysMonitor=gmon,57
|
SysMonitor=gmon,57
|
||||||
Processes=cpu,60
|
Processes=cpu,60
|
||||||
|
Clipboard=/sys/develop/clipview,55
|
||||||
|
|
||||||
|
|
||||||
[Testing]
|
[Testing]
|
||||||
|
@ -591,7 +591,7 @@ void DrawList()
|
|||||||
|
|
||||||
void DrawStatusBar()
|
void DrawStatusBar()
|
||||||
{
|
{
|
||||||
char status_bar_str[50];
|
char status_bar_str[80];
|
||||||
int go_up_folder_exists=0;
|
int go_up_folder_exists=0;
|
||||||
if (!show_status_bar) return;
|
if (!show_status_bar) return;
|
||||||
if (files.count>0) && (strcmp(file_mas[0]*304+buf+72,"..")==0) go_up_folder_exists=1;;
|
if (files.count>0) && (strcmp(file_mas[0]*304+buf+72,"..")==0) go_up_folder_exists=1;;
|
||||||
|
Loading…
Reference in New Issue
Block a user