Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnngs committed Jun 25, 2024
1 parent 8d0d580 commit 1abebc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Binary file modified 3270Connect
Binary file not shown.
Binary file modified 3270Connect.exe
Binary file not shown.
7 changes: 0 additions & 7 deletions sampleapps/app1/app1.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// This file is part of https://github.com/racingmars/go3270/
// Copyright 2020 by Matthew R. Wilson, licensed under the MIT license. See
// LICENSE in the project root for license information.

package app1

import (
Expand All @@ -18,9 +14,6 @@ func init() {
go3270.Debug = os.Stderr
}

// A Screen is an array of go3270.Field structs. We will build two screens,
// a query screen and a result screen:

var screen1 = go3270.Screen{
{Row: 0, Col: 27, Intense: true, Content: "3270 Example Application"},
{Row: 2, Col: 0, Content: "Welcome to the go3270 example application. Please enter your name."},
Expand Down

0 comments on commit 1abebc3

Please sign in to comment.