Skip to content

Commit

Permalink
Bump to 1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Dec 11, 2007
1 parent 9ae27b7 commit 17eafe2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Term-VT102-ZeroBased

1.02


1.01 Tue Dec 11 01:40:36 2007
Fix mishandling of startcol and endcol in row_attr, row_plaintext, etc

Expand Down
3 changes: 2 additions & 1 deletion README
@@ -1,4 +1,4 @@
Term-VT102-ZeroBased 1.01
Term-VT102-ZeroBased 1.02

Term::VT102, a module for terminal emulation, uses 1-based indices for
screen positions. I find this annoying. So this is a simple wrapper around
Expand All @@ -11,6 +11,7 @@ indices. But Curses uses zero-based indices. And so do most other modules.
See Term::VT102 for the documentation on using these modules.

MAJOR CHANGES
1.02:
1.01: startcol, endcol fixes
1.00: should be completely finished
0.82: bug fixes
Expand Down
4 changes: 2 additions & 2 deletions lib/Term/VT102/ZeroBased.pm
Expand Up @@ -65,11 +65,11 @@ Term::VT102::ZeroBased - Term::VT102 but with zero-based indices
=head1 VERSION
Version 1.01 released 11 Dec 07
Version 1.02 released ???
=cut

our $VERSION = '1.01';
our $VERSION = '1.02';

=head1 SYNOPSIS
Expand Down

0 comments on commit 17eafe2

Please sign in to comment.