Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
x029 is an IBM 029 keypunch emulator for X11.

Prerequsites
Prerequisites
------------
x029 requires X11R5 or later, and the libxaw7-dev package.

Expand Down
Empty file modified src/ibm.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/x029.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ main(int argc, char *argv[])
programname = argv[0];
}

/* Initialze Xt and fetch our resources. */
/* Initialize Xt and fetch our resources. */
toplevel = XtVaAppInitialize(
&appcontext,
"X029",
Expand Down Expand Up @@ -2183,7 +2183,7 @@ void
run_fsms(void)
{
if (eq_count == 0) {
/* The paste FSM has absoulte priority over the auto-play FSM. */
/* The paste FSM has absolute priority over the auto-play FSM. */
if (paste_fsm_cx.state != DS_READ) {
run_fsm(&paste_fsm_cx);
} else if (mode != M_INTERACTIVE) {
Expand Down
2 changes: 1 addition & 1 deletion src/x029.man
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ interpreted as the \fBREL\fP key.
The \fB-remotectl\fP option also causes \fBx029\fP to read text from standard
input, but it allows the input to be generated incrementally. The basic
difference between plain demo and remote-control modes is that a new card is
fed immedately in remote-control mode, while a card is not fed in demo mode
fed immediately in remote-control mode, while a card is not fed in demo mode
until input is available.
.SH "OPTIONS"
\fBx029\fP is a toolkit-based program, so it understands standard Xt
Expand Down