From 3afc5107f7f43176bb3547c7d16898f23294a180 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 2 Jun 2020 20:02:30 -0400 Subject: Minor change to layout engine to support proper line break tracking in the future. Updated snap version. --- layout.f90 | 4 +++- snap/snapcraft.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layout.f90 b/layout.f90 index 63732fd..685d646 100644 --- a/layout.f90 +++ b/layout.f90 @@ -27,11 +27,13 @@ implicit none integer, parameter::line_type_preformatted = 2 integer, parameter::line_type_link = 3 integer, parameter::line_type_indicator = 99 - + type::line character(len=:), allocatable::text integer::line_type + integer, dimension(128)::breaks + type(line), pointer::next end type line diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3f1a7a8..275f2ca 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: lr87 base: core18 -version: '0.6' +version: '0.7' summary: LR-87 is a overly simple dumb-terminal gemini client description: | LR-87 is a simple implementation of a client for launching into the world of the -- cgit v1.2.3