9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rob@plan9.bell-labs.com rob@plan9.bell-labs.com
Subject: bug in prog(3) and wm/deb [inferno]
Date: Fri, 27 Sep 1996 12:04:10 -0400	[thread overview]
Message-ID: <19960927160410.mBENonjlrB1M86lXnXoebnjmFrmyffxIX4-UtRtWVH0@z> (raw)

a slightly less kludgy fix to wm/task.

wm% yesterday -d task.b
diff /n/dump/1996/0927/usr/inferno/appl/wm/task.b task.b
142c142
< 	if(v != 6)
---
> 	if(v < 6)
150a151,153
> 	# eat blanks in user name
> 	while(len l > 3)
> 		l = tl l;
177c180
< 			if(p != nil)
---
> 			if(p != nil){
179,180c182,184
< 			l := sys->sprint("%4d %3dK %-7s |%s", p.pid, p.size, p.state, p.mod);
< 			tk->cmd(t, ".fl.l insert end '"+l);
---
> 				l := sys->sprint("%4d %3dK %-7s |%s", p.pid, p.size, p.state, p.mod);
> 				tk->cmd(t, ".fl.l insert end '"+l);
> 			}




             reply	other threads:[~1996-09-27 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-27 16:04 rob [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-09-27 14:44 Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19960927160410.mBENonjlrB1M86lXnXoebnjmFrmyffxIX4-UtRtWVH0@z \
    --to=rob@plan9.bell-labs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).