revert bolding the numbers

this is really troublesome for older screen binaries that don't support
more than 16 color changes, and this change is totally gratuitous
perhaps add these back in at some point, if screen gets patched
upstream and by all distros
This commit is contained in:
Dustin Kirkland 2009-04-08 10:17:49 -07:00
commit 12df044d55
4 changed files with 4 additions and 4 deletions

View file

@ -26,4 +26,4 @@ else
speed="$mhz"
unit="MHz"
fi
printf "\005{=b cW}%s\005{-}\005{= cW}$unit\005{-} " $speed
printf "\005{= cW}%s$unit\005{-} " $speed

View file

@ -32,4 +32,4 @@ else
mem="$mem"
unit="KB"
fi
printf "\005{=b gW}%s\005{-}\005{= gW}$unit$comma\005{-}%s" "$mem" "$whitespace"
printf "\005{= gW}%s$unit$comma\005{-}%s" "$mem" "$whitespace"

View file

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
free | awk '/buffers\/cache:/ {printf "\005{=b gW}%.0f\005{-}\005{= gW}%%\005{-} ", 100*$3/($3 + $4)}'
free | awk '/buffers\/cache:/ {printf "\005{= gW}%.0f%%\005{-} ", 100*$3/($3 + $4)}'

View file

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
printf "\005{=b yk}%s\005{-}\005{= yk}&\005{-} " $(ps -e | wc -l)
printf "\005{= yk}%s&\005{-} " $(ps -e | wc -l)