Commit Graph

30 Commits

Author SHA1 Message Date
David Lindes e9cf5ae0d6 0.5.3: Fix issue#1, time display for large -i
Plus a tiny bit of re-factoring, while I was there.
2013-03-12 14:51:48 +01:00
David Lindes f03201fd7d Removing code that by visual inspection can't happen.
(And wasn't supposed to, it was just a paranoid check.)
2013-03-11 11:40:26 +01:00
David Lindes 9c1783c05b fixed bug in time display
how have I failed to notice this?  It's apparently been broken since
2001.  Would display a time such as 23:48:19 as 3:48:19.  Oops.
2011-02-13 23:44:56 -08:00
David Lindes 7dcee4c59d removed $Id$, not relevant in git 2011-02-06 15:28:01 -08:00
David Lindes 1abc690bb0 shorten usage string to be <= 509 bytes (maximum constant string length
required to be supported by C90 standard, per gcc)
2010-03-04 16:43:48 -08:00
lindes 048e85775d updates to usage statement. 2008-09-17 02:30:45 +00:00
lindes 80b66b87c3 finally releasing version 0.5 -- not the curses re-write I might have
hoped for, but it has a few improvements.  And I'm now licensing in
something based on the ISC license, which is pretty open... should
qualify this as OSS.
2008-09-17 02:05:10 +00:00
lindes d9bf7098ca found a bug while showing this to someone at USENIX 2004-07-01 19:13:13 +00:00
lindes 9f5cfbd71d oops, after switching stuff around back and forth a little on my last
update, I forgot to leave this bit in...  basically, the height calculation
is screwy, and should be fixed, but I'm being lazy about it just now.
2001-08-28 01:03:31 +00:00
lindes 67ca8c70ac basically, added support for screen-size auto-detect; also added some
unit testing code, etc.  Also, Revisiting the height calculations is
probably in order...  hopefully I'll do that one of these days.
2001-08-28 01:00:31 +00:00
lindes 9dc70b48a1 now using gcc-3.0 on my IRIX box; which found a couple new warnings; fixed. 2001-08-25 06:53:32 +00:00
lindes 04b478f7b2 check limits on cols and rows before doing calculations based upon them. 2001-08-25 05:07:41 +00:00
lindes 2d22776259 generally working towards 0.5... Added: monochrome sanity; -r
and -c (rows and cols); changed ascftime to strftime.
2001-08-25 03:18:26 +00:00
lindes 0eaeefaf73 cleanup to make gcc -pedantic -Wall happy... 2001-08-24 07:25:16 +00:00
lindes df6903d7d9 allow longer hostnames, but don't pad longer. (hmm, should I truncate?) 2001-08-24 05:00:02 +00:00
lindes c8686ba144 IRIX port now uses sysget() instead of reading /dev/kmem...
changed stuff appropriately to match this new state of the universe.
2001-08-24 04:48:15 +00:00
lindes aadc357e60 mostly got rid of a bunch of old #if'd out IRIX stuff, which I guess I'd
left there so I could remember how to do stuff when I finally did the
IRIX port...  which I've now done, so no need to have it here (not that
there was previously anyway, thanks to CVS).  Also made things do
getload() once before clear_screen, so that in case getload() gives a
fatal error (as is the case on IRIX if ttyload can't read /dev/kmem, at
least with the current implimentation), the user can actually see it.
2001-08-24 03:48:58 +00:00
lindes 9b15306e05 hmm, URL should be in -v output. :-) 2001-08-24 01:57:03 +00:00
lindes 35541cbf17 added -h, -v options; minor bug fixes 2001-08-23 00:52:44 +00:00
lindes 3ec5c6ca72 some cleanup things that became necessary and/or desired after
putting vern's fix into play.
2001-02-27 03:52:51 +00:00
lindes 1c9cfa804a took in vern's patch, now uses home_screen() in all but first
iteration, to reduce flicker.
2001-02-27 03:23:22 +00:00
lindes c51b5bef05 fixed a little bug that was causing weirdness on the display when a
minute rolled over after the screen was in full-active status.
2001-02-24 10:57:53 +00:00
lindes e94c2076cb better looking version string presentation. 2001-02-24 10:00:51 +00:00
lindes eca6a64012 various changes, including:
- formating cleanup (it was a _long_ time ago that I originally
  wrote some of this stuff, I've changed my beliefs on style
  since then)

- version string now displayed

- possibly more, it now works (along with other files being
  added or changed) on Linux, so who knows.  ;-)
2001-02-24 09:06:13 +00:00
lindes 2d495e2df9 localtime needs time.h 2000-08-16 22:02:31 +00:00
lindes bc331aac01 ugh, stuff still isn't happy on vax... but I think that may just
be vax.  checkpoint checkin so I can try it elsewhere.  Ugh,
though, I need to re-write large chunks of this stuff.
2000-05-20 01:31:30 +00:00
lindes b0cf3f56e1 checkpoint checkin...
headers done (in prelim manner, anyway);
clock scrolling at bottom done?  not fully tested...
1996-06-16 19:28:21 +00:00
lindes 41da16c470 updated ident info. 1996-06-16 02:53:30 +00:00
lindes 63d956add8 various modifications, got it to a working state. 1996-06-16 02:49:29 +00:00
lindes a80bc0825e Initial revision 1996-06-15 20:30:09 +00:00