summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Language/TECO.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Language/TECO.pm b/lib/Language/TECO.pm
index 0f3c966..cd48bde 100644
--- a/lib/Language/TECO.pm
+++ b/lib/Language/TECO.pm
@@ -13,6 +13,9 @@ sub new {
return $object;
}
+sub buffer { shift->{buffer}->{buffer} }
+sub pointer { shift->{buffer}->{pointer} }
+
sub reset {
my $self = shift;