Author: wmb Date: 2007-08-15 05:14:16 +0200 (Wed, 15 Aug 2007) New Revision: 540
Modified: dev/olpc/kb3700/battery.fth Log: OLPC watch-battery - Minor formatting change to prevent line wrap
Modified: dev/olpc/kb3700/battery.fth =================================================================== --- dev/olpc/kb3700/battery.fth 2007-08-15 03:06:37 UTC (rev 539) +++ dev/olpc/kb3700/battery.fth 2007-08-15 03:14:16 UTC (rev 540) @@ -81,7 +81,7 @@ : .% ( n -- ) 2.d ." %" ; : .bat ( -- ) bat-status@ ( stat ) - ." AC: " dup h# 10 and if ." on " else ." off " then ( stat ) + ." AC:" dup h# 10 and if ." on " else ." off " then ( stat ) ." PCB: " pcb-temp 2.d ." C "
dup 1 and if