- apply UTF-8 fixes from Vladimir Nadvornik
- move the free space widget to the bottom of the main panel and don't use highlighting
This commit is contained in:
parent
b8a906e933
commit
6b7b4268f9
@ -69,7 +69,7 @@
|
|||||||
+ tmp = g_strdup_printf (_("%s (%d%%) of %s"), buffer1, myfs_stats.total > 0 ?
|
+ tmp = g_strdup_printf (_("%s (%d%%) of %s"), buffer1, myfs_stats.total > 0 ?
|
||||||
+ (int)(100 * (double)myfs_stats.avail / myfs_stats.total) : 0,
|
+ (int)(100 * (double)myfs_stats.avail / myfs_stats.total) : 0,
|
||||||
+ buffer2);
|
+ buffer2);
|
||||||
+ widget_move (&panel->widget, panel->widget.lines-3, panel->widget.cols-2-strlen(tmp));
|
+ widget_move (&panel->widget, panel->widget.lines-1, panel->widget.cols-2-strlen(tmp));
|
||||||
+ addstr (tmp);
|
+ addstr (tmp);
|
||||||
+ g_free (tmp);
|
+ g_free (tmp);
|
||||||
+ }
|
+ }
|
||||||
|
636
mc-utf8.patch
636
mc-utf8.patch
File diff suppressed because it is too large
Load Diff
7
mc.spec
7
mc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell.
|
Summary: User-friendly text console file manager and visual shell.
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.6.1a
|
Version: 4.6.1a
|
||||||
Release: 16
|
Release: 17
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -188,6 +188,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/mc
|
%dir %{_sysconfdir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 7 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-17
|
||||||
|
- apply UTF-8 fixes from Vladimir Nadvornik
|
||||||
|
- move the free space widget to the bottom of the main panel
|
||||||
|
and don't use highlighting
|
||||||
|
|
||||||
* Mon May 29 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-16
|
* Mon May 29 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-16
|
||||||
- fix the free space widget patch: stat()s filesystem less
|
- fix the free space widget patch: stat()s filesystem less
|
||||||
frequently, display correct info in all circumstances
|
frequently, display correct info in all circumstances
|
||||||
|
Loading…
Reference in New Issue
Block a user